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

Nimble Package structure warning #4

Open
RokkuCode opened this issue Sep 2, 2017 · 0 comments
Open

Nimble Package structure warning #4

RokkuCode opened this issue Sep 2, 2017 · 0 comments

Comments

@RokkuCode
Copy link

On installing i get an "incorrect structure warning"


Warning: Package 'ShimSham' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'ShimSham.nim', but a file named 'interface.nim' was found. This will be an error in the future.
      Hint: If this is the primary source file in the package, rename it to 'ShimSham.nim'. If it's a source file required by the main module, or if it is one of several modules exposed by 'ShimSham', then move it into a 'ShimSham/' subdirectory. If it's a test file or otherwise not required to build the the package 'ShimSham.nim', prevent its installation by adding `skipFiles = @["interface.nim"]` to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info.
  Verifying dependencies for ShimSham@0.3.4
 Installing ShimSham@0.3.4
   Success: ShimSham installed successfully.
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

1 participant