[Webkit-unassigned] [Bug 17796] Qt Windows buildbot failing because dftables script uses tools not present in that configuration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 10:27:15 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17796





------- Comment #3 from ddkilzer at webkit.org  2008-03-12 10:27 PDT -------
(In reply to comment #2)
> We could also try to make this work without a C preprocessor. The way it's
> currently set up is kind of arbitrary. The tables aren't really anything all
> that special; this could be rearranged so nobody has to parse a C file.
> 
> The basic idea would be to generate the constants from the script rather than
> having the script read the constants.

I wanted to avoid this since it means the same logic would be duplicated in two
different places, which means it could get out of sync later.

I also considered parsing the header file in pure Perl code, but didn't want to
re-invent the wheel, e.g., cpp.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list