-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REPL multiline bug #1174
Comments
Also @kevinkassimo 's report:
|
Perhaps can simply evaluate each line and if it's SyntaxError with "Unexpected end of input" message then await the next line. Wait until after #1169 . |
@hayd it has pitfalls when handling things like
|
Perhaps a --check like function to verify syntax without evaluation... Prior to evaluation. |
I think we can do it when it's done (kkawakam/rustyline#182) |
No longer happening in v0.5.0, there's still work to be done on REPL but I believe we can close this issue now. |
The text was updated successfully, but these errors were encountered: