We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Package 'aaa' has an incorrect structure. It should contain a single directory hierarchy for source files, named 'aaapkg'
while readme recommend as foobar
foobar
the reason directory has pkg suffix likely when I run nim c -r output aaa binary file which cause conflict with aaa directory
pkg
nim c -r
aaa
so what's the design?
The text was updated successfully, but these errors were encountered:
We should remove the pkg suffix thing.
Sorry, something went wrong.
fix #1107 get rid of pkg suffix (#1108)
7484582
* fix #1107 get rid of pkg suffix * fix test
Successfully merging a pull request may close this issue.
Package 'aaa' has an incorrect structure. It should contain a single directory hierarchy for source files, named 'aaapkg'
while readme recommend as
foobar
the reason directory has
pkg
suffix likely when I runnim c -r
outputaaa
binary file which cause conflict withaaa
directoryso what's the design?
The text was updated successfully, but these errors were encountered: