<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>315130</bug_id>
          
          <creation_ts>2026-05-19 15:48:51 -0700</creation_ts>
          <short_desc>Fix run-minibrowser/run-swiftbrowser crash on argparse &apos;const&apos; kwarg</short_desc>
          <delta_ts>2026-05-19 16:01:33 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="zak ridouh">zakr</reporter>
          <assigned_to name="zak ridouh">zakr</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2212216</commentid>
    <comment_count>0</comment_count>
    <who name="zak ridouh">zakr</who>
    <bug_when>2026-05-19 15:48:51 -0700</bug_when>
    <thetext>run-minibrowser and run-swiftbrowser translate each optparse Option from
configuration_options() / platform_options() into an argparse add_argument()
call, and were unconditionally forwarding const=option.const. That worked
while every option used action=&apos;store&apos; or &apos;store_const&apos; (both accept const),
but 313522@main added --cmake with action=&apos;store_true&apos;. argparse&apos;s
_StoreTrueAction.__init__ does not accept a const keyword, so the loop now
raises:

    TypeError: __init__() got an unexpected keyword argument &apos;const&apos;

before the parser is even built, breaking both scripts at startup.

Only forward const= for the actions that accept it (store_const,
append_const). All other options keep their previous behavior.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2212217</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2026-05-19 15:48:57 -0700</bug_when>
    <thetext>&lt;rdar://problem/177472652&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2212219</commentid>
    <comment_count>2</comment_count>
    <who name="zak ridouh">zakr</who>
    <bug_when>2026-05-19 15:54:49 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/65228</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2212228</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2026-05-19 16:01:32 -0700</bug_when>
    <thetext>Committed 313527@main (85a8efec82da): &lt;https://commits.webkit.org/313527@main&gt;

Reviewed commits have been landed. Closing PR #65228 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>