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

fix: avoid recursion when a provider also uses processors #51

Merged
merged 1 commit into from
Feb 27, 2023

Conversation

tlambert03
Copy link
Member

This fixes the recursion error mentioned in #50 (comment) ... (when a provider function also uses inject_processors)

@codecov
Copy link

codecov bot commented Feb 27, 2023

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (08191f6) compared to base (204ed24).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          504       506    +2     
=========================================
+ Hits           504       506    +2     
Impacted Files Coverage Δ
src/in_n_out/_store.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tlambert03 tlambert03 merged commit 17e1ca3 into pyapp-kit:main Feb 27, 2023
@tlambert03 tlambert03 deleted the avoid-loop branch February 27, 2023 00:25
@tlambert03 tlambert03 added the bug Something isn't working label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant