Closed mcuadros closed 1 year ago
Yikes, thanks for pointing this out. This appears to be a regression caused by 754257e: load bindings are now local to the "file". Each chunk (e.g. line) of REPL input is a file, so the REPL will need to work harder to dig the load bindings out of one "file" and transfer them to the next one.
Fixed by the previous PR.
Unless I am doing something wrong,
load
inside of a REPL, doesn't load the object to the global scope.