David Barsky

Results 134 comments of David Barsky

Typically speaking, `tracing` and `tracing-attributes` only support types that are defined and stable within `std`. _If_ we were to do this, I would prefer to have `Try` behind a Tokio-style...

Sorry, to be clear: this is a very reasonable request and behavior to want. However, the combination of adding a new trait to `tracing` (generally, a difficult proposition due to...

Sorry! We missed this change for 0.3. The chrono vulnerability was somewhat urgent and we missed a few breaking changes that we wanted to get it. Somewhat naively, I worry...

> Hmm... can we figure out a transition path so we can incrementally start using the new system without having to switch to 0.2 immediately? I mean, possibly? I'm not...

> They're also harder to experiment with because any change means you need to recompile your entire dependency tree (and cargo will actually wipe the previous cache, so changing back...

> Oh, got it, I misinterpreted that post. Thanks! Sorry! I was being oblique about the fact that tracing is now a "big deal". > I am still not sure...

This issue is a duplicate of #1329, but you're right about the discrepancy. Would you be willing to submit a PR to the v0.1.0 branch fixing the incorrect documentation on...

At the moment, we should just change the documentation to reflect reality. The right solution might require a bit more thought.

Thanks for reporting this. Can you include a backtrace for this? I have a suspicion as to what's happening here, but it'd be good to get confirmation via a backtrace.

I'll try to review this PR shortly, but looking over how you're generating components in Asteracea (to use [`proc-macro-definitions/src/component_declaration.rs`](https://github.com/Tamschi/Asteracea/blob/52b3b065329fadb6d4f195ee41161866f2d1d5d2/proc-macro-definitions/src/component_declaration.rs#L628) as an example), you _can_ mimic what tracing-attributes does to generate...