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

Fix nimble warnings #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

AmjadHD
Copy link

@AmjadHD AmjadHD commented Aug 27, 2024

Warning: Package 'futhark' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'futhark.nim', but a file named 'libclang.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 'futhark.nim'. If it's a source file required by the main module, or if it is one of several modules exposed by 'futhark', then move it into a 'futhark' subdirectory. If it's a test file or otherwise not required to build the package 'futhark.nim', prevent its installation by adding skipFiles = @["libclang.nim"] to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info.

 Warning: Package 'futhark' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'futhark.nim', but a file named 'libclang.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 'futhark.nim'. If it's a source file required by the main module, or if it is one of several modules exposed by 'futhark', then move it into a 'futhark\' subdirectory. If it's a test file or otherwise not required to build the package 'futhark.nim', prevent its installation by adding `skipFiles = @["libclang.nim"]` to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info.
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

Successfully merging this pull request may close these issues.

1 participant