Skip to content
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

Confusing behavior enter key in interactive mode #57

Closed
davidor opened this issue May 11, 2015 · 1 comment
Closed

Confusing behavior enter key in interactive mode #57

davidor opened this issue May 11, 2015 · 1 comment
Assignees

Comments

@davidor
Copy link
Collaborator

davidor commented May 11, 2015

When in the interactive mode, if the user presses the enter key, he will get an error like this:

ERROR: Parse error at line 1, column 1:
nil
^
Expected one of:
singletons (followed by end-of-string)
st (followed by end-of-string)
finalizers (followed by end-of-string)
f (followed by end-of-string)
list (followed by end-of-string)
q (followed by end-of-string)
quit (followed by end-of-string)
exit (followed by end-of-string)
h (followed by end-of-string)
help (followed by end-of-string)
many-costructor-params
mcp
many-constructors
mc
load

Wouldn't it be more intuitive to get something like this when pressing enter multiple times?

If you think so, I can fix this.

davidor added a commit that referenced this issue May 12, 2015
@davidor
Copy link
Collaborator Author

davidor commented May 12, 2015

This should be fixed in #59

@davidor davidor closed this as completed May 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant