Skip to content

Invalid expressions poison variable names in the REPL #14

@ankrgyl

Description

@ankrgyl
qvm> let a = select dne;
<qvm>: error: Compiler error: No such entry: "dne"
qvm> let a = 2;
<qvm>: error: Compiler error: Duplicate entry: "a"

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