-
Notifications
You must be signed in to change notification settings - Fork 13
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
Nested derived type bug fix #192
Nested derived type bug fix #192
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #192 +/- ##
=======================================
Coverage 92.32% 92.33%
=======================================
Files 95 95
Lines 17271 17272 +1
=======================================
+ Hits 15946 15948 +2
+ Misses 1325 1324 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ba049e0
to
5231618
Compare
8759dc8
to
a0763b0
Compare
Hi @rolfhm I just found this, and have recently stumbled across a slightly better fix. I really like your test though, so I've just triggered a rebase, and will bring this in with the other fix on top, I think. Hope you don't mind? |
No problem. Glad it was of some use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for the delay in picking this up. The test is neat and the problem had been fixed in another branch already. I've brought this all up to speed with latest main and consolidated (probably should be a squash-merge). GTG from me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks all, fix looks great and test is much appreciated. GTG!
Possibly a solution to issue #182