standardml / smackage

Smackage Package Manager for Standard ML
Other
122 stars 12 forks source link

Fix refresh behavior upon encountering an invalid potential semver #32

Closed HarrisonGrodin closed 4 years ago

HarrisonGrodin commented 4 years ago

Previously, upon encountering a tag beginning with a v (e.g. v1.3, volcano) on a package, smackage refresh would fail for the given package with message "Fail: I/O error trying to access temporary file". Now, such tags are ignored, and the I/O error message is only given when FSUtil.systemLines fails.

Closes #31.

HarrisonGrodin commented 4 years ago

Bump? :)