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

Support ruby 3.4 backtrace formatting change #145

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

mtasaka
Copy link
Contributor

@mtasaka mtasaka commented Dec 20, 2024

ruby 3.4 changes backtrace formatting, including
opening quote using single quote instead of backtick.

Make DBus::ProxyObject support both backtrace format.

Fixes #144 .

@jreidinger
Copy link
Collaborator

@mvidner change looks good to me. I face similar issue in ruby-bindings. BTW we should add ruby 3.3 and 3.4 to our test matrix and maybe remove some old unsupported ones.

@jreidinger
Copy link
Collaborator

ah, rubocop complains

ruby 3.4 changes backtrace formatting, including
opening quote using single quote instead of backtick.

Make DBus::ProxyObject support both backtrace format.

Fixes mvidner#144 .
@mtasaka
Copy link
Contributor Author

mtasaka commented Dec 30, 2024

I hope force-pushed commit will clear up rubocup complaint.

@coveralls
Copy link

Coverage Status

coverage: 96.671% (+0.001%) from 96.67%
when pulling 1ef9458 on mtasaka:ruby34-fix
into 5f98ee3 on mvidner:master.

@mvidner mvidner merged commit 3e8e33e into mvidner:master Jan 2, 2025
7 of 8 checks passed
@mvidner
Copy link
Owner

mvidner commented Jan 2, 2025

Thanks for the fix!

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.

testsuite fails with ruby 3.4.0dev
4 participants