Skip to content

Commit

Permalink
Move SquotSerializer>>asMapperIn:at: into non-extension method category
Browse files Browse the repository at this point in the history
This is done to avoid cyclic dependencies between packages SquotTonel-Core and Squot.
  • Loading branch information
MariusDoe committed May 3, 2024
1 parent 08520fb commit ecc0d97
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*Squot-Mapper-importing
mapper-importing
asMapperIn: aFilesystem at: aPath
| packagePath |
packagePath := aPath parent.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*Squot-Mapper-importing
mapper-importing
asMapperIn: aFilesystem at: aPath
^ nil

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*Squot-Mapper-importing
mapper-importing
asMapperIn: aFilesystem at: aPath
| packagePath |
packagePath := aPath parent.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"class" : {
"addUserSettingsOfAll:in:to:" : "jr 5/16/2022 23:46",
"asMapperIn:at:" : "mad 4/3/2024 13:39",
"copySettingsFrom:to:" : "jr 5/27/2022 23:30",
"rewritePath:for:" : "jr 3/17/2019 00:15",
"userFriendlyTitle" : "jr 3/16/2019 15:52" },
Expand Down

0 comments on commit ecc0d97

Please sign in to comment.