Rebecca Turner
Rebecca Turner
`HeaderList` was replaced with `[Header]`, `SettingsHeaderTableSize` was replaced with `SettingsTokenHeaderTableSize`. Closes #94
The reload summary ("Ok, 10 modules loaded") is still responsible for whether or not "All good!" is printed, so this still needs some work. We could just check if any...
### Describe the feature you’d like to be implemented `--verbose` and/or `--debug` flags should be shortcuts for `--log-filter ghciwatch=debug,info` or similar. ### List alternatives to the feature and their pros...
The ghciwatch log output is nondeterministically ordered because it all runs asynchronously, which precludes writing golden tests. (Also, output varies somewhat by compiler, by host operating system, etc.) We could...
It is very tedious to read the logs as a single linear text file. It would be nice if there was a GUI we could easily export to that allowed...
The tests set a log filter that's basically like `ghciwatch=debug`, which makes the output painful. In reality, we only check a small subset of those messages, and individual tests can...
Right now the JSON output and console output use the same tracing filters. If they were separate, the console output could be more legible. From [SyncLinear.com](https://synclinear.com) | [DUX-3132](https://linear.app/mercury/issue/DUX-3132/separate-log-filters-for-json-console-output)
The testing framework is really tedious; writing and updating tests involves pawing through pages and pages of highly verbose logging output. From [SyncLinear.com](https://synclinear.com) | [DUX-3131](https://linear.app/mercury/issue/DUX-3131/testing-ux)
> I've just published [an **unofficial** AUR package](https://aur.archlinux.org/packages/ghciwatch-bin) for Arch Linux users. It would be a bit safer, and easier for me, if the releases page here gave expected checksums....
Oops: ``` $ ghci GHCi, version 9.10.1: https://www.haskell.org/ghc/ :? for help Loaded GHCi configuration from /Users/wiggles/.ghci ghci> putStr "foo" fooghci> ``` Ghciwatch thinks this will never happen. Also, we should...