Ryan Hendrickson

Results 37 issues of Ryan Hendrickson

#10970 Moving the existing content of values.md into constructs.md and sketching out the bones of what should be there instead. Ping @fricklerhandwerk # Priorities and Process Add :+1: to [pull...

documentation

**Is your feature request related to a problem? Please describe.** I'm in a REPL. I'm exploring parts of Nixpkgs. I type a partial expression: ``` nix-repl> someExpr.foo { bar =...

feature
language

## Problem The Nix language reference (section 5 in the manual) is somewhat haphazardly organized and missing some details about the language. Could go into more detail if required but...

documentation

[Rendered](https://github.com/rhendric/nix-rfcs/blob/rhendric/list-index-syntax/rfcs/0181-list-index-syntax.md)

status: in discussion

The previous place where OR_KW was inserted into the grammar to allow expressions like "map or [...]" led to a number of weird outcomes. By moving it to expr_simple, expressions...

language
breaking

# Motivation Fixes #11268. # Context This should be non-breaking. As a side effect, it makes some duplicate attribute error messages nicer (later occurrences point back to previous occurrences rather...

with-tests
idea approved

**Describe the bug** I would like to be able to say the following: * A binding to an attribute path `a.b.c = 1;` is equivalent to `a = { b...

bug
language

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. I have a...

enhancement

I found this project while looking for a way to set my monitor's color temperature based on the ambient light in the room, but it seems—unless I missed something—that this...

This appeases the -Wnoncanonical-monad-instances warning. This warning exists because a future GHC release may treat noncanonical definitions as errors. See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return