Ian Jackson
Ian Jackson
> @ijackson > > Cargo [started collecting last use data](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-178-2024-05-02) since 1.78.0, which was almost one year ago. Personally I feel like that is long enough for us to ship...
> For a cleanup algorithm like cargo's, this is perfect. We should avoid deleting things whose atimes are more recent than the timestamp recorded in the database. I should clarify...
> Really appreciate the detailed reply! ... > Just curious whether setting `cache.auto-clean-frequency="never"` config value or `CARGO_CACHE_AUTO_CLEAN_FREQUENCY=never` is a viable solution on your side, and how hard it is in...
### First, an apology An earlier version of this message started with some comments that, while well-intentioned, landed very badly, and seemed quite unpleasant to some folks. So, I would...
I like this, FTR.
Oh good, this fixes the CI. Assuming you like this and merge it, I should rebase #31 and #32 so their CI is fixed. LMK when that would be convenient...
(Also, if you like this, I could make a similar MR against `assert-eq-float`, which would probably eliminate the override in `update-minimal-versions`.)
Hi. Please reopen this ticket. As I wrote in #487, that MR does *not* fix this issue! (I think github has interpreted "this MR does not fix #482" as "please...
> Yes, that's not something Podman can protect the user from. Same could happen when a new image was pushed to the registry. The best way to make sure to...
> It looks like it's caused only by the `sort_unstable` call. The underlying bug is the splitting on `OR`, which is fundamentally wrong since SPDX licence strings can contain parens....