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

--normalize-modules insert underscore in the module decl but not in the filename #261

Open
ghost opened this issue Nov 23, 2020 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Nov 23, 2020

mkdir test && echo "" > test/TestOne.h &&  dstep test/TestOne.h --normalize-modules=true --package=test
grep module "test/TestOne.d" module test.test_one

module test.test_one;

"TestOne.d" should be named "test_one.d" to match the module declaration. Problems arise when using generated binding with dub build --combined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant