Skip to content
Snippets Groups Projects
  • Jonathan Schöbel's avatar
    92ed2019
    Fragment: added parent · 92ed2019
    Jonathan Schöbel authored
    Every fragment has a parent now, this is useful for both traversing the
    tree and checking for cycles when a node is added, which would cause
    problems, like freeing things twice or similar nice bugs. Both wouldn't
    be possible otherwise. These features are not implemented yet.
    92ed2019
    History
    Fragment: added parent
    Jonathan Schöbel authored
    Every fragment has a parent now, this is useful for both traversing the
    tree and checking for cycles when a node is added, which would cause
    problems, like freeing things twice or similar nice bugs. Both wouldn't
    be possible otherwise. These features are not implemented yet.