Bug 261277 - [webkitcorepy] Add string_utils.split
Summary: [webkitcorepy] Add string_utils.split
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks: 261242
  Show dependency treegraph
 
Reported: 2023-09-07 08:24 PDT by Jonathan Bedard
Modified: 2023-09-15 15:56 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.