karax icon indicating copy to clipboard operation
karax copied to clipboard

Update the package structure for Nimble

Open WeebNetsu opened this issue 2 years ago • 0 comments

After installing this with Nimble we get this warning:

Warning: Package 'karax' has an incorrect structure. It should contain a single directory hierarchy for source files, named 'karax', but file 'widgets.nim' is in a directory named 'experiments/trello' instead. This will be an error in the future.

Hint: If 'experiments/trello' contains source files for building 'karax', rename it to 'karax'. Otherwise, prevent its installation by adding `skipDirs = @["experiments/trello"]` to the .nimble file.

Seems like this will become an error in the future

OS: Arch Linux Nim: 1.6.0 Nimble: 0.13.1

WeebNetsu avatar Feb 11 '22 05:02 WeebNetsu