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

TEST: support ruby 3.3 NoMethodError message #106

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

mtasaka
Copy link
Contributor

@mtasaka mtasaka commented Oct 6, 2023

ruby 3.3 changes error messages especially for NoMethodError: ruby/ruby#6950
https://bugs.ruby-lang.org/issues/18285

Modify spec to support this new ruby 3.3 error messages.

Closes #105 .

ruby 3.3 changes error messages especially for NoMethodError:
ruby/ruby#6950
https://bugs.ruby-lang.org/issues/18285

Modify spec to support this new ruby 3.3 error messages.

Closes ms-ati#105 .
@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (08cf67d) 100.00% compared to head (43e851b) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #106   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines           94        94           
=========================================
  Hits            94        94           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Geromendez135
Copy link

Hey @mtasaka, I just found this PR while working on a project which uses this gem, I agree with your changes, it would be great if we could have this merged and released so docile could officially support Ruby 3.3.
@ms-ati what do you think?

@ms-ati
Copy link
Owner

ms-ati commented Jul 24, 2024

Sorry for the delay on this, I agree with this simple fix and will try to get a release out

@ms-ati ms-ati merged commit f8a04c1 into ms-ati:main Jul 24, 2024
8 of 10 checks passed
@Geromendez135
Copy link

Geromendez135 commented Jul 25, 2024

Thank you for merging this change!, and also thanks to @mtasaka for creating the PR! 😄
also, on second thoughts, do you think a new release is really necessary? for this changes only affect tests.

Actually if you don't think the release is necessary, I can create a PR to add to the changelog the info that now 3.3 is officially supported.

@ms-ati
Copy link
Owner

ms-ati commented Jul 26, 2024

v1.4.1 has been released which includes Ruby 3.3 support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rspec testsuite fails with ruby 3.3.0dev
3 participants