Emilio Cobos Álvarez

Results 777 comments of Emilio Cobos Álvarez

This is likely to be wasm function visibility defaulting to hidden. You need to build with -fvisibility=default

Please consider stabilizing this? Servo has been using it since forever, and it's been stable as far as I can tell. If there's no issue with this option it'd be...

> @emilio even if that change is correct from a compiler point of view, it would actually break mozilla code if gnu behavior is of by default because the firefox...

So @frivoal mentioned that you might want oblique synthesis but no italic -> oblique fallback. So maybe `font-synthesis-style: auto | none | oblique-only` or so?

The [perf.data](http://crisal.io/tmp/daily-perf.data) file is much smaller.

To debug this it'd be great to debug what C/C++ code are we really crashing in. See https://github.com/rust-lang/rust-bindgen/blob/main/CONTRIBUTING.md#using-creduce-to-minimize-test-cases for example.

Yes please. We need something like this to provide proper integration with our build system and right now we can only provide that for [vscode](https://searchfox.org/mozilla-central/rev/26790fecfcda622dab234b28859da721b80f3a35/python/mozbuild/mozbuild/backend/mach_commands.py#321-328) which is unfortunate. > How...

Yes, though even though bindgen is really dependent on syntax for code generation, I think our need to update syntex is sporadic (i.e., when we need to generate code for...

@nox: I assume it's going to be hardish to migrate to just quotations, since we need something a bit more procedural (though maybe quotations have now support for that?). Mainly,...