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

endless loop following self referential structs #9

Merged
merged 1 commit into from
Dec 17, 2023
Merged

Conversation

shiar
Copy link
Contributor

@shiar shiar commented Dec 15, 2023

Support owl (i.e. httpin since v0.12.0) on some recursive structures, such as typical database models with parent references. Does not yet account for indirect references (loops back via another struct), but maybe that can be avoided in another way before overcomplicating this.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8fffb3d) 100.00% compared to head (8814d32) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main        #9   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          395       397    +2     
=========================================
+ Hits           395       397    +2     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ggicci ggicci merged commit e3644c4 into ggicci:main Dec 17, 2023
1 check passed
@ggicci
Copy link
Owner

ggicci commented Dec 17, 2023

@shiar Thank you!

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.

3 participants