Enable Rust code generation from the glean_parser (RLB)
Categories
(Data Platform and Tools :: Glean: SDK, task, P1)
Tracking
(Not tracked)
People
(Reporter: Dexter, Assigned: travis_)
References
Details
(Whiteboard: [telemetry:glean-rs:backlog])
Attachments
(1 file)
This is for supporting Rust Language Binding code generation from the glean_parser. Code generation from m-c can be used as a base for this.
Bonus point for investigating build system integration as well.
Comment 1•5 years ago
|
||
Turns out that FOG doesn't need this, it needs its own IPC-aware Rust generation anyway : |
Maybe in the future when the RLB has its own codegen we can adapt it and only add the IPC stuff on top, but for now it makes sense to keep managing it on its own.
Comment 2•5 years ago
|
||
In scope for this bug is also generating metrics code for glean-core, not just RLB.
| Assignee | ||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
| Assignee | ||
Comment 4•4 years ago
|
||
Glean parser work has landed, now to add to the Glean docs and enable generating metrics for glean-core
Comment 5•4 years ago
|
||
travis79 merged PR #425: "Bug 1677434 - Enable Rust code generation from the glean_parser" in 228e179.
(This happened months ago, just marking as FIXED)
Description
•