Skip to content

REPL "hangs" on every parser error, even when it shouldn't #400

@porcuquine

Description

@porcuquine

Internally, u64s wrap as expected. However, too-large input hangs. I expect either an error (probably) or the wrapping behavior (probably not).

commit: 2024-11-15 322297f014d9d2c2b6e26c4f164e354d73277ba8
Lurk REPL welcomes you.
lurk-user> (+ 1 18446744073709551615)
[3 iterations] => 0
lurk-user> (+ 2 18446744073709551615)
[3 iterations] => 1
lurk-user> 18446744073709551616

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions