[Webkit-unassigned] [Bug 152552] New: JSC option --xxx should imply --xxx=true for boolean options.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 24 17:51:13 PST 2015


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

            Bug ID: 152552
           Summary: JSC option --xxx should imply --xxx=true for boolean
                    options.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

For example, we should be able to run jsc as follows:
$ jsc --reportCompileTimes myscript.js

... instead of having to say:
$ jsc --reportCompileTimes=true myscript.js

The "=true" part seems redundant.  This is not a big deal, but it's been irking me for a few years now.  Since it's easily remedied, I thought I'd roll a patch for it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151225/6f42b7d0/attachment.html>


More information about the webkit-unassigned mailing list