Skip to content
New issue

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

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

Already on GitHub? # to your account

Support Ruby3.2 #27

Draft
wants to merge 6 commits into
base: support-trilogy
Choose a base branch
from
Draft

Support Ruby3.2 #27

wants to merge 6 commits into from

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant