-
Notifications
You must be signed in to change notification settings - Fork 11
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
Ncodi.Cli cannot find a file #57
Comments
Rename the file to test.ncodi not test.nc |
Did it work this time or should i expect issue 58 soon ? |
Indeed, it now works, though I find it a bit weird to do it that way when we specify the extension ^^! |
Well it's fixable in one line since the file extension doesn't really matter for now I simply have to stop using the AddFileExtention method in this file (at the end of the file) because it automatically tries to add the extension .ncodi if not provided such that these commands become identical "run file" and "run file.ncodi" https://github.com/azizamari/Ncodi/blob/master/src/Ncodi.Cli/Program.cs |
Well, I'm on an issue reporting craze, it seems :P !
So, as per your request in #54, I tried Ncodi.Cli to compile a file (in #55 I used nc.sh), and it is unable to find a file whatever is the length I go on to precise it:
The text was updated successfully, but these errors were encountered: