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: Infinite recursion #606

Merged
merged 1 commit into from
Oct 23, 2024
Merged

fix: Infinite recursion #606

merged 1 commit into from
Oct 23, 2024

Conversation

Stranger6667
Copy link
Owner

Fixes #146

Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
Copy link

codecov bot commented Oct 23, 2024

Codecov Report

Attention: Patch coverage is 91.22807% with 5 lines in your changes missing coverage. Please review.

Project coverage is 86.92%. Comparing base (ed3614d) to head (ffb736f).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
crates/jsonschema/src/keywords/ref_.rs 89.58% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #606      +/-   ##
==========================================
- Coverage   86.94%   86.92%   -0.02%     
==========================================
  Files          92       92              
  Lines       13339    13358      +19     
==========================================
+ Hits        11597    11611      +14     
- Misses       1742     1747       +5     

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

Copy link

codspeed-hq bot commented Oct 23, 2024

CodSpeed Performance Report

Merging #606 will not alter performance

Comparing dd/fix-infinite-cycle (ffb736f) with master (ed3614d)

Summary

✅ 45 untouched benchmarks

@Stranger6667 Stranger6667 merged commit 1a6e41a into master Oct 23, 2024
38 checks passed
@Stranger6667 Stranger6667 deleted the dd/fix-infinite-cycle branch October 23, 2024 09:08
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.

Recursion errors cause segfault in Python bindings
1 participant