Rebecca Turner
Rebecca Turner
So apparently when you build the `config.system.build.isoImage` attribute on a NixOS configuration, Nix builds a store path that ends with `.iso` but is a directory; the actual path I needed...
@troglobit Still looking for a review on this, thanks!
I'd love to help with this, but I'm not sure where to look -- grepping around for the diagnostics and the reload behavior gives me a lot to dig into,...
I don't think so -- `rust-analyzer` works fine on my `#[cfg(test)] mod tests {}` test modules, and if I restart `rust-analyzer` it gives me intelligence for `tests/foo.rs` files, it just...
@ShoyuVanilla Thanks! I'm happy to put in some legwork if you can point me to where the files get loaded at startup time and where they should be detected while...
No worries! It's not a big issue, I can just restart the LSP. Thanks for the help!
@scottcao SGTM, thanks! I'll see if I can get to this on Monday.
I made the requested changes like 2 months ago and forgot to push them. Ooops! @scottcao PTAL :)
NB: [`buildifier`](https://github.com/bazelbuild/buildtools/tree/main/buildifier) hard errors when the literal `...` is used, e.g. in `tuple[str, ...]`: ``` $ echo "MyType = tuple[str, ...]" | buildifier :1:23: syntax error near . # reformat...
> One concern I have is that `CommonSetupFlags` is meant to be for flags common to all `Setup` invocations ... Yes, I wasn't entirely sure where to put this flag....