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

feat: compatibility with ruby 3.2 #299

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

feat: compatibility with ruby 3.2 #299

wants to merge 6 commits into from

Conversation

doudou
Copy link
Member

@doudou doudou commented Oct 27, 2024

The main change is that ruby > 3.0 will have to use the v2 interface. I don't want to backport keyword argument support on the v1 interface.

This implements as well the abiltiy to use the v2 interface for the cucumber support.

The protection is meant to avoid usage of core objects (plan,
interface), outside the Roby execution thread.

It is always disabled in tests because of interaction with equality
(assert_equal, flexmock, ...). It is also disabled by default because of
the performance impact.
It breaks it in some ways when loading the gemspec files
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.

3 participants