Skip to content

Commit

Permalink
Don't rely on extension method from RoelTyper
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Oct 14, 2023
1 parent 19bbea0 commit 5e00ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
changes-creation
changeSetFromMappers: aCollection toMappers: anotherCollection
(aCollection sameElements: anotherCollection) ifTrue: [
(aCollection asSet = anotherCollection asSet) ifTrue: [
^ SquotEmptyChangeSet withMapper: self].
^ SquotMappersChangeSet
withMapper: self
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"changeSetFromFSCommit:toFSCommit:" : "mad 9/20/2023 12:07",
"changeSetFromFSCommit:toImage:" : "mad 9/20/2023 12:09",
"changeSetFromImage:toFSCommit:" : "mad 9/20/2023 12:10",
"changeSetFromMappers:toMappers:" : "mad 9/20/2023 12:08",
"changeSetFromMappers:toMappers:" : "mad 10/14/2023 16:21",
"changeSetsFromFSCommit:toFSCommit:in:" : "mad 9/20/2023 12:50",
"changeSetsFromFSCommit:toImage:" : "mad 9/20/2023 12:51",
"changeSetsFromImage:toFSCommit:" : "mad 9/20/2023 12:51",
Expand Down

0 comments on commit 5e00ccd

Please sign in to comment.