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 Thread local variables #1682

Merged
merged 10 commits into from
Jan 9, 2024
Merged

Commits on Jan 9, 2024

  1. Import specs for Thread#thread_variable_{g,s}et

    The specs for them both depend on the other method, so we have to
    implement them simultaneously.
    herwinw committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2255050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a991d71 View commit details
    Browse the repository at this point in the history
  3. Write some extra specs for Thread#thread_variable_{g,s}et

    These should be submitted upstream.
    herwinw committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    eed109c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc15f79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67d7718 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    532becd View commit details
    Browse the repository at this point in the history
  7. Write some extra specs for Thread#thread_variable?

    These should be submitted upstream.
    herwinw committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    343f504 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e97ae9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efd0f4f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    116ed9c View commit details
    Browse the repository at this point in the history