-
Notifications
You must be signed in to change notification settings - Fork 475
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
Update RegExp.prototype.{match,replace} tests to expect Get(rx, "flags") #3618
Conversation
This results in failures, as expected: results
Do we have instructions for how to test such changes by modifying engine262? |
We don't have those instructions yet. That would be a great tutorial to have! |
@ptomato Do you have such experience? I don't, but I'd be happy to write something up from either a past example or a new pairing session. |
I don't either, and would love to learn. IIRC @devsnek once gave a demonstration of implementing a small proposal in engine262, so maybe they could help? |
@gibson042 maybe drop by https://matrix.to/#/#engine262:matrix.org and we can discuss? this should hopefully be quite straight-forward but i'd love to hear your feedback on the process. |
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.
LGTM
With help from @devsnek, I was able to verify that engine262 modifications to implement tc39/ecma262#2791 result in it passing all tests broken by this PR. 🎉 |
6296208
to
4ddf9d1
Compare
4ddf9d1
to
4ae9a9e
Compare
This adds tests for tc39/ecma262#2791 , which reached consensus at the July 2022 TC39 meeting.