Skip to content
Snippets Groups Projects

Detect infinite recursion in Entity.to_xml

Merged I. Nüske requested to merge f-bug-fit-96-print-recursion into dev
Compare changes
  • Side-by-side
  • Inline
Files
3
  • f202d940
    - Added a visited_entities parameter to save all Entities already treated in to_xml. New calls to to_xml are checked against this to identify potential infinite recursion
    - Added test
    - Updated changelog
Loading