Skip to content

Update methods for Ruby 3.3#1674

Merged
soutaro merged 18 commits intomasterfrom
ruby-33
Dec 14, 2023
Merged

Update methods for Ruby 3.3#1674
soutaro merged 18 commits intomasterfrom
ruby-33

Conversation

@soutaro
Copy link
Copy Markdown
Member

@soutaro soutaro commented Dec 13, 2023

Added methods

  • Dir.fchdir
  • Dir.for_fd
  • Dir#chdir
  • Process.warmup
  • YJIT.enable
  • YJIT.stats_string
  • Fiber#kill
  • ObjectSpace::WeakKeyMap#[]
  • ObjectSpace::WeakKeyMap#[]=
  • ObjectSpace::WeakKeyMap#clear
  • ObjectSpace::WeakKeyMap#delete
  • ObjectSpace::WeakKeyMap#getkey
  • ObjectSpace::WeakKeyMap#inspect
  • ObjectSpace::WeakKeyMap#key?
  • ObjectSpace::WeakMap#delete (skip)
  • Module#set_temporary_name
  • Ractor::Selector#add (skip)
  • Ractor::Selector#clear (skip)
  • Ractor::Selector#empty? (skip)
  • Ractor::Selector#remove (skip)
  • Ractor::Selector#wait (skip)
  • Range#overlap?
  • Range#reverse_each
  • Refinement#target
  • Queue#freeze
  • SizedQueue#freeze
  • IO::Buffer.string
  • String#dup (skip)

Removed methods

  • Encoding#replicate
  • GC.using_rvargc?
  • GC.verify_transient_heap_internal_consistency

Renamed class

  • RubyVM::RJIT -> RubyVM::MJIT (all methods are kept except RubyVM::MJIT.pause)

Changed methods

  • MatchData#named_captures now accepts symbolize_names: bool

@soutaro soutaro added this to the RBS 3.4 milestone Dec 13, 2023
@soutaro soutaro force-pushed the ruby-33 branch 2 times, most recently from 5fd661e to bb13311 Compare December 13, 2023 11:45
@soutaro soutaro marked this pull request as ready for review December 14, 2023 05:45
@soutaro soutaro added this pull request to the merge queue Dec 14, 2023
Merged via the queue into master with commit 5d0bde3 Dec 14, 2023
@soutaro soutaro deleted the ruby-33 branch December 14, 2023 09:08
soutaro added a commit that referenced this pull request Dec 20, 2023
This reverts commit 5d0bde3, reversing
changes made to 18a28c5.
@soutaro soutaro added the Released PRs already included in the released version label Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Released PRs already included in the released version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant