Luca Palmieri
Luca Palmieri
The root of the issue is ` path = "./benches/criterion.rs"`. If you change it to ` path = "benches/criterion.rs"` it should work as expected. On our side, I'll push a...
The macro design in this PR is viable, and it's the interface we want to go for. The implementation, though, isn't: this hardcodes specific constructors for each part of the...
> tests/cpptests/test_cpp_iterator_optional.cpp That's already been spinned out as its own PR (#7398).
I agree with the change, but unfortunately it'd be a breaking change. So I'll set it aside for the next breaking release.
Thanks for the PR—unfortunately, it'll take me a while to get to review it.
> Yeah, the error needs to be fixed as we discussed: if the version is incompatible and greater (e.g. local version is 0.2.1 while published is 0.3.0), then release-plz should...
There is a follow-up to the problem above: most of our attribute macros generate a strongly-typed handle to the annotated type/callable. That's also going to be referred/used, thus causing unnecessary...
Since you're on a macro diagnostic streak, I wonder if you might be interested in the follow-up too @Duckaet?