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
I've noticed this problem recently, dmd v2.109.1, linux, amd64.
to reproduce:
git clone https://gitlab.com/basile.b/harbored-mod.git cd harbored-mod dub build echo "worked" git checkout bug-missing-convert-error dub build
so when init is used no problem, when I use defautlt ctor, linkers problems. Nice.
init
The real problem is that a front-end error is not issued. The third member does not implictly convert to null.
The text was updated successfully, but these errors were encountered:
add --force to dub too, although the bug happens w/o.
--force
dub
Sorry, something went wrong.
Can you reduce it to a self-contained example?
No branches or pull requests
I've noticed this problem recently, dmd v2.109.1, linux, amd64.
to reproduce:
so when
init
is used no problem, when I use defautlt ctor, linkers problems. Nice.The real problem is that a front-end error is not issued. The third member does not implictly convert to null.
The text was updated successfully, but these errors were encountered: