Greg Pfeil
Greg Pfeil
I think there’s actually a regression here, but I need to check a couple things. Wasn’t able to figure it out looking at the post merge version of the PR,...
I’ll get this one wrapped today.
Ok, this is finally passing. Before it can be merged, 1. https://share.unison-lang.org/@unison/runtime-tests/contributions/4 needs to be merged, 2. A new release of @unison/runtime needs to be cut, and 3. this PR...
Ok, I merged in trunk again[^1], and this should now run CI against the most recent https://share.unison-lang.org/@unison/runtime-tests/contributions/4, which has had main merged in. [^1]: I mostly merged just to get...
Sorry, one more specific question … ```elisp (require 'foo) (use-package 'bar :after foo :custom (bar-var foo-var)) ; default is nil (use-package foo :custom (foo-var t)) ; default is nil ```...
> I'm not sure we can truly support the notion of `crane.lib` which has functions that don't need a nixpkgs instantiation, because it would end up being an empty set...
I agree. It might be worth doing #5214 before this.
Ok, I’ve switched to `:error`/`:bug`, which is a big improvement. Ready for final review.
Hrmm … the tests that are failing … they’re easy enough to fix (just need to update the output expectations), but it seems like there’s not an easy way to...
> Can you suggest a way we can be confident that all of the transcripts made it into `idempotent/` and not accidentally deleted like I'd apparently done in the past?...