Skip to content
  • Guido Trotter's avatar
    Invert nodes/instances locking order · 04e1bfaf
    Guido Trotter authored
    An implementation mistake from the original design caused nodes to be
    locked before instances, rather than after. This patch inverts the level
    numbering, changing also the relevant unittests and the recursive
    locking function starting point.
    
    Reviewed-by: iustinp
    04e1bfaf