[Webkit-unassigned] [Bug 241790] New: Fix broken --useOSLog option.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 15:07:24 PDT 2022


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

            Bug ID: 241790
           Summary: Fix broken --useOSLog option.
           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

Internally, --useOSLog=0 is represented as OSLogType::None.  Options::dumpAllOptionsInALine() dumps this value as "none".  When "none" is later passed back top Options::setOption(), it is rejected because useOSLog's parse function wasn't expecting "none" as an input string.  The fix is to simply add "none" to the list of allowed input strings.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220620/27c08b5d/attachment.htm>


More information about the webkit-unassigned mailing list