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

Avoid RB_GC_GUARD(a) = b in bigdecimal #256

Merged
merged 3 commits into from
Feb 21, 2023

Commits on Feb 21, 2023

  1. Avoid RB_GC_GUARD(a) = b in bigdecimal

    * This is not supported on TruffleRuby, which requires the value to be
      set before RB_GC_GUARD() is called.
    * See oracle/truffleruby#2879
    eregon committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6fe0e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c9c6bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75b6489 View commit details
    Browse the repository at this point in the history