Skip to content

Warning when installing with nimble #7

@sgmihai

Description

@sgmihai

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions