[Webkit-unassigned] [Bug 17531] Add interactive mode to testkjs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 9 06:51:09 PDT 2008


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #21590|review?                     |review+
               Flag|                            |




------- Comment #5 from darin at apple.com  2008-06-09 06:51 PDT -------
(From update of attachment 21590)
+static const char* interactivePrompt = "> ";

This should be static const char[] or static const char* const. The declaration
as-is asks for a non-const global pointing to a const string.

+    fprintf(stderr, "  -p         Prints formatted source code\n");

I think this option is a little silly now that it does no formatting and just
spits the code out as-is.

r=me


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