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

[Spec] Fix bounds check prose for array.fill and array.copy #537

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

tlively
Copy link
Member

@tlively tlively commented Apr 15, 2024

The prose incorrectly used "larger than or equal to" when it should have used just "larger than." The formalism was already correct.

Fixes #536.

The prose incorrectly used "larger than or equal to" when it should have used
just "larger than." The formalism was already correct.

Fixes #536.
Copy link
Member

@rossberg rossberg left a comment

Choose a reason for hiding this comment

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

Thanks!

@rossberg rossberg merged commit e5af649 into main Apr 15, 2024
4 checks passed
@rossberg rossberg deleted the fix-array-fill-copy-bounds branch April 15, 2024 08:40
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.

Bounds check is possible wrong on array.copy/array.fill
2 participants