dlang-tour / core

D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Boost Software License 1.0
119 stars 48 forks source link

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

Open jmh530 opened 4 years ago

jmh530 commented 4 years ago

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 commented 4 years ago

It will be updated somehow after a while

9il commented 4 years ago

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

jmh530 commented 4 years ago

@9il Nice trick!

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

9il commented 4 years ago

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