Aria Desires
Aria Desires
Yeah we should just make dist = false opt you out of singular libraries. This will require some rejigging of the logic around this, but worth it. https://github.com/axodotdev/cargo-dist/blob/f18413aa273c2b0e8cd27b6f4ce739bf1504b6ae/cargo-dist/src/announce.rs#L428-L439 In the...
Increasingly pondering if this config should be expanded to be more than just a boolean after triaging/discussing a bunch of related issues. There's several different "levels" to which you might...
Hmm this seems reasonable. We have some similar configs [with like display-name](https://opensource.axo.dev/cargo-dist/book/reference/config.html#display-name). It seems maybe too restrictive to have a boolean that's just "use the tag"... it would be nice...
To be clear this was indeed an intended/supported workflow that I tested but of course OF COURSE I coincidentally only tested up to 3 tags at once so I never...
Hmm this is a really nice idea, but I could imagine in any project with more than one person this would quickly be painful: * everyone who wants to commit...
Aha I was tricked by my primary exposure to commit hooks being a project that installed it for you when you setup a dev environment. This is definitely worth considering...
I believe your problem would be better solved by adding a rust-toolchain.toml to your project, which is the community-standard way to get CI to use the toolchain you want: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
Running from basically stock windows terminal in arm64 windows (via parallels on macos): ``` PS C:\Users\gankra\dev\tmp> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" Downloading uv 0.9.8 (aarch64-pc-windows-msvc) Installing to...
Is this still observable to you? I wonder if parallels is doing something weird...
currently missing: a checked in test that stresses this (did some local edits to axolotlsay-hybrid to smoke test, but we need a real test before landing)