You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you are able to call list-available and install on arbitrary numbers like 0 or 400 without any indication that those are not real versions. It would be nice if it swiftly could at least keep track of actual releases to gate the args to actual toolchain releases before running any commands with a friendly error message.
The text was updated successfully, but these errors were encountered:
Would it make sense to cache the releases locally on bootstrap and gate them based on arch/platform for at least the minimum available versions and periodically update it?
It's a bit of a balancing act. The idea is to try and decouple swiftly from having too much knowledge that there would need to be a release of swiftly just to update its internal database, not feature/bug fixing to swiftly itself.
Currently you are able to call
list-available
andinstall
on arbitrary numbers like 0 or 400 without any indication that those are not real versions. It would be nice if itswiftly
could at least keep track of actual releases to gate the args to actual toolchain releases before running any commands with a friendly error message.The text was updated successfully, but these errors were encountered: