Skip to content

Commit

Permalink
Issue #249: default TDDirectoryNodeTopezCleaner>>acceptDirectoryNode:…
Browse files Browse the repository at this point in the history
… was niling out topez ... not what I really wanted ... even though I will be cleaning them later:)
  • Loading branch information
dalehenrich committed Mar 26, 2016
1 parent 4e15e51 commit 6e46b31
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
@@ -1,4 +1,4 @@
visitor-double dispatching
acceptDirectoryNode: aTDDirectoryNode
super acceptDirectoryNode: aTDDirectoryNode.
aTDDirectoryNode childrenDo: [ :child | self visitNode: child ].
aTDDirectoryNode topez ifNotNil: [ dNodes add: aTDDirectoryNode ]
@@ -0,0 +1,2 @@
accessing
topez: ignored
Expand Up @@ -2,7 +2,7 @@
"class" : {
"cleanDirectoryNodesRootedAt:" : "dkh 03/25/2016 15:00" },
"instance" : {
"acceptDirectoryNode:" : "dkh 03/25/2016 17:32",
"acceptDirectoryNode:" : "dkh 03/25/2016 17:40",
"acceptFileSystemDirectoryDirectoryNode:" : "dkh 03/25/2016 15:17",
"acceptGatewayNode:" : "dkh 03/25/2016 15:17",
"acceptLeafNode:" : "dkh 03/25/2016 17:32",
Expand All @@ -14,4 +14,5 @@
"acceptStringLeafNode:" : "dkh 03/25/2016 17:19",
"acceptTopezLeafNode:" : "dkh 03/25/2016 17:20",
"acceptTxtLeafNode:" : "dkh 03/25/2016 17:20",
"cleanDirectoryNodesRootedAt:" : "dkh 03/25/2016 15:16" } }
"cleanDirectoryNodesRootedAt:" : "dkh 03/25/2016 15:16",
"topez:" : "dkh 03/25/2016 17:42" } }

Large diffs are not rendered by default.

0 comments on commit 6e46b31

Please sign in to comment.