coot
coot
* models heap * supports threads * pluggable scheduler * supports extensible effects. By default it comes with: * thread forking, * `IORef`s, * `MVar`s, * `STM`, * `Teletype` (reading...
I'll add `--haddock-all` to `cabal haddock-project`.
For the network related things: * __Ad 2:__ `setBlockForging :: [BlockForging m blk] -> m ()` - it doesn't return any meaningful result. The function does not raises any meaningful...
It even seems that the `ghc-9.6` branch is not compatible with `ghc-9.6` right now :frowning_face:: ``` haddock: internal error: Ix{Int}.index: Index (14255) out of range ((0,8429)) ```
The `CONTRIBUTING.md` file should mention that the preferred way of building `haddock` is using the `ghc` repo & hadrian build system.
Calling a `bug` is an exaggeration, `maintenance` is a better fit.
Depends on #3596.
This issue requires fixing #3421 as well at some point, e.g. if limits are not large enough, we might never promote such peers as local roots (maybe we'll promote them...
@amesgen do you have an advise which versions should be removed?
The attached trace contains: ``` 0s - Thread [].2 main - TxCommitted [] [TMVarId 2] Effect { } ``` while the code snippet doesn't mentions any `TMVar`s, is this a...