[webkit-changes] [WebKit/WebKit] f657af: [webkitcorepy] Exit AutoInstall.install when disabled

Jonathan Bedard noreply at github.com
Wed Mar 13 16:32:49 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f657af17ad3a8ee4bc206d37597804354a921beb
      https://github.com/WebKit/WebKit/commit/f657af17ad3a8ee4bc206d37597804354a921beb
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2024-03-13 (Wed, 13 Mar 2024)

  Changed paths:
    M Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py

  Log Message:
  -----------
  [webkitcorepy] Exit AutoInstall.install when disabled
https://bugs.webkit.org/show_bug.cgi?id=270920
rdar://124542328

Reviewed by Elliott Williams.

AutoInstall.install will fail if the autoinstaller is disabled.
Programs shouldn't call AutoInstall.install if the autoinstaller
is disabled, but the program may still complete, so we should
just print an error message.

* Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py:
(AutoInstall.install): Exit and print error if AutoInstall is disabled.

Canonical link: https://commits.webkit.org/276051@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