Results 75 comments of James Ravn

I doubt they would change it at this point. I also noticed RFC 6724 updates the source selection logic to follow what glibc does - so it seems it will...

I have to agree w/ Alex here. We've been using fest-assert 1.x for the past year or so. One of my favorite things about fest-asserts is how it relaxes type...

Sorry, I should have been more specific. The self referencing types were fine. It was that #isEqualTo (and some other methods?) starting taking a parameterized type as their argument instead...

[output_fish.txt](https://github.com/mroth/scmpuff/files/10146854/output_fish.txt) ``` ❯ gs 2022/12/03 15:51:55 Failed to decode git status change code for chunk: [ A day3/test.cpp] Please file a bug including this error message as well as the...

Hmm same issue in bash, so I guess it's unrelated to the shell like you say.

Ah, so it's when a file is added with the `-N` flag in git, aka `git add -N test.txt`. I never use that flag normally - but apparently QtCreator (which...

When adding a file with `-N`: ``` ❯ git status On branch main Your branch is up to date with 'origin/main'. Changes not staged for commit: (use "git add ..."...

The workaround is to restart and delete the cache before the 7 day ttl. We run it in k8s w/ emptyDir, so can just delete the pod. It's not ideal...

Thanks @chrishughes25 for finding this. Do you mind submitting a PR?