This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Multiline input doesn't work if user overrides "eval" in REPL.start #8640
Closed
Description
As of b517500, multiline input is triggered when the eval
callback is executed with an instance of Recoverable
. However, Recoverable
is not exported from the "repl" module. It is therefore no longer possible (AFAICT) to trigger multiline input when overriding "eval" in REPL.start
.