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

Somewhat puzzling error when program name not given #2

Open
arjunguha opened this issue Apr 24, 2023 · 1 comment
Open

Somewhat puzzling error when program name not given #2

arjunguha opened this issue Apr 24, 2023 · 1 comment

Comments

@arjunguha
Copy link
Member

pyret
Key program not found
@rzuckerm
Copy link

I did some debugging on this, and it is caused by the pyret compiler itself when the options do not contain an output file. The options are passed to the compiler here, and the error message returned from the compiler is output here. Ideally, pyret should detect the insufficient arguments are given and output the help message.

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

2 participants