Skip to content

Conversation

@ivandevp
Copy link
Contributor

Hey!

This is my attempt to implemente the String.prototype.normalize method - any feedback is really appreciated.

Copy link
Member

@aapoalas aapoalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello and welcome! First off, great work and thank you very much: Aside from one issue with unwrapping when the spec says to rethrow an error, and the dependency definition location, this looks fully mergeable as-is which is absolutely great!

You'll need to update the test262 expectations & metrics: The magic spells for doing this are mentioned in the contributing doc under https://github.com/trynova/nova/blob/main/CONTRIBUTING.md#tests-in-prs

Again, great work, the code is really pretty and I have no real significant complaints. Stellar work! <3

@ivandevp ivandevp requested a review from aapoalas October 14, 2024 15:11
Copy link
Member

@aapoalas aapoalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still has unnecessary heap data clone.

@ivandevp ivandevp requested a review from aapoalas October 15, 2024 08:44
Copy link
Member

@aapoalas aapoalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks excellent to me now! Thank you again, welcome, and great work! <3

@aapoalas aapoalas merged commit 9a199b4 into trynova:main Oct 15, 2024
1 check passed
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.

2 participants