Emad Jacob Maroun
Emad Jacob Maroun
Thanks for working on #65. I'll test out this branch as soon as I can and report back here.
I found the following problems with `expand_fail`: * If there is no `.expanded` file, the one created automatically is empty. I would have expected it to contain the error message...
I'm trying things on `duplicate`, but the specific call I'm trying is: ```rust #[duplicate::duplicate(refs(T); [& T]; [T])] fn from(x: refs(Bits)) -> bool { x.value == 1 } ``` Expanding this...
Btw, I have cargo-expand v1.0.9
I'll have a look at it this weekend and report back.
I've given the update a try and, in short, it seems for me to work well enough to be usable for my use cases. I found one issue that I...
@eupn, do you have an ETA on when this might get merged and an eventual new release? This PR and the changes currently in master would be really nice to...
@eupn, sorry to bother again, but I'm still very much interested in this PR getting merged/released even without the last few fixes I highlighted above. I hope you can find...
> if other dependencies requires the recent version of serde_json, this causes compile error Doesn't cargo just compile it twice? > serde_json v1.0.73's MSRV is Rust 1.36. See rust-version field...
> AFAIK, many cornerstone libraries (include serde_json) don't consider an MSRV increase as a breaking change. Yeah, my opinion is not mainstream sadly, and would therefore also fully respect if...