> For a layout engine, being able to attach an actual testcase to a bug report
> is _really_ useful once you get out of "just build it" mode and into "fix
> all the bugs in this thing you built" mode.  Github issues simply have no
> way to do this that I've been able to find.

This is an issue, but hasn't hit us much yet.

It's easy enough to use the ``` syntax to include arbitrary things
into a bug report. This is how we often attach logs and such. You
can't directly read it from Servo since it's inline in the bug text,
but cut and paste is pretty simple and these are small test cases
right? :)

It's also pretty easy to make a gist (gist.github.com) of whatever you
like and link to that from the bug. This isn't automated yet, but I
assume GitHub will get there. They already allow attaching pictures,
so arbitrary text seems like a feature we will eventually see.

jack.
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to