-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Resolve compound fields issues with multi-inheritance types #533
Conversation
5d12a35
to
6d4d291
Compare
Codecov Report
@@ Coverage Diff @@
## master #533 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 95 94 -1
Lines 7664 7685 +21
Branches 1326 1327 +1
=========================================
+ Hits 7664 7685 +21
Continue to review full report at Codecov.
|
Notes: Otherwise the forward references for compound fields are failing to evaluate correctly in case of subclasses in different modules!
6d4d291
to
498e3f3
Compare
c50bdb9
to
83e2b7b
Compare
Notes: Some handlers require the one of the previous ones to run fully for all the classes to be fully effective.
83e2b7b
to
09ff172
Compare
The reshuffle of the handlers is throwing stuff of out order for restrictions... |
adf96af
to
7a6e306
Compare
7a6e306
to
4a5245a
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
The netex collection once again is putting some of the xsdata codegen features to the test with cases I have never encountered before.
Resolve #532 issues
Samples repo related pr tefra/xsdata-samples#60