Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] LoadError on require should not complete load #8186

Merged
merged 1 commit into from Apr 23, 2024

Conversation

kares
Copy link
Member

@kares kares commented Apr 3, 2024

This is an issue with Rails 7.x due some of the "smart" runtime feature detection they do.

Details are in the issue report: #8155

@kares kares added this to the JRuby 9.4.7.0 milestone Apr 3, 2024
@kares kares marked this pull request as ready for review April 3, 2024 10:30
@kares kares merged commit c1dd033 into jruby:master Apr 23, 2024
74 checks passed
@kares kares deleted the fix-require-load-error branch April 23, 2024 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Concurrently requiring a file from multiple threads may "succeed" even if the file raises an error
1 participant