grape
grape copied to clipboard
jruby-head build broken
https://github.com/dry-rb/dry-container/issues/81 https://github.com/dry-rb/dry-types/issues/431 https://github.com/jruby/jruby/issues/6980
Interesting.
Master is a bit broken because we are trying to finish adding Ruby 2.7, 3.0, and 3.1 features. A more stable HEAD would be jruby-9.3, or just use the release. We'll start stabilizing master soon.
I just ran bundle exec rake spec against JRuby 9.3 HEAD and there appear to be no failures:
Finished in 24.12 seconds (files took 9.95 seconds to load)
2139 examples, 0 failures
I will file an issue with JRuby to look at the failures against master.
Thanks. This isn’t blocking grape, we just leave jruby-head and other *-head to keep finding issues early. If some PR turns all builds green we can close this.
No worries, it's helpful for us to know that there are failures on any branch of JRuby.