jade
jade
I regularly do major crimes to cabal projects such that I have overlapping cradle paths (`test-dev` with source-dirs of both `src` and `test`, `test` with just the test source dir,...
The reason the one-per-module isn't really feasible is that there's 50000 lines of that so it's not editable (some of which is probably duplicated due to the above mentioned overlapping...
semi related (primarily in case search engines are being bad): the fixed bug that it used to be impossible to set warning level at all: https://github.com/mesonbuild/meson/issues/5466
Hmmm. Good question. I did just wind up reexporting the prelude from the scalars module and fixed my problem by doing so; it looks like the main work codebase authors...
Indeed, this works. It is kind of a bodge, but it absolutely works.
By the way if you enable `default-features` in the manifest, this error happens: ``` subprojects/tracing-subscriber-0.3.19/meson.build:106:-1: ERROR: Problem encountered: Dependency tracing-core-0.1-rs pre viously configured with features ['std', 'once_cell'] but need ['std',...
Design wise, I think this probably is supposed to be an option or a [wrap file entry](https://mesonbuild.com/Wrap-dependency-system-manual.html#cargo-wraps)? Probably closer to a subproject option (and arguably the wrap settings for rustc...
> Is this just about setting last modified to not rely on the timestamps in the tarball for detection yep!
If anyone wants a Nix ctags implementation, I wrote one in my tool here: https://github.com/lf-/nix-doc It's Rust so not possible to integrate here though.
@mweinelt the complaint about pre-releases not being skipped is now fixed by using the github api, per https://github.com/Mic92/nix-update/pull/221