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
Bug: Using "#devel" for nightlies version designation denies user ability to determine if local nightly is actually "current".
When a user selects "devel", the version designation for the nightly version is "#devel" (aside: note presence of '#' character that requires escaping in many common shells). Even if woefully outdated nightly is present, there is no means for user to distinguish that from a "current" nightly, because the version designation is ALWAYS shown as "#devel".
Alas, whatever inside choosenim is supposed to be tracking whether local "#devel" is "current" also appears broken: Even immediately after "choosenim update devel" successfully completes, "choosenim versions" indicates an update is available (and subsequent "choosenim update devel" cmds will indeed re-download and re-install the exact same nightly version they just installed).
To be clear, that "always new nightly available" issue merits its own bug, I'm only mentioning it here to highlight why using "#devel" instead of some actual versioned designation for nightlies creates problems for users as well.
The text was updated successfully, but these errors were encountered:
Bug: Using "#devel" for nightlies version designation denies user ability to determine if local nightly is actually "current".
When a user selects "devel", the version designation for the nightly version is "#devel" (aside: note presence of '#' character that requires escaping in many common shells). Even if woefully outdated nightly is present, there is no means for user to distinguish that from a "current" nightly, because the version designation is ALWAYS shown as "#devel".
Alas, whatever inside choosenim is supposed to be tracking whether local "#devel" is "current" also appears broken: Even immediately after "choosenim update devel" successfully completes, "choosenim versions" indicates an update is available (and subsequent "choosenim update devel" cmds will indeed re-download and re-install the exact same nightly version they just installed).
To be clear, that "always new nightly available" issue merits its own bug, I'm only mentioning it here to highlight why using "#devel" instead of some actual versioned designation for nightlies creates problems for users as well.
The text was updated successfully, but these errors were encountered: