Rebecca Turner

Results 189 issues of Rebecca Turner

Follow-up to #125. `nil diagnostics` now accepts directories in addition to files as arguments. If no arguments are given, the current directory (`.`) is used. The [`ignore`](https://docs.rs/ignore/latest/ignore/) crate is used...

C-feature
A-diagnostics
A-CLI

Closes #124. This is the naive approach, which does not attempt to read files or compute diagnostics in parallel (unless there's some `salsa` magic I don't understand happening under the...

C-feature
A-diagnostics
A-CLI

`nil diagnostics --help` states: > Exit with non-zero code if there are any diagnostics. (`1` for errors, > `2` if only warnings) In practice, `nil` would only exit with code...

`nil diagnostics` only accepts a single filename, so the obvious glob doesn't work: ``` $ nil diagnostics **/*.nix Unrecognized argument: my-file.nix Run nil --help for more information. ``` This works,...

Since https://github.com/edolstra/flake-compat/commit/0f9255e01c2351cc7d116c072cb317785dd33b33, `default.nix` has used `builtins.storePath`, which is not available in pure evaluation mode (e.g. when used in a Flake). This makes it challenging to use `flake-compat` to incrementally migrate...

http://www.keyboard-layout-editor.com/#/gists/39ca245f8035dc1ff6d6 screenshot ![73bd1c268f89c160284d7d67b397e36c](https://cloud.githubusercontent.com/assets/15312184/10746802/7e976376-7c89-11e5-8788-6c3a268c49c1.png)

enhancement

Expected behavior: When `dialoguer::Input::interact` is running and I press Ctrl-D, `STDIN` is closed and `interact()` returns an `Err`. Actual behavior: The previous line in the terminal is replaced by the...

t-bug
c-interactions
z-all-prompts

Before submitting your PR, check that you've: - [ ] Bumped the version number. - [ ] Documented new APIs with [Haddock markup](https://www.haskell.org/haddock/doc/html/index.html). - [ ] Added [`@since` declarations](http://haskell-haddock.readthedocs.io/en/latest/markup.html#since) to...

The transformer is invalid on most monads (deprecated) and has been removed from `transformers` 0.6