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

Make hooks work for the top-level type #48

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

Geod24
Copy link
Member

@Geod24 Geod24 commented Jan 11, 2024

Before this change, the various hooks (converter, fromYAML, fromString) would only work after one level of recursion.
This was obviously an oversight and is now corrected.

Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6883350) 83.98% compared to head (264f89f) 84.63%.

Additional details and impacted files
@@            Coverage Diff             @@
##           v1.x.x      #48      +/-   ##
==========================================
+ Coverage   83.98%   84.63%   +0.64%     
==========================================
  Files           5        5              
  Lines         381      397      +16     
==========================================
+ Hits          320      336      +16     
  Misses         61       61              
Flag Coverage Δ
unittests 84.63% <100.00%> (+0.64%) ⬆️

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.

Before this change, the various hooks (converter, fromYAML, fromString)
would only work after one level of recursion.
This was obviously an oversight and is now corrected.
@Geod24 Geod24 merged commit f80478a into dlang-community:v1.x.x Jan 11, 2024
15 checks passed
@Geod24 Geod24 deleted the mlang/ParseField branch January 11, 2024 16:33
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.

1 participant