Jacob Finkelman

Results 313 comments of Jacob Finkelman

Why do you think this is a bug with Cargo and not with `quote`?

> suggested removing them after the configured size is reached. Is there a way of determining the size of a folder that is faster than iterating over all the files...

The lru cleaning has a [PR](https://github.com/holmgr/cargo-sweep/pull/20). The PR to have Cargo maintain the mtime was merged, but was then put behind a [feature flag](https://github.com/rust-lang/cargo/pull/6573) as it broke the playground. @ehuss...

On discord @aidanhs "I can say that crater doesn't put the target directory in the image so there's no CoW stuff. in fact I think the crater image is entirely...

discord: @pietroalbini at 12:21 PM > redeployed crater -- the target directory is now automatically being cleared rm -rf target when we reach 90% disk usage but that's the quickest...

What would be involved in doing this? Is there code that constructs a dependency tree for all the crates? (If so where?) Then I guess we weed need to do...

I can try to work on it and even if I can't it will be documented for someone else to pick up. :-)

At the Cargo Team Meeting today we discussed this. The Team is open to pulling the tipes out into a public Crate with a sember based version number! The consensus...

I am still getting ``` = help: the trait `std::marker::Sync` is not implemented for `std::rc::Rc` = note: required by `hamt_rs::ShareStore` ```` with `hamt-rs = { git = "https://github.com/TyOverby/hamt-rs", branch =...

I would love to see PRs adding additional algorithms! Unfortunately I don't have spare Cycles to work on this project at the moment.