Juan Hernandez has submitted this change and it was merged. Change subject: codegen: Sort subcollection fields ......................................................................
codegen: Sort subcollection fields The code generator doesn't sort the fields containing references to subcollections. This means that the generated code may be different depending on the default order of dictionaries, or the order of collections in the XML schema and RSDL files. To avoid potential uncessary changes this patch changes the code generator so that the fields are generated in alphabetical order. Change-Id: Ib4d9af8282d7e7fc0b9fb06e85c1dad1b62355ff Signed-off-by: Juan Hernandez <[email protected]> --- M src/codegen/resource/resource.py 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Michael Pasternak: Looks good to me, approved Juan Hernandez: Verified -- To view, visit http://gerrit.ovirt.org/26976 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib4d9af8282d7e7fc0b9fb06e85c1dad1b62355ff Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Michael Pasternak <[email protected]> Gerrit-Reviewer: Ravi Nori <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
