Rebecca Turner

Results 189 issues of 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...

patch

### 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...

linear
Medium priority
beginner project
Easy/Beginner

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...

linear

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...

linear

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...

linear

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)

linear

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)

linear

> 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....

linear
Low priority

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...

linear