Skip to content
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

feat(ecmascript): %TypedArray%.prototype.indexOf #556

Merged
merged 11 commits into from
Mar 2, 2025

Conversation

yossydev
Copy link
Contributor

@yossydev yossydev commented Feb 2, 2025

@yossydev yossydev changed the title Feat/typed array index o feat(ecmascript): %TypedArray%.prototype.indexOf Feb 2, 2025
@yossydev yossydev force-pushed the feat/typed-array-index-of branch from bc0ab6a to 56ab0ac Compare February 2, 2025 14:52
Copy link
Collaborator

@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.

Minor issue regarding usually-unnecessary-scoping of the TypedArray.

@yossydev yossydev force-pushed the feat/typed-array-index-of branch from 56ab0ac to 8e37b44 Compare February 8, 2025 05:44
@yossydev yossydev requested a review from aapoalas February 8, 2025 05:48
@yossydev yossydev force-pushed the feat/typed-array-index-of branch from eb967cd to 06d6e34 Compare February 18, 2025 14:50
Copy link
Collaborator

@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.

Some issues remain.

@yossydev
Copy link
Contributor Author

@aapoalas
Thank you so much for all the reviews! I had missed some things like forgetting to remove println statements. 🙇‍♂️
I’ve made the fixes on my end, so could you take another look?

@yossydev yossydev requested a review from aapoalas February 19, 2025 12:52
@aapoalas aapoalas force-pushed the feat/typed-array-index-of branch from 4617743 to 3f7c9ea Compare March 2, 2025 10:24
Copy link
Collaborator

@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.

LGTM! There were some issues after the Value lifetime merge, I got to fixing those and also ended up taking a look at the rest of the failing indexOf tests. Those revealed some issues in both the indexOf impl and in our DataBlock implementation more deeply. I fixed those and now all should be good to go :)

Thank you <3

@aapoalas aapoalas merged commit 73a912d into trynova:main Mar 2, 2025
2 checks 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