dlang-community / stdx-allocator

Extracted std.experimental.allocator for usage via DUB
9 stars 20 forks source link

mir-core dependency specifies very outdated version #34

Open thaven opened 3 years ago

thaven commented 3 years ago

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

PetarKirov commented 3 years ago

CC @9il

thaven commented 3 years ago

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...

denizzzka commented 1 year ago

Any news?