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

Commits on Nov 19, 2024

  1. ruby 3.2 compatibility

    doudou committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6666bae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    736be85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12be923 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ca982c View commit details
    Browse the repository at this point in the history
  5. fix: implement an optional thread protection mechanism in REST::Helpers

    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.
    doudou committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9065ae4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. fix: do not close stdout before calling bundler-using processes

    It breaks it in some ways when loading the gemspec files
    doudou committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    f83d9f2 View commit details
    Browse the repository at this point in the history