Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Comments

Support Ruby3.2#27

Draft
matsubara0507 wants to merge 6 commits intosupport-trilogyfrom
support-ruby3.2
Draft

Support Ruby3.2#27
matsubara0507 wants to merge 6 commits intosupport-trilogyfrom
support-ruby3.2

Conversation

@matsubara0507
Copy link

@matsubara0507 matsubara0507 commented Aug 27, 2024

  • YAML (Psych) のバージョンが上がり、元々 #load だったのが #safe_load になり、デフォルトのオプションも変わったため、互換になるように修正した 4ad0c4c
  • Object#=~ がなくなり(String と Regexp は残る)、元々結果が nil だったもの(String や Regexp 以外は nil になってた)が落ちるようになったので、String かどうかをチェックするようにした(Regexp は来ないだろうと判断) 72e1306
  • Struct に与えたパラメーターが、new でそのままキーワード引数にできるようになった影響の修正(元々は payload が Hash を受け取るとしていた) 0b88b88

@matsubara0507 matsubara0507 self-assigned this Aug 27, 2024
@matsubara0507 matsubara0507 force-pushed the support-ruby3.2 branch 2 times, most recently from 9633e94 to b7e0c41 Compare August 27, 2024 03:43
@matsubara0507 matsubara0507 marked this pull request as ready for review August 27, 2024 04:26
@matsubara0507 matsubara0507 marked this pull request as draft August 27, 2024 04:26
@matsubara0507 matsubara0507 changed the base branch from try-support-ar6.1.Z to support-trilogy September 28, 2024 05:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant