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

fix(ruby): Fix various exceptions in Ruby on 64-bit Windows #8563

Merged
merged 3 commits into from May 5, 2021

Commits on May 5, 2021

  1. fix(ruby): Fix various exceptions in Ruby on 64-bit Windows.

    Activates the secondary ObjectCache map on this platform, to prevent weak keys from being garbage collected. This happened on 64-bit Windows because pointers don't necessarily fit in a Fixnum, and were being represented as GC-able Bignums on that platform.
    dazuma committed May 5, 2021
    Copy the full SHA
    3cc464f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3b7e106 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f3fec6f View commit details
    Browse the repository at this point in the history