Nicolas Jeannerod
Nicolas Jeannerod
I wasn't the instigator of the `--skip-nosh` option, but I would say the best start is to look how it is implemented. As a first idea, I would say that...
If Morbig can be made extensible while also keeping the guarantee that it is as close to the POSIX standard as possible, that would be amazing. I do agree that...
I don't think that Morbig has been superseeded by ShellCheck. These two pieces of software do not serve the same purpose at all: - Morbig has been designed from the...
Stumbled upon the same problem right now with 3.17. A workaround is to make the subdirectory its own library, but if it is somewhere in the middle of the dependencies...
I just stumbled upon this after some time debugging my first attempt at `disko-install`. I believe my grief is mostly with the documentation of `disko-install`, where it could (should?) be...
Indeed, `nix flake check`s run in a sandbox and therefore cannot alter the contents of your repository. This is not specific to `git-hooks.nix` but of anything you put in a...
Note that, with Friday's changes, the text description is not up-to-date anymore with what the code actually does.
> The test failure in `getChain_addChain` makes sense: The test is making sure that for every chain `bc`, adding its blocks to an empty model causes the selection to be...
Now rebased on top of #1125.
After 14 hours of tests, I find a counter-example to this PR. Reproducible on branch `niols/loe-chaindb-qsm` at commit 2da9483a2947902df18b6da30f8ffbb7133a3ce5 with: cabal run ouroboros-consensus:storage-test -- \ -p '/ChainDB q-s-m/' \ --quickcheck-tests...