Mark Jason Dominus (陶敏修)
Mark Jason Dominus (陶敏修)
The instructions at https://docs.servant.dev/en/stable/tutorial/install.html failed for me in multiple ways. ## cabal-install The `cabal new-build tutorial` command failed, saying /home/mjd/src/haskell-job/servant/cabal.project:59: Parse of field 'allow-newer' failed. I figured out that this...
For example, if I do ``` git mv A B git commit ... git re-edit HEAD ``` then the editor opens on both `B` and (nonexistent) `A`, because `git-dirtyfiles` reports...
This definitely affects `-r` mode, and probably also non-`r` mode. If `git-ff` fast-forwards the current branch, it uses `git-update-ref`, which does not update the index or the working tree. These...
Building `lw` no longer succeeds; it says ``` g++ -DHAVE_CONFIG_H -I. -I../../src -I../common -O2 -Wall -Wno-unknown-pragmas -MT CupsPrintEnvironment.o -MD -MP -MF .deps/CupsPrintEnvironment.Tpo -c -o CupsPrintEnvironment.o `test -f '../common/CupsPrintEnvironment.cpp' || echo...
The coverage report indicates that this branch is never exercised. That appears to be because it is unused code. When I couldn't produce a test case that exercised it, I...