Skip to content

Make array index overflows a hard runtime error #504

@V0ldek

Description

@V0ldek

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions