Greg Pfeil

Results 379 comments of Greg Pfeil

This should probably add a golden test or two.

To clarify a bit, I suppose this isn’t quite a bootstrapping issue, as I’m using `ELDEV_LOCAL` to point to the local eldev, which works. And what I thought _wasn’t_ working,...

An update a couple years later … The addition of `--disable-dependencies` has been very helpful. It allowed me to remove the transitive application of `eldev-use-local-dependency` that I needed with `--external`...

I’m running into this, but with a more complicated closure, apparently: ``` dataBranch: bad closure: PAp (CIx (ReferenceDerived (Id "02btgjevuvmqndr35f6g4sgupu5d1d747esqjrqn7tqlqelj8fkc8" 0)) 635 0) (LamI 6 11 (Let (App False (Env...

I figured out my particular issue here (I added fields to a record type, and failed to update one of the call sites, so I ended up passing a `Foo...

@amesgen Thanks! Part of the issue is definitely that I don’t use VSCode myself, so it’s hard to help diagnose things. And then there are outside contributors who might not...

@kamadorueda That _seems_ reasonable, what exactly does that entail? Like, if I write ```nix { # some comment foo = bar; } ``` would it still pull the `#` to...

Ah, that example is helpful. Yeah, I think I’d use that.

Here’s the branch where I added .dir-locals.el: https://github.com/sellout/agenix.el/tree/nix-flake So yeah … elisp seems to be the bulk of them. If I run `package` only, I get no warnings; `doc` only,...