Jacek Sieka
Jacek Sieka
``` DBG ShowMessage message="Nimsuggest for ... was stopped because it was idle for too long" ERR NimSuggest Error (stderr) err= ERR Error in main An exception occured ls.nim(755, 3) `uri...
```nim {.gcsafe.}: # comment discard ``` becomes ```nim {.gcsafe.}: discard # comment ``` Instead, the comment should stay [c6e0316](https://github.com/arnetheduck/nph/commit/c6e03162dc2820d3088660f644818d7040e95791)
```nim let engineBlock = ?makeEngineBlock( consensusFork, cache[], state[], node, randao, proposer, graffiti, head, slot, enginePayload, ) ``` Because of `[]` is not simple, this call gets one-per-line formatting - probably...