Rebecca Turner
Rebecca Turner
I'm not sure exactly where to find canonical documentation for these codes, but this seems to match what my terminal produces (macOS + iTerm2+ Fish + Tmux). It might also...
Closes #71 This code doesn't really work. Not sure how to fix it.
In Fish and Bash, when I press `Ctrl-U`, it deletes the input line from the cursor position, not the entire line. If `|` is my cursor: ``` > a b...
When I open a new file in `tests/` (e.g. `tests/my_test.rs`), `rust-analyzer` gives an unlinked file diagnostic: ``` This file is not included in any crates, so rust-analyzer can't offer IDE...
This is blocking #9367. Currently, `cabal repl` has a `--keep-temp-files` option, and `cabal.project` has a `keep-temp-files` option but it only affects Haddock builds. This patch adds `--keep-temp-files` to `CommonSetupFlags`, making...
This adds the `Tasty` `-p`/`--pattern` argument to the `cabal-testsuite` tests, making it possible to filter `cabal-testsuite` tests just like the other test suites: ./validate.sh -s build -s cli-suite -p HaddockKeepTmpsCustom...
## Describe the bug Cabal attempts to access the network, even if `--offline` is given. ## To Reproduce ``` $ rm -rf dist-newstyle/ ~/.cabal/packages && cabal exec -v --offline --...
This documents the (excellent!) workaround for #660 in the `README.md`.
data-default 0.8 deprecates data-default-class by moving the `Default` class from `Data.Default.Class` to `Data.Default`. See: https://github.com/kazu-yamamoto/crypton-certificate/pull/11 See: https://github.com/haskell-tls/hs-tls/pull/486 See: https://github.com/commercialhaskell/stackage/issues/7545
Closes https://github.com/ndmitchell/hlint/issues/1434 Supercedes #1435, updated for latest `master`.