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
[While writing a new feature, I spotted a flaw; filing a bug for tracking independently of the new feature. I expect to close this soon if not interrupted.]
The _stat_unix function uses modification time on Unix, but last access time on macOS and BSDs.
Thus repeated accesses of stable will never result in stable being checked to be current.
The text was updated successfully, but these errors were encountered:
* New persistent file, `~/.gimme/versions/known-versions.txt`, which is
kept in sorted unique order
* Add `--resolve` for handling version specifiers in a
normally-lightweight manner, where stdout gets the resolved version.
* Handle `NN.x` (and `NN.MM.x`) as a version specifier, against the
known versions
* Have the `--known` output be cached to disk; there's a cache bypass
mechanism (flag), and a cache age control environment variable.
* Rework some cache handling stuff to be in cleaner functional
abstractions
* Adds a `_version_sort` filter
* Bug-fix for stable age using access-time not mod-time on darwin|*bsd
See the README updates for notes on interaction between `--resolve` and
git tag resolution, and how to avoid that.
Fixes#129Resolves#110
[While writing a new feature, I spotted a flaw; filing a bug for tracking independently of the new feature. I expect to close this soon if not interrupted.]
The
_stat_unix
function uses modification time on Unix, but last access time on macOS and BSDs.Thus repeated accesses of
stable
will never result instable
being checked to be current.The text was updated successfully, but these errors were encountered: