Can we tidy up extra_keys_with_types in rust/c++ codegen after the removal of old-style event extras?
Categories
(Toolkit :: Telemetry, task, P3)
Tracking
()
People
(Reporter: chutten, Unassigned)
References
Details
In bug 1812615 we removed any codegen errors related to the previously-deprecated-now-removed events API. We might be able to tidy Rust and C++ codegen up even further as a result. At the very least, the comments in there can be rewritten.
This bug is about looking at extra_keys_with_types
in rust.jinja2 and cpp.jinja2 and its invocations, and seeing if we can simplify/modernize it now that there's only one way event extras are parsed.
Updated•2 years ago
|
Comment 1•10 months ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Reporter | ||
Comment 2•10 months ago
|
||
I've now taken a look and I'm not sure what idea I had a year ago, but either we've already done the necessary changes in the intervening time or there was actually nothing we could do to simplify things in the first place. Looks pretty single-purpose these days.
Description
•