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

Add proper Ractor support to URI #26

Merged
merged 3 commits into from
Jun 25, 2021
Merged

Commits on Jun 25, 2021

  1. Revert "Fix to support Ruby 3.0 Ractor"

    * This reverts commit 1faa4fd.
    * It has too many problems, see ruby#22 for discussion.
    eregon committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    b959da2 View commit details
    Browse the repository at this point in the history
  2. Add proper Ractor support to URI

    * Using a module to map scheme name to scheme class, which also works with Ractor.
    * No constant redefinition, no ObjectSpace, still fast lookup for initial schemes.
    eregon committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    883567f View commit details
    Browse the repository at this point in the history
  3. User assert_ractor for test case of Ractor

    hsbt authored and eregon committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    bbf8b44 View commit details
    Browse the repository at this point in the history