[webkit-changes] [WebKit/WebKit] b7ac5d: Fix build with Ruby 3.2

Dominique Leuenberger noreply at github.com
Mon Dec 12 21:25:33 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b7ac5d0ccc7ca3ed6bf4f2d40fde60247ce87d3c
      https://github.com/WebKit/WebKit/commit/b7ac5d0ccc7ca3ed6bf4f2d40fde60247ce87d3c
  Author: Dominique Leuenberger <dimstar at opensuse.org>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M Source/JavaScriptCore/offlineasm/config.rb
    M Source/JavaScriptCore/offlineasm/parser.rb
    M Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb

  Log Message:
  -----------
  Fix build with Ruby 3.2
https://bugs.webkit.org/show_bug.cgi?id=246743

Reviewed by Ross Kirsling.

File.exists has been declared deprecated since Ruby 2.1 (2013) and with Ruby 3.2 gets removed for good.

* Source/JavaScriptCore/offlineasm/config.rb:
* Source/JavaScriptCore/offlineasm/parser.rb:
* Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb:

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




More information about the webkit-changes mailing list