Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Make RSpec::Support.thread_local_data thread but not fiber local #581

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

JonRowe
Copy link
Member

@JonRowe JonRowe commented Jun 26, 2023

Fixes #580

JonRowe added a commit that referenced this pull request Jun 26, 2023
JonRowe added a commit to rspec/rspec-core that referenced this pull request Jun 26, 2023
rspec/rspec-support#581 makes this fail, but its an old "safety" check
and not really needed...
JonRowe added a commit to rspec/rspec-core that referenced this pull request Jun 26, 2023
rspec/rspec-support#581 makes this fail, but its an old "safety" check
and not really needed...
JonRowe added a commit that referenced this pull request Jun 26, 2023
@JonRowe JonRowe force-pushed the fix-thread-local branch 2 times, most recently from 6f430c7 to afb75a5 Compare June 26, 2023 14:54
@JonRowe JonRowe force-pushed the fix-thread-local branch from afb75a5 to 01eb9b2 Compare June 26, 2023 15:08
@JonRowe JonRowe merged commit 65addb0 into main Jun 26, 2023
@JonRowe JonRowe deleted the fix-thread-local branch June 26, 2023 15:18
JonRowe added a commit that referenced this pull request Jun 26, 2023
Make RSpec::Support.thread_local_data thread but not fiber local
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

This is not thread local, it is in fact fiber local.
1 participant