Skip to content

Allow real integers #60

@atjn

Description

@atjn

We currently only use floats for all NUMBER values. This is because doing comparisons like 7 == 7.0 would return false if we allowed integers.

The better solution moving forward would be to allow integers, and have proper handling of edge cases where the type difference can introduce unexpected behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions