rami3l

Results 477 comments of rami3l

@ChrisDenton Yes, I do hope that pushing https://github.com/rust-lang/promote-release/pull/84 will eventually give us more freedom on that matter; that said, I have the feeling that I might not know who to...

> Right, I remember we discussed with @rbtcollins whether there was value in the OpenTelemetry support and he argued that it was very helpful for him the few times he...

I investigated the current codebase for quite a while, and the main problem we have here seems to be the following: When will the macro be expanded? Ideally `clap_derive` should...

@epage Yeah, I saw that post-processing part. Before, with only doc literals, it's reasonable to do this in the derive macro. However, when the doc macros come into play, it...

@epage Wait a second, does https://github.com/rust-lang/rust/pull/87264 include the eager expansion that we want? If so, we can wait for it! (And in that case I know exactly which function should...

@brunoczim Since https://github.com/rust-lang/rust/pull/87264 has already landed with `expand_expr`, I think I can take a look. ... But don't expect that to be available in `clap` soon... We have to wait...

@epage Indeed, we'd need those for this to work as well, thanks for looking into it again! So my above analysis was not entirely correct...