nimAES icon indicating copy to clipboard operation
nimAES copied to clipboard

nim 0.17.0 nimble installation warning

Open Dinsmoor opened this issue 7 years ago • 0 comments

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 addingskipFiles = @["test.nim"]to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info. Verifying dependencies for [email protected] Installing [email protected] Success: nimAES installed successfully.

Still seems to work ok, just maybe update to the language styling.

Cheers

Dinsmoor avatar Aug 04 '17 22:08 Dinsmoor