Closed
Bug 1378543
Opened 8 years ago
Closed 8 years ago
Update webrender_bindings for cbindgen:0.1.13
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
I was thinking of combining the cbindgen update along with an update to use euclid types, but that's waiting on the webrender update, which might take a while.
I'd like to just do the cbindgen update (which includes a CLI change) so that crates.io won't be so far behind.
The new invocation is `cbindgen toolkit/library/rust/ --crate webrender_bindings -o gfx/webrender_bindings/webrender_ffi_geneerated.h`. I'll send an email to dev.tech.gfx with this when this lands.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8883735 [details]
Bug 1378543 - Update webrender_bindings for cbindgen:0.1.13.
https://reviewboard.mozilla.org/r/154642/#review159902
::: gfx/webrender_bindings/webrender_ffi_generated.h:9
(Diff revision 1)
>
> -/* Generated with cbindgen:0.1.10 */
> +/* Generated with cbindgen:0.1.13 */
>
> /* DO NOT MODIFY THIS MANUALLY! This file was generated using cbindgen.
> * To generate this file, clone `https://github.com/rlhunt/cbindgen` or run `cargo install cbindgen`,
> * then run `cbindgen gfx/webrender_bindings/ -o gfx/webrender_bindings/webrender_ffi_generated.h` */
Shouldn't this line change as well to reflect the new CLI command?
Attachment #8883735 -
Flags: review?(bugmail) → review+
Assignee | ||
Comment 3•8 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #2)
> Comment on attachment 8883735 [details]
> Bug 1378543 - Update webrender_bindings for cbindgen:0.1.13.
>
> https://reviewboard.mozilla.org/r/154642/#review159902
>
> ::: gfx/webrender_bindings/webrender_ffi_generated.h:9
> (Diff revision 1)
> >
> > -/* Generated with cbindgen:0.1.10 */
> > +/* Generated with cbindgen:0.1.13 */
> >
> > /* DO NOT MODIFY THIS MANUALLY! This file was generated using cbindgen.
> > * To generate this file, clone `https://github.com/rlhunt/cbindgen` or run `cargo install cbindgen`,
> > * then run `cbindgen gfx/webrender_bindings/ -o gfx/webrender_bindings/webrender_ffi_generated.h` */
>
> Shouldn't this line change as well to reflect the new CLI command?
Ah yes, I forgot to update that. I will also update the message to only mention using `cargo install` as I've been using that for stable releases. Thanks.
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ec23aa9d24c6
Update webrender_bindings for cbindgen:0.1.13. r=kats
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•