Skip to content

fix: check_input_types not working with forward refs#1471

Merged
RobPasMue merged 4 commits intomainfrom
fix/check-input-types-not-working-with-fwd-refs
Oct 11, 2024
Merged

fix: check_input_types not working with forward refs#1471
RobPasMue merged 4 commits intomainfrom
fix/check-input-types-not-working-with-fwd-refs

Conversation

@RobPasMue
Copy link
Copy Markdown
Member

@RobPasMue RobPasMue commented Oct 11, 2024

Description

Bugs located in prepare_tools module regarding forward references and type checking. We cannot use check_input_types with forward references unless it's the class itself.

Issue linked

None

@RobPasMue RobPasMue self-assigned this Oct 11, 2024
@RobPasMue RobPasMue requested a review from a team as a code owner October 11, 2024 06:41
@github-actions github-actions bot added the bug Something isn't working label Oct 11, 2024
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.84%. Comparing base (2435173) to head (d807f20).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1471   +/-   ##
=======================================
  Coverage   91.83%   91.84%           
=======================================
  Files          86       86           
  Lines        6922     6928    +6     
=======================================
+ Hits         6357     6363    +6     
  Misses        565      565           

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

@RobPasMue RobPasMue merged commit 16109e2 into main Oct 11, 2024
@RobPasMue RobPasMue deleted the fix/check-input-types-not-working-with-fwd-refs branch October 11, 2024 07:55
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.

2 participants