Skip to content

Numeric.bigInt can fail in scala-js #80

@tpolecat

Description

@tpolecat

The numeric parsing methods in the JDK stubs delegate to parseInt, etc., in Javascript which is not as lenient as the parsers on the JVM. In particular c.isDigit doesn't guarantee that Integer.parseInt will work. See gemini-hlsw/gem#201

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