Charles Oliver Nutter

Results 958 comments of Charles Oliver Nutter
trafficstars

Well I got as far as this, following along with the CI job, and I am not sure how to proceed. Can you give me a 30 second walkthrough for...

@xtreme-shane-lattanzio I will give that a try, thanks!

I have managed to reproduce locally using the Docker image, thanks!

I only got the following two failures locally for `rake features`: ``` 1) Bundler Dependencies works with git dependency running outside of the bundle Failure/Error: ::Bundler.with_unbundled_env do # Fake home...

JRuby master appears to pass all tests once I upgrade Bundler, including the "conda" tests. I am getting results with JRuby 9.2.14.0 now.

A tip for speeding up the tests on JRuby: set `JRUBY_OPTS` env to `--dev` which will reduce optimization and improve startup time (these feature tests launch a lot of subprocesses).

Locally I get 9 failures, all within the reporting, and most of them appear to be the same gemfile error. I suspect this is related to the older RubyGems shipped...

I had to refocus on some other JRuby tasks but this is still on my radar. It is not clear to me why these are failing yet but it maybe...

This would be worth revisiting with latest SnakeYAML. On master, I now see 5F7E. Some of these may be valid differences (SnakeYAML appears to report line/column positioning a bit differently)...

@deivid-rodriguez Very nice! Good idea to skip some tests that are problematic... some might not be fixable due to minor differences in SnakeYAML (positioning information etc). @tenderlove Any objections to...