Benjamin Fleischer

Results 410 comments of Benjamin Fleischer

All rubies now have a 'json' library, so it would be safe to just require 'json' and then JSON.whatever. That said, it might be might to put a really thin...

Feel free to use or not the wip branches i pushed last night: json, jruby

@Ch4s3 sure. Sorry we've dropped the ball on this.

@pascalandermatt you can make a PR to simplecov-html to change the stylesheet. Would that interest you?

Debugging SimpleCov file loading, the movie: ```ruby export DISABLE_SPRING=1 cat

@andypearson I also disable spring all the time. I have this in my bash profile. I suppose you can try something like `caller.grep(/spring/)` and see if it's in there. The...

related: https://github.com/colszowka/simplecov/pull/558#discussion_r103256709 > I found that the `files` list wasn't set correctly if I was trying to load and merge the results from another machine. > Probably good for a...

Do you know what the incompatible `Encoding::CompatibilityError (UTF-8 regexp with ASCII-8BIT string)` string is so we can test against it? above your `lib/simplecov/default.rb:7` patch (what did you change `!(src.filename =~...

@colszowka can you add a 'waiting for response' label?

Oh, `SimpleCov.root.to_s.dup.force_encoding(Encoding::BINARY))` missing the .dup