[Webkit-unassigned] [Bug 42250] Code generator: ensure generated constants match their corresponding enums.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 14 05:56:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42250


Marcus Bulach <bulach at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org,
                   |                            |jorlow at chromium.org




--- Comment #3 from Marcus Bulach <bulach at chromium.org>  2010-07-14 05:56:20 PST ---
As suggested in:
https://bugs.webkit.org/show_bug.cgi?id=41888

The code generator now generates compile-time checks for const / enums.
Notes:
1. There are ~32 exceptions (including 1 possible real mismatch), but real checks are generated for other ~35 classes.

2. This is done only for V8 at the moment. If you think this is something useful, I'll add to the other generators as well.

3. Most of this patch contains auto-generated (i.e., rebaselined/golden) files to test the bindings.

Please, let me know your thoughts on this.

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



More information about the webkit-unassigned mailing list