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

Make array index overflows a hard runtime error #504

Open
V0ldek opened this issue Apr 17, 2024 · 1 comment
Open

Make array index overflows a hard runtime error #504

V0ldek opened this issue Apr 17, 2024 · 1 comment
Labels
acceptance: go ahead Reviewed, implementation can start type: feature New feature or request
Milestone

Comments

@V0ldek
Copy link
Member

V0ldek commented Apr 17, 2024

Is your feature request related to a problem? Please describe.
As per the spec if we encounter a case where an integer overflows (for example the current array index) it MUST result in an error and not silent continuation. We currently do silently continue.

Describe the solution you'd like
If the engine encounters a JsonInt overflow it has to terminate with an error.

@V0ldek V0ldek added the type: feature New feature or request label Apr 17, 2024
@github-actions github-actions bot added the acceptance: triage Waiting for owner's input label Apr 17, 2024
Copy link

Tagging @V0ldek for notifications

@V0ldek V0ldek added this to the v1.1.0 milestone Apr 17, 2024
@github-actions github-actions bot added acceptance: go ahead Reviewed, implementation can start and removed acceptance: triage Waiting for owner's input labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acceptance: go ahead Reviewed, implementation can start type: feature New feature or request
Projects
Development

No branches or pull requests

1 participant