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
My System: Linux 4.18 (x86-64), Ubuntu 18.04 Compiler: DMD v2.081.2, LDC v1.9.0 (DMD v2.079.1 and LLVM 6.0.0)
The dub hash generated by the pre-generate command is faulty.
bin/dubhash.txt:
bin/dubhash.txt
v\00\00\000\00\00\00.\00\00\009\00\00\00.\00\00\001\00\00\001\00\00\00 \00\00\00
In a terminal one would usually not notice a difference, since it looks fine there:
$ dub --config=server -- --version v0.9.11 $ cat bin/dubhash.txt v0.9.11
Nevertheless, some other software won't implicitly get rid of the 0s. The following message is taken from code-d:
0
(target=0.9.8, installed=v���0���.���9���.���1���1��� ��� )
The text was updated successfully, but these errors were encountered:
Yeah it's a UTF-32 dstring.
Sorry, something went wrong.
1258baa
Merge pull request #529 from BBasile/issue-528
8aebc1e
fix #528 - Bad dub hash generation merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
No branches or pull requests
My System: Linux 4.18 (x86-64), Ubuntu 18.04
Compiler: DMD v2.081.2, LDC v1.9.0 (DMD v2.079.1 and LLVM 6.0.0)
Problem
The dub hash generated by the pre-generate command is faulty.
bin/dubhash.txt
:Pitfall
In a terminal one would usually not notice a difference, since it looks fine there:
Results
Nevertheless, some other software won't implicitly get rid of the
0
s. The following message is taken from code-d:The text was updated successfully, but these errors were encountered: