[src/api] Update zeitwerk 2.6.18 → 2.7.2 (minor) #17407
Closed
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Release Notes
2.7.2 (from changelog)
2.7.1 (from changelog)
2.7.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 61 commits:
Ready for 2.7.2
Let get_or_set evaluate the fallback lazily
Add a couple more of tests
Define get_or_set for cref maps
Revises some signatures
Fixes signature annotation
Adds a test for cref maps
Docs improvements
Adds code comments
Introduce Zeitwerk::Cref::Map
Synchronize the inceptions registry if not in CRuby
Remove top-level constant
Mark the private callback for namespaces as internal
Move inceptions to their own registry
Remove truffleruby-head from this workflow
Add Ruby 3.4 to CI
Merge pull request #311 from fxn/truffleruby
Add TruffleRuby stable to CI
Create a proper registry for explicit namespaces
Revises some signatures
Define Zeitwerk::Cref#to_s
Pass crefs to the registry
Revert "Define Zeitwerk::Cref#{to_s,hash,eql?,==}"
Revert "Support hashing crefs whose mod has an overridden name"
Revert "Rename some variables"
Rename some variables
Support hashing crefs whose mod has an overridden name
Define Zeitwerk::Cref#{to_s,hash,eql?,==}
Edit a comment
Keep an eye on TruffleRuby HEAD
Ready for 2.7.1
Merge pull request #305 from eregon/add-truffleruby-in-ci
Update README about TruffleRuby
Add truffleruby in CI now that the test suite is passing on it
Skip well-known failing test on truffleruby
Validate autoloaded explicit namespaces are classes or modules
Improves the internal docs of Zeitwerk::ExplicitNamespace
Update TruffleRuby notes for Zeitwerk 2.7
Improves internal docs for explicit namespaces
Merge pull request #304 from eregon/speedup-windows-ci
Merge pull request #302 from fxn/cnames
Speedup the CI on Windows by skipping the toolchain as it's not needed
Store explicit namespaces in Object as symbols
Reverse equals? in a couple of other places
Merge pull request #301 from byroot/patch-2
Prefer `Object.equal?` over unknown module `equal?` method
Ready for 2.7.0
Adds a note about backwards compatibility to the CHANGELOG
Rewording
Remove TracePoint Ruby compatibility test
Update CHANGELOG
Fix method signature annotation
Prefer Dir.each_child over Dir.children
Remove polyfill for UnboundMethod#bind_call
Remove polyfill for Module#autoload?
Remove polyfill for Symbol#name
Replace TracePoint with const_added for explicit namespaces
Move core extensions to a new core_ext folder
Add missing @raise annotation
Revises month capitalization in CHANGELOG.md
Revises quotes
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands