-
Notifications
You must be signed in to change notification settings - Fork 43
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
Clean xsd template #73
Conversation
I'll give the patch a spin but I agree - cleaning up the jinja template is sorrowly needed. Should I wait until #55 is merged? |
I prefer you wait for #55. |
It has two similar parts. They have some differences, but looks like it is just because the second part don't implement some `ListElement` features.
Do a good release now, after that we merge this PR. It is just lots of refactoring. |
I'm currently working on a number of fixes that need to be in before the release and I'm happy to check this over before then. |
👍 I think this pull request will help most of code generation changes in the future. |
@pope1ni @iurisilvio What's your feeling about merging this now? I think we can deal with any fallout as follow-up patches. |
This code is good. I'm using it in some cases. I don't know if @pope1ni validated it. 👍 for merge |
merged, thank you very much @iurisilvio |
I'm trying to simplify this XSD generation.
During this extraction, I found lots of code duplication (2d4380c).
I know it is a risk change, but it will be easier to future development.