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

Handle YAML.load_file on Psych 4 #392

Merged
merged 2 commits into from Jan 14, 2022
Merged

Commits on Jan 14, 2022

  1. Return a special UNCOMPILABLE value instead of raising Uncompilable

    Context: https://bugs.ruby-lang.org/issues/18492
    
    Rescuing exceptions from a C-extension is complicated, and even seem
    a bit broken on Windows.
    
    It's much simpler to return a special unique value, and likely is more performant
    too.
    byroot committed Jan 14, 2022
    Copy the full SHA
    4366d6b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f210df9 View commit details
    Browse the repository at this point in the history