[Webkit-unassigned] [Bug 223819] Fix TypeError: Can't mix strings and bytes in path components in Tools/Scripts/dump-class-layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 16:13:25 PDT 2021


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

Jonathan Bedard <jbedard at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbedard at apple.com

--- Comment #2 from Jonathan Bedard <jbedard at apple.com> ---
Comment on attachment 424403
  --> https://bugs.webkit.org/attachment.cgi?id=424403
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=424403&action=review

> Tools/Scripts/dump-class-layout:80
> +        target_path = os.path.join(build_dir.decode(), args.config, args.framework + ".framework", args.framework);

I think the right answer here is to fix webkit_build_dir() and do the decode subprocess.check_output, it seems like that function should return a string, not bytes.

-- 
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/20210326/8503d58f/attachment.htm>


More information about the webkit-unassigned mailing list