Max Horn
Max Horn
The page https://sift-tool.org/performance compares performance to `grep` (presumably GNU grep? please clarify!), `ack`, `ag`, and `pt`. But it does not state which version of these. Now there has been a...
Suppose you have a local hg repository, and a git clone of that, both are fully in sync. Now the tip commit of the remote hg repository is stripped. If...
Right now, git-remote-hg can die while in the middle of writing the marks files, fatally corrupting the state of git-remote-hg, and potentially forcing the user to make a fresh clone....
As @felipec stated on issue #16, "Concurrency is not supported". This should then at least be documented as a known issue, as it can corrupt the internal state of git-remote-hg....
hg-git recently added file rename detection. In particular, they add a mercurial "extra" field where they record the "source" of renames, and this new field ("hg-git-rename-source=git") break things. Note that...
A recent change in `codecov-action@v2` (?? update from v0.1.15 to v0.1.16 ???) apparently caused our CI uploads to be incomplete (see https://github.com/gap-system/gap/issues/4752 ; a file named `gap-coverage.json` used to be...
The code in `src/dump.c` does not allow customization of how instances of specific types are serialized. That is a problem for structs that store `Ptr` to external data: if one...
tl;dr: it seems that when using `PackageCompiler.create_sysimage`, if module A depends on module B, then it can happen that the precompiled data for `A` is deserialized before `B.__init__` was run....
Using git-credential has the advantage that there are contrib plugins for it that support the OS X keychain, netrc, wincred and gnome-keyring; at the same time, git-credential is also used...
This PR adds support for the Fink package manager on Mac OS X.