[Webkit-unassigned] [Bug 22683] Improper calls to checkArgv function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 5 10:53:30 PST 2008


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25776|review?                     |review-
               Flag|                            |




------- Comment #2 from eric at webkit.org  2008-12-05 10:53 PDT -------
(From update of attachment 25776)
I intentionally changed this to fix run-javascriptcore-tests --gtk, etc. to
pass --gtk along to build-jsc.

Obviously we need a better solution which handles both cases.

Which scripts are being passed an unfiltered @ARGV in the gtk port?

We could have a global flag controlling this, or we could go back to always
removing them from @ARGV (like your patch does) and add a configurationFlags()
function which knows how to produce "--debug --gtk", etc. for passing to
sub-scripts.

I'd be interested in your thoughts?


-- 
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