jsonschema-gentypes
jsonschema-gentypes copied to clipboard
Sequential instead of random numbers for duplicate names
Trying to make the generated code reproducible by introducing sequential names instead of randoim ones for dupolicate identifiers. See #1345
Im stupid, will fix
Hmmm, not sure this is a problem with my patch? At least I do not see what the problem is
Here you will see all the changes you should applied:
https://github.com/sbrunner/jsonschema-gentypes/pull/1347/checks?check_run_id=42355106898
Or run pre-commit run --all-files :-)
Ahaa.. Som am i right in understanding that you want em to eg change "if not name in names:" to "if name not in names:" etc. for the patch to be accepted?
Sill one fix :-)
Hi again, is there any plan to merge this and include it in a release?
Sorry I forgot it :-)
Released in 2.12.0