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
1. The metadata version list was not sorted correctly, the usual `1.10`
ordering issue; fix that with a version sort.
* There are two implementations, I tested both on macOS via changing
the `ifeq` guard to select (had a second `$(warning ...)` in for
development to confirm branch selection). The `sed` one is based
on the code in the `gimme` script, but reversed and adjusted for
`Makefile` syntax.
2. Using `$(CUT) -b1-3` is no longer correct for prefix selection, now
that we have `1.10` as 4 digits.
3. My making `GIMME_COPYRIGHT` a `readonly` variable in fd746b1 broke
the `Makefile` rule for checking the two copyrights against each
other; fix the `Makefile` to handle reality.
4. Committed the results of `make` fixing the sample files
5. I got a `CONTRIBUTORS` file with wildly different ordering; even
after forcing on LC_COLLATE to a locally-valid name, there was no
difference and $RandomGoogling suggest this is a known issue on
macOS. So disable CONTRIBUTORS mangling on macOS.
6. Trying to make metadata on Linux I hit an issue because
`fetch-object-urls` requires Python 3.6; which is fair, because 3.6
is an awesome release with many cool features which make it a
compelling choice; but the script didn't guard against this and so
bombed out later when trying to pass binary into the json module.
7. Updated CONTRIBUTORS on a Linux box
Yaks shaved: 3.
0 commit comments