We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-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
The text was updated successfully, but these errors were encountered:
It will be updated somehow after a while
Sorry, something went wrong.
Yep, the current thing looks like we have updated the package, but not the website. dependency "mir-algorithm" version="*" always works
dependency "mir-algorithm" version="*"
@9il Nice trick!
Should I close this then if it will be updated automatically?
The site should be updated in lockstep, so it is a bug.
No branches or pull requests
mir-algorithm has been updated and now no longer works with run.dlang.org.
I get the message
when running the code:
Heads up: @9il
The text was updated successfully, but these errors were encountered: