[webkit-changes] [WebKit/WebKit] f2662d: run-leaks fails: Can't use string as an ARRAY ref ...

Commit Queue noreply at github.com
Wed Dec 11 13:03:06 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f2662d86cf7b51b8cb71cacd8046f3e84b4343cc
      https://github.com/WebKit/WebKit/commit/f2662d86cf7b51b8cb71cacd8046f3e84b4343cc
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2024-12-11 (Wed, 11 Dec 2024)

  Changed paths:
    M Tools/Scripts/run-leaks

  Log Message:
  -----------
  run-leaks fails: Can't use string as an ARRAY ref while "strict refs" in use (284476)
<https://bugs.webkit.org/show_bug.cgi?id=284476>
<rdar://141300372>

Reviewed by Alex Christensen.

* Tools/Scripts/run-leaks:
(runLeaks):
- Split command output into an array of strings, but keep newline
  characters since that's what the caller expects.
- Switch from `/usr/bin/leaks` to `xcrun leaks` to use a more modern
  version of the tool.

Canonical link: https://commits.webkit.org/287690@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list