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
The dependency is: "mir-core" version=">=0.0.5 <0.3.0"
mir-core is currently at version 1.1.61
So any project depending on stdx.allocator cannot upgrade mir-core
The text was updated successfully, but these errors were encountered:
CC @9il
Sorry, something went wrong.
I tried removing the '<0.3.0' and then run dub upgrade && dub test.
dub upgrade && dub test
Turns out that two asserts fail with current mir-core:
stdx-allocator/source/stdx/allocator/package.d
Line 1399 in 4903a24
Line 1451 in 4903a24
with those two commented out, tests pass.
I do not really understand the intent of those asserts however. I'd say makeArray never throws unless it happens to call a constructor that throws...
Any news?
No branches or pull requests
The dependency is: "mir-core" version=">=0.0.5 <0.3.0"
mir-core is currently at version 1.1.61
So any project depending on stdx.allocator cannot upgrade mir-core
The text was updated successfully, but these errors were encountered: