[Webkit-unassigned] [Bug 23161] Check generated binding code in SVN to better support source debugging.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 8 11:45:11 PST 2009


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #8 from mrowe at apple.com  2009-01-08 11:45 PDT -------
Again, checking in generated code to SVN is not the appropriate way to address
this.  A good example of why it is not appropriate is that the binding
generation scripts generate different output depending on which WebCore
features you have enabled.  To make this work we'd need to rework how the
bindings handle features that are optional.

It seems to me that the right approach would be to collect the generated files
corresponding to a given build (which may be different than those generated by
someone else that has built the exact same revision) and associate them with
the build in the source server via some means.  SVN is not the appropriate way
to do this.


-- 
Configure bugmail: https://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