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.
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 theI/O
error message is only given whenFSUtil.systemLines
fails.Closes #31.