-
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
[Compatibility] Enable tests for Module#used_refinements #3097
[Compatibility] Enable tests for Module#used_refinements #3097
Conversation
@@ -1791,13 +1791,17 @@ module RefA | |||
refine Object do | |||
def in_ref_a | |||
end | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MRI tests fail with:
|
f3e10f8
to
32d7445
Compare
@eregon Fixed by making the refinement collection into a list instead of a set: https://github.com/oracle/truffleruby/pull/3097/files#diff-679de203cd6002a1f0e9ddf2f16d66aaf42e10c0fd861f9363ee03b0b224db40R2336 |
Removed the |
I rebased this, fixed the conflicts, and submit it for merge. |
PullRequest: truffleruby/3864
Merged in 00c67fc |
Source: #3039
[already done, just need to untag specs/tests] Module.used_refinements has been added. [Feature #14332]