Dan Aloni

Results 34 comments of Dan Aloni

I've posted an [implementation PR](https://github.com/rust-lang/cargo/pull/9001). Currently in draft.

On the road to publishing an RFC for this, there's another use case I'd like to present - dealing with trivially broken dependencies upon a `Cargo.lock` update. * When updating...

@PanopticaRising not yet, you can go ahead and work on it if you'd like (just let me know).

Thanks for pointing it out - I'll take it into consideration.

@glenux You've got a working branch for this? I would be obliged.

For prior art, here an equivalent functionality from NodeJS packaging context: [patch-package](https://yarnpkg.com/package/patch-package). It also uses unidiff files. Seems it is widely used (6k stars), and we can learn from its...

The expected result is that the panic is caught and that the program doesn't crash. Is it related to known limitations?

Found something interesting - Building and testing for a `musl` target works as expected, tested with `--target=x86_64-unknown-linux-musl`. So this has something to do with glibc perhaps. I'm using Fedora Linux,...

The automatic setting of `b:AutoPairs` is handled now by [rust.vim](https://github.com/rust-lang/rust.vim).