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

run.dlang.org: Make dependencies update lockstep #749

Open
jmh530 opened this issue Apr 29, 2020 · 4 comments
Open

run.dlang.org: Make dependencies update lockstep #749

jmh530 opened this issue Apr 29, 2020 · 4 comments

Comments

@jmh530
Copy link

jmh530 commented Apr 29, 2020

mir-algorithm has been updated and now no longer works with run.dlang.org.

I get the message

Unresolvable dependencies to package mir-algorithm: 
onlineapp ~master depends on mir-algorithm ~>3.7.32

when running the code:

/+dub.sdl:
dependency "mir-algorithm" version="~>3.7.32"
+/

import mir.ndslice.slice: sliced;

void main() {
    auto x = [3.0, 1, 5, 0, 2].sliced;
}

Heads up: @9il

@9il
Copy link
Member

9il commented Apr 29, 2020

It will be updated somehow after a while

@9il
Copy link
Member

9il commented Apr 29, 2020

Yep, the current thing looks like we have updated the package, but not the website.
dependency "mir-algorithm" version="*" always works

@jmh530
Copy link
Author

jmh530 commented Apr 29, 2020

@9il Nice trick!

Should I close this then if it will be updated automatically?

@9il
Copy link
Member

9il commented Apr 29, 2020

The site should be updated in lockstep, so it is a bug.

@jmh530 jmh530 changed the title Update mir-algorithm dependency run.dlang.org: Make dependencies update lockstep Apr 30, 2020
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

2 participants