Skip to content

Allow real integers #60

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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