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
If I run a command like this exercism download --exercise=scale-generator --track=go and I already have a copy of the code downloaded, and in the mean time the upstream exercise has been updated, I won't know if I have the latest version or not.
Proposed solution
Add a version field to the metadata.json. This file should be downloaded first and its value should be compared with the one in the local metadata.json. If the values are different, the user should be warned that a new version is available.
The text was updated successfully, but these errors were encountered:
Scenario
If I run a command like this
exercism download --exercise=scale-generator --track=go
and I already have a copy of the code downloaded, and in the mean time the upstream exercise has been updated, I won't know if I have the latest version or not.Proposed solution
Add a
version
field to themetadata.json
. This file should be downloaded first and its value should be compared with the one in the localmetadata.json
. If the values are different, the user should be warned that a new version is available.The text was updated successfully, but these errors were encountered: