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

Evaluation of erroneous chunks via the CLI should not fail silently #171

Open
rdw-software opened this issue May 19, 2023 · 1 comment
Open

Comments

@rdw-software
Copy link
Member

Example:

evo eval 'return 1 +'

Returns with EXIT_SUCCESS and no visible output. However:

luajit -e 'return 1 +'

results in a proper error:

luajit.exe: (command line):1: unexpected symbol near '<eof>'

This is somewhat inconsistent and should likely be changed.

@rdw-software
Copy link
Member Author

Probably a duplicate of #438?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Improvement is key (Get in here)
Status: Vague and distant future (Backlog)
Development

No branches or pull requests

1 participant