Rebecca Turner

Results 168 comments of Rebecca Turner

Is this still blocked on `haskell.nix` support? We've had GHC 9.4 in nixpkgs for a while now, and releasing GHC 9.4 support for Ormolu is blocking [GHC 9.4 support for...

> do you mean to suggest that HLS is blocked on Fourmolu, but somehow not on Ormolu directly? The Fourmolu maintainers don't want to incorporate+release this patch to add GHC...

GHC also needs `SECTIONS` and has [a `driver/utils/merge_sections.ld` script](https://gitlab.haskell.org/ghc/ghc/-/blob/545bf8cf1844e2a1c18d2019d1f299ab10099873/driver/utils/merge_sections.ld): ``` /* Linker script to undo -split-sections and merge all sections together when * linking relocatable object files for GHCi. *...

You can use the [`strip-ansi-escapes`](https://docs.rs/strip-ansi-escapes/latest/strip_ansi_escapes/) crate to remove such escape characters, and then you can measure the length of the resulting string.

@infinisil Looks OK: ``` error: while evaluating the attribute 'buildInputs' of the derivation 'my-derivation' at /Users/wiggles/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:347:7: cannot coerce a function to a string, at /Users/wiggles/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:347:7 ```

@infinisil I'm not sure I understand -- even with Nix 2.3, the error message clearly states the derivation name (`my-derivation`) and the attribute that fails to coerce (`buildInputs`). The only...

Figured I'd let you know. Really awesome tool btw, absolutely essential. Will drag and dropping keys from one area to another be added at any point? On Tue, Oct 27,...

> Unfortunately I don't see "just move" happening because there are so many moving parts. There's barely a chance to not do rewriting simply to be able to fit things...

`alt-b` and `alt-f` for word-back and word-forward come from Emacs, although they're supported in many terminals as well.