Kevin K.
Kevin K.
Rebased on master
I apologize for the long (nearly a year) wait - I think my notifications for this repo were accidentally marked as read. My plan is to merge this, then open...
bors r+
I'd be interested to see if this is still the case on the latest (v0.13.1). If anyone has a repo that can reproduce this I'd like to see.
I haven't tested this yet, but assuming the root cause is that we're using a temp dir that in some instances is a tempfs mount and exhausting RAM; a simple...
That sounds like a recursion issue. Do you have any circular dev or path dependencies? Does it still happen when you use a max depth similar to another poster here?
Dev dependencies are allowed to be cyclic in Rust. That helps though, I'll do some testing on it this week and report back.
I'm sorry that happened 😞 But thank you for providing that project as this really helps and I was able to reproduce the unbounded memory growth which makes me thing...
Looks like at least in @starwolfy's case it's hitting an infinite loop at [elaborate_workspace.rs:232](https://github.com/kbknapp/cargo-outdated/blob/d60b274a495177a4c696a05d38d96fef0560cef2/src/cargo_ops/elaborate_workspace.rs#L232).
> It is the same reason why ripgrep doesn't have traditional --include and --exclude flags for example Could you expand on that, as it might be in my sphere of...