Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP [GR-45621] Remove deprecated in Ruby 3.2 methods #3444

Closed
wants to merge 8 commits into from

Conversation

graalvmbot
Copy link

Changes:

  • Remove Dir.exists? alias to exist? method
  • Removed File.exists? alias to exist? method
  • Removed FileTest.exists? alias to exist? method
  • Removed Kernel#=~ method

GitHub issue #3039

The following deprecated methods are removed.

  • Dir.exists? [Feature #17391]
  • File.exists? [Feature #17391]
  • Kernel#=~ [Feature #15231]

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 5, 2024
@eregon eregon mentioned this pull request Feb 5, 2024
@graalvmbot graalvmbot changed the title [GR-45621] Remove deprecated in Ruby 3.2 methods WIP [GR-45621] Remove deprecated in Ruby 3.2 methods Feb 7, 2024
@graalvmbot graalvmbot force-pushed the ak/remove-deprecated-methods branch 2 times, most recently from 27fd74a to fa08c4e Compare February 8, 2024 16:01
@andrykonchin
Copy link
Member

Closed in favor for #3432

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants