Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3b4f0c1d94b591c4c4de50f8213d910cfaaa307e
      
https://github.com/WebKit/WebKit/commit/3b4f0c1d94b591c4c4de50f8213d910cfaaa307e
  Author: Fujii Hironori <hironori.fu...@sony.com>
  Date:   2024-02-03 (Sat, 03 Feb 2024)

  Changed paths:
    M Tools/Scripts/check-for-inappropriate-macros-in-external-headers
    M Tools/Scripts/run-jsc-stress-tests
    M Tools/Scripts/run-testmem
    M Tools/Scripts/webkitruby/jsc-stress-test-writer-playstation.rb
    M Tools/Scripts/webkitruby/jsc-stress-test-writer-ruby.rb

  Log Message:
  -----------
  Ruby 3.2 removed File.exists?
https://bugs.webkit.org/show_bug.cgi?id=268604

Reviewed by Ross Kirsling.

`File.exists?` was deprecated since Ruby 2.1. And, Ruby 3.2 finally
removed File.exists? Use `File.exist?` instead.

* Tools/Scripts/check-for-inappropriate-macros-in-external-headers:
* Tools/Scripts/run-jsc-stress-tests:
* Tools/Scripts/run-testmem:
* Tools/Scripts/webkitruby/jsc-stress-test-writer-playstation.rb:
* Tools/Scripts/webkitruby/jsc-stress-test-writer-ruby.rb:

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to