Closed
Bug 1911165
Opened 1 year ago
Closed 1 year ago
glean_parser Rust codegen into_ffi_extra doesn't handle extras with mixed types
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chutten|PTO, Assigned: chutten|PTO)
Details
Attachments
(1 file)
The codegen for into_ffi_extra creates a HashMap<String, String>, but when putting the extra values in doesn't force them to be strings via to_string().
(( FOG's rust codegen made the change as part of bug 1693486 ))
Comment 1•1 year ago
|
||
badboy merged PR [mozilla/glean_parser]: bug 1911165 - Fix rust codegen for typed extras (#739) in 4288777.
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•