Changeset - d8ae388a8076
[Not reviewed]
default
0 1 0
Drew Perttula - 7 years ago 2018-06-07 17:42:36
drewp@bigasterisk.com
autodeps: try pruning some unrelated patches
Ignore-this: 5382b18ab437706b00ecc9dad6c08f0
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/web/graph.coffee
Show inline comments
 
@@ -119,9 +119,10 @@ class AutoDependencies
 
    rerunInners = (cur) =>
 
      toRun = cur.innerHandlers.slice()
 
      for child in toRun
 
        #match = @_handlerIsAffected(child, allPatchSubjs)
 
        match = @_handlerIsAffected(child, subjs)
 
        continue if not match
 
        #log('match', child.label, match)
 
        #child.innerHandlers = [] # let all children get called again
 
        child.innerHandlers = [] # let all children get called again
 
        
 
        @_rerunHandler(child, patch)
 
        rerunInners(child)
0 comments (0 inline, 0 general)