[Webkit-unassigned] [Bug 273904] New: Expand serialization "wrapped by" for generic types
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 8 14:53:03 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=273904
Bug ID: 273904
Summary: Expand serialization "wrapped by" for generic types
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: don.olmstead at sony.com
Currently just handles CF and ObjC types.
Idea is to expand the regex to something like
```
match = re.search(r'\[(.*)\] (.*)Ref wrapped by (.*)::(.*) {', line)
```
And go from there.
May also want to change the FromCFMethod/ToCFMethod to FromWrappedMethod/ToWrappedMethod.
--
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/20240508/e8194624/attachment.htm>
More information about the webkit-unassigned
mailing list