Viktor Kleen
Viktor Kleen
With #1262 we're now using the pretty printer for printing evaluated terms in the REPL. As @yannham pointed out, that means in particular that we echo entire function definitions back...
Nickel currently parses, e.g., `record.5` as a function application of `record` to the number `.5`, leading to a confusing error message: ``` error: not a function ┌─ repl-input-2:1:14 │ 1...
The `release-infra-test.yaml` workflow can be called manually to build `nixpkgs#hello` on the ARM64 runner. The plan is to use it as a test while making a release to catch problems...