[Webkit-unassigned] [Bug 262421] New: [update-test-expectations-from-bugzilla] don't use parse_known_args

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 29 17:49:42 PDT 2023


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

            Bug ID: 262421
           Summary: [update-test-expectations-from-bugzilla] don't use
                    parse_known_args
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gsnedders at apple.com
                CC: webkit-bug-importer at group.apple.com

Similar to bug 259750, we should be using parse_args and not parse_known_args unless we have a very strong reason to use the latter.

As it is, we reimplement our own argument validation here which is just… silly.

-- 
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/20230930/0d51f805/attachment.htm>


More information about the webkit-unassigned mailing list