Skip to content
New issue

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

mir-core dependency specifies very outdated version #34

Open
thaven opened this issue Jan 29, 2021 · 3 comments
Open

mir-core dependency specifies very outdated version #34

thaven opened this issue Jan 29, 2021 · 3 comments

Comments

@thaven
Copy link

thaven commented Jan 29, 2021

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
Copy link
Member

CC @9il

@thaven
Copy link
Author

thaven commented Feb 12, 2021

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
Copy link

Any news?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants