Bug 261277

Summary: [webkitcorepy] Add string_utils.split
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 261242    

Description Jonathan Bedard 2023-09-07 08:24:26 PDT
webkitcorepy provides a 'string_utils.join' function which joins multiple values with a conjunction. We need a function which reverses this operation to convert a human readable, conjunction joined list into a Python list.
Comment 1 Radar WebKit Bug Importer 2023-09-07 08:25:21 PDT
<rdar://problem/115116935>
Comment 2 Jonathan Bedard 2023-09-07 08:27:55 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17255
Comment 3 EWS 2023-09-15 15:56:54 PDT
Committed 268042@main (003b673b7350): <https://commits.webkit.org/268042@main>

Reviewed commits have been landed. Closing PR #17255 and removing active labels.