public
Fork of spicycode/rcov
Description: Rcov with segfault bug patched
Homepage: http://mergulhao.info
Clone URL: git://github.com/mergulhao/rcov.git
mergulhao (author)
Sun Aug 31 17:10:59 -0700 2008
commit  a24d7e2474398160d3be820f9d890ddb381ff963
tree    5683beb4c2c61627f59fabb1ede2ec079f2a4a0e
parent  17c78d5113beab05f74718b9f62a2b00b5287ffe
rcov /
name age message
file .gitignore Sun Jun 22 17:04:15 -0700 2008 removed test in test_functional that can't pass [abedra]
file BLURB Mon Nov 19 03:00:45 -0800 2007 lib/rcov/version.rb, BLURB: bumped version to 0... [mfp]
file CHANGES Thu Nov 22 02:52:35 -0800 2007 CHANGES, THANKS: updated. darcs-hash:200711221... [mfp]
file LEGAL Sat Jan 26 07:32:11 -0800 2008 bin/rcov, lib/rcov/report.rb, xx.rb: get rid of... [mfp]
file LICENSE Sat Feb 25 01:42:52 -0800 2006 bin/rcov: Moved xx to rcov's DATA area. Updated... [mfp]
file README.API Sun May 28 12:09:09 -0700 2006 Rakefile, README.API, README.rant: added RDoc d... [mfp]
file README.emacs Mon Sep 01 14:21:18 -0700 2008 Readme cleanup [spicycode]
file README.en Mon Sep 01 14:21:05 -0700 2008 Readme cleanup [spicycode]
file README.mkdn Sun Aug 31 17:10:59 -0700 2008 One more time on README [mergulhao]
file README.rake Mon Sep 01 14:21:18 -0700 2008 Readme cleanup [spicycode]
file README.rant Mon May 29 05:08:21 -0700 2006 README.rant: fixed formatting. darcs-hash:2006... [mfp]
file README.vim Mon Sep 01 14:21:18 -0700 2008 Readme cleanup [spicycode]
file Rakefile Sun Jun 22 18:03:37 -0700 2008 re-organizing and cleaning up test suite to fit... [abedra]
file Rantfile Sun Jun 11 01:19:29 -0700 2006 README.vim, Rakefile, Rantfile: format README.v... [mfp]
file THANKS Thu Nov 22 02:52:35 -0800 2007 CHANGES, THANKS: updated. darcs-hash:200711221... [mfp]
directory bin/ Sat Jan 26 07:32:11 -0800 2008 bin/rcov, lib/rcov/report.rb, xx.rb: get rid of... [mfp]
directory ext/ Thu Aug 28 20:52:57 -0700 2008 Patching against segfault bug with rspec [Sylvestre Mergulhao]
directory lib/ Thu Aug 28 20:52:57 -0700 2008 Patching against segfault bug with rspec [Sylvestre Mergulhao]
file rcov.el Sun Dec 17 00:40:40 -0800 2006 rcov.el: added provide darcs-hash:200612170840... [rubikitch]
file rcov.gemspec Thu Aug 28 21:08:40 -0700 2008 Can github build my gem? [Sylvestre Mergulhao]
file rcov.vim Sat Jun 10 03:49:28 -0700 2006 rcov.vim, README.vim, CHANGES: vim support for ... [mfp]
file setup.rb Sun Jun 22 18:25:34 -0700 2008 updating setup so that it doesn't rename the sh... [abedra]
directory test/ Mon Jun 23 09:46:26 -0700 2008 more test suite reorganization [abedra]
README.mkdn

Rcov with segfault bug patched

Many people are having this problem when using rcov and rspec:
http://rspec.lighthouseapp.com/projects/5645/tickets/309-fix-for-rcov-segfault-2

Fortunately a good guy wrote a patch:
http://tomcopeland.blogs.com/juniordeveloper/2008/08/rcov-crashing-w.html

And now we have a rcov gem with that patch:

$ gem sources -a http://gems.github.com (you only have to do this once)  
$ sudo gem install mergulhao-rcov

Hope this helps someone.

Sylvestre Mergulhao
http://mergulhao.info