You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the BraneScript REPL is very bad at remembering compilation state in between statements.
As a quick example, this works when provided in one go:
let test := null;
test := 42;
But when providing these statements separately in the REPL, you will see compile errors.
Fixing this issue properly would require changing the compilation to be much more aware that the REPL exists. This will be some work.
The text was updated successfully, but these errors were encountered:
Lut99
added
bug
Something isn't working
dsl
Something that relates to one of Brane's domain-specific languages (BraneScript / Bakery)
labels
Jan 6, 2023
Currently, the BraneScript REPL is very bad at remembering compilation state in between statements.
As a quick example, this works when provided in one go:
But when providing these statements separately in the REPL, you will see compile errors.
Fixing this issue properly would require changing the compilation to be much more aware that the REPL exists. This will be some work.
The text was updated successfully, but these errors were encountered: