On Thu, Jun 6, 2013 at 4:49 AM, Brian Anderson <[email protected]> wrote: > Do you mind reminding us of the current status of the HTML parser's Rust > conversion? Is there anything blocking progress currently?
The status is that I got the control flow part of the translation working. However, when starting work on how to map stuff to Rust memory management concepts, I got blocked by a rustc crash (https://github.com/mozilla/rust/issues/4185). I haven't tested a newer compiler, because now the main blocker is that I've been given other stuff to do that was considered to take priority over the Servo HTML parser project. -- Henri Sivonen [email protected] http://hsivonen.iki.fi/ _______________________________________________ dev-servo mailing list [email protected] https://lists.mozilla.org/listinfo/dev-servo

