Federico Mena Quintero

Results 14 comments of Federico Mena Quintero

No worries; there's no rush. I didn't hook this into the main bot.py anyway, and I don't know if retries will be necessary. Both should be easy to add, I...

If I may chip into the bikeshed... Maybe aggregating all the jhbuild modulesets over time would be interesting. I saw that gnome-panel is missing, which was a big part of...

The last commits I've pushed (`fsm_addstate()` onwards) are a little refactoring of some of the C code. My goal here is to isolate the use of `fsm->statealloc` to `fsm.c`, which...

I am adding support for parsing the doctype, as for librsvg I need support for entities. I'm familiar with how libxml2 prevents entity expansion attacks, and I'll do something similar...

@Thiez what is it that you need about parsing the doctype? Validation, entity expansion, something else?

Are `to_shmem` and `to_shmem_derive` a problem for the public release? If so, I can probably submit a PR to put them behind a feature, which Servo would enable for itself.

That worked, after the `AtRuleParser` changes. Thanks for the release!

Should the statically-known strings include non-HTML attribute names? For librsvg I need the `parse` attribute from xinclude. I've been using things like this: ```rust let attr: QualName = ...; match...

Thanks for doing this work, @svenfoo - I was just looking at why librsvg pulls two versions of syn, and it is due to test-generator.