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

Introduce ScopedValue support in a breaking change #129

Merged
merged 4 commits into from
Jul 23, 2024
Merged

Conversation

omus
Copy link
Member

@omus omus commented Jul 16, 2024

Takes the implementation in #112 and which turned out to be breaking in some limited scenarios around async tasks.

oxinabox and others added 2 commits July 16, 2024 11:11
* Use ContextVariablesX to fix async issue

* Use ScopedValues rather than ContextVariables

* Apply suggestions from code review

Co-authored-by: Curtis Vogt <[email protected]>

* Define missing PATCH_ENV

* Refactor tasks testset into async scope

* Import ScopedValue alongside other imports

* Use VERSION check instead

---------

Co-authored-by: Curtis Vogt <[email protected]>
Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.41%. Comparing base (3d17650) to head (55071ca).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
+ Coverage   87.23%   87.41%   +0.17%     
==========================================
  Files           6        6              
  Lines         141      143       +2     
==========================================
+ Hits          123      125       +2     
  Misses         18       18              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@omus omus merged commit 6d351d4 into main Jul 23, 2024
9 checks passed
@omus omus deleted the cv/scoped-values-again branch July 23, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants