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

A command line parameter without a name blocks the process of compilation #20310

Open
ringabout opened this issue Sep 5, 2022 · 1 comment
Open

Comments

@ringabout
Copy link
Member

ringabout commented Sep 5, 2022

nim c -r --:anyinput zero.nim freezes the compilation.

image

@ringabout ringabout changed the title A command line parameter without name blocks the process of compilation A command line parameter without a name blocks the process of compilation Sep 5, 2022
@metagn
Copy link
Collaborator

metagn commented Sep 6, 2022

-- expects code from the input stream I believe. So 1. it should not allow :values, and 2. it should error when a filename is given to the command.

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