You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use the --xrefs, --callsites, --annotate, or --failure-threshold 50 options, rcov (rcov 0.9.8 2010-02-28) throws an exception and I get the following stack dump:
/Users/jordan/.rvm/gems/ruby-1.8.7-p334@ooyala-web-rails/gems/rcov-0.9.9/bin/rcov:350:in dump': singleton class can't be dumped (TypeError) from /Users/jordan/.rvm/gems/ruby-1.8.7-p334@ooyala-web-rails/gems/rcov-0.9.9/bin/rcov:350:inrcov_save_aggregate_data'
from /Users/jordan/.rvm/gems/ruby-1.8.7-p334@ooyala-web-rails/gems/rcov-0.9.9/bin/rcov:349:in open' from /Users/jordan/.rvm/gems/ruby-1.8.7-p334@ooyala-web-rails/gems/rcov-0.9.9/bin/rcov:349:inrcov_save_aggregate_data'
from /Users/jordan/.rvm/gems/ruby-1.8.7-p334@ooyala-web-rails/gems/rcov-0.9.9/bin/rcov:432
from /Users/jordan/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/test/unit.rb:279
The text was updated successfully, but these errors were encountered:
If I use the --xrefs, --callsites, --annotate, or --failure-threshold 50 options, rcov (rcov 0.9.8 2010-02-28) throws an exception and I get the following stack dump:
/Users/jordan/.rvm/gems/ruby-1.8.7-p334@ooyala-web-rails/gems/rcov-0.9.9/bin/rcov:350:in
dump': singleton class can't be dumped (TypeError) from /Users/jordan/.rvm/gems/ruby-1.8.7-p334@ooyala-web-rails/gems/rcov-0.9.9/bin/rcov:350:in
rcov_save_aggregate_data'from /Users/jordan/.rvm/gems/ruby-1.8.7-p334@ooyala-web-rails/gems/rcov-0.9.9/bin/rcov:349:in
open' from /Users/jordan/.rvm/gems/ruby-1.8.7-p334@ooyala-web-rails/gems/rcov-0.9.9/bin/rcov:349:in
rcov_save_aggregate_data'from /Users/jordan/.rvm/gems/ruby-1.8.7-p334@ooyala-web-rails/gems/rcov-0.9.9/bin/rcov:432
from /Users/jordan/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/test/unit.rb:279
The text was updated successfully, but these errors were encountered: