-
Notifications
You must be signed in to change notification settings - Fork 185
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
[GR-18163] Implement thread-safe autoloading #3078
Open
graalvmbot
wants to merge
19
commits into
master
Choose a base branch
from
bd/thread-safe-autoload
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jun 12, 2023
-
Pass the AutoloadConstant to setConstantInternal()
* Do not use the RubyConstant#value field to store the path for an autoload, it is already stored in the AutoloadConstant. * Now it is clear the RubyConstant#value is null for an autoload.
Configuration menu - View commit details
-
Copy full SHA for bfa68bf - Browse repository at this point
Copy the full SHA bfa68bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e13ae6c - Browse repository at this point
Copy the full SHA e13ae6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f718287 - Browse repository at this point
Copy the full SHA f718287View commit details -
Copy RubyConstant objects on Module#dup
* Necessary to pass the cleaned-up spec in this commit.
Configuration menu - View commit details
-
Copy full SHA for ac8067b - Browse repository at this point
Copy the full SHA ac8067bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1351309 - Browse repository at this point
Copy the full SHA 1351309View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80eb385 - Browse repository at this point
Copy the full SHA 80eb385View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf93a8 - Browse repository at this point
Copy the full SHA 3bf93a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb34cc3 - Browse repository at this point
Copy the full SHA fb34cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88924ec - Browse repository at this point
Copy the full SHA 88924ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee8d87 - Browse repository at this point
Copy the full SHA 6ee8d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for f94c490 - Browse repository at this point
Copy the full SHA f94c490View commit details -
Remove the constant if an autoload fails
* Previously it would be undefined but this behavior was changed in 3.1: https://bugs.ruby-lang.org/issues/15790
Configuration menu - View commit details
-
Copy full SHA for 71c0c68 - Browse repository at this point
Copy the full SHA 71c0c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3298f49 - Browse repository at this point
Copy the full SHA 3298f49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a24507 - Browse repository at this point
Copy the full SHA 4a24507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18eaa06 - Browse repository at this point
Copy the full SHA 18eaa06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3b401 - Browse repository at this point
Copy the full SHA 5c3b401View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c5d0d1 - Browse repository at this point
Copy the full SHA 3c5d0d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dceedd - Browse repository at this point
Copy the full SHA 7dceeddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c2eedb - Browse repository at this point
Copy the full SHA 5c2eedbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.