「view this page in B3 βῆτα server」

Revisions №61877

branch: master 「№61877」
Commited by: Rocco Moretti
GitHub commit link: 「8c7751c77bd8b1d6」 「№6001」
Difference from previous tested commit:  code diff
Commit date: 2022-05-13 16:31:02

Merge pull request #6001 from RosettaCommons/roccomoretti/xsd_loading Don't load XSD citation info if we don't need it. We don't need the citation info if we're just doing schema validation (it just adjusts the description, and doesn't effect the validity of the XML). Add a (default true) flag we can set to false to turn off generating and including the citation info string just for XML validation. (The XSD dump and the info tags still will include the citation info.) This cleans up tracer output (e.g. it doesn't print warnings and setup noise from all of the Movers etc. which were previously being instantiated. It also avoids crashes due to mover instantiation issues.

...