Open thaven opened 3 years ago
CC @9il
I tried removing the '<0.3.0' and then run dub upgrade && dub test
.
Turns out that two asserts fail with current mir-core:
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?
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