nim 0.17.0 nimble installation warning
Dinsmoor opened this issue · 0 comments
Dinsmoor commented
Output from $ nimble install nimaes
Downloading https://github.com/jangko/nimAES using git Warning: File inside package 'nimAES' is outside of permitted namespace, should be named 'nimAES.nim' but was named 'test.nim' instead. This will be an error in the future. Hint: Rename this file to 'nimAES.nim', move it into a 'nimAES/' subdirectory, or prevent its installation by adding
skipFiles = @["test.nim"]to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info. Verifying dependencies for nimAES@0.1.1 Installing nimAES@0.1.1 Success: nimAES installed successfully.
Still seems to work ok, just maybe update to the language styling.
Cheers