Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dbf3fc6c89ff1dfe025df7945aba17866c1730d6
      
https://github.com/WebKit/WebKit/commit/dbf3fc6c89ff1dfe025df7945aba17866c1730d6
  Author: Ben Schwartz <[email protected]>
  Date:   2025-10-29 (Wed, 29 Oct 2025)

  Changed paths:
    M Tools/Scripts/webkitdirs.pm

  Log Message:
  -----------
  [Simulator] MiniBrowser fails to launch with micro version difference from 
SDK version.
https://bugs.webkit.org/show_bug.cgi?id=301600
rdar://163599114

Reviewed by Basuke Suzuki.

When MiniBrowser launches, it checks for SDK and runtime version being equal.
This means that differences in micro version between each will cause the check
to fail.

This change modifies this subroutine to check if the runtime version starts
with the SDK version if they're not strictly equal. If so, we warn the user
that we're fuzzy matching the runtime.

* Tools/Scripts/webkitdirs.pm:
    (simulatorRuntime): Fuzzy match if runtime version starts with SDK version 
if inequal.

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



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

Reply via email to