RESOLVED FIXED 117820
The order of the generated supplemental code is not guaranteed
https://bugs.webkit.org/show_bug.cgi?id=117820
Summary The order of the generated supplemental code is not guaranteed
Chris Dumez
Reported 2013-06-19 22:15:48 PDT
The order of the generated supplemental code (partial interfaces and implements statements) is not guaranteed. This causes the bindings tests to sometimes fail because the code is generated in a different order.
Attachments
Patch (1.36 KB, patch)
2013-06-19 22:19 PDT, Chris Dumez
no flags
Kentaro Hara
Comment 1 2013-06-19 22:19:00 PDT
ah, good point. I remembered that I spent one day and noticed this issue when I implemented [Supplemental] for GObject build bots...
Chris Dumez
Comment 2 2013-06-19 22:19:49 PDT
WebKit Commit Bot
Comment 3 2013-06-19 22:45:06 PDT
Comment on attachment 205057 [details] Patch Clearing flags on attachment: 205057 Committed r151771: <http://trac.webkit.org/changeset/151771>
WebKit Commit Bot
Comment 4 2013-06-19 22:45:08 PDT
All reviewed patches have been landed. Closing bug.
Benjamin Poulain
Comment 5 2013-06-20 09:09:13 PDT
Thanks! All bots are green.
Note You need to log in before you can comment on or make changes to this bug.