Skip to content

Commit

Permalink
Fix editing package paths in package browser
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Apr 29, 2024
1 parent 12e5153 commit 86f625a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
as yet unclassified
accessing
mappedPaths
^ {self packagePath}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
packagePath
self subclassResponsibility.
2 changes: 2 additions & 0 deletions src/Squot.package/SquotCodeMapper.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@
"initialize" : "mad 4/25/2023 19:41",
"isSourceAt:timeStampOf:" : "mad 11/7/2023 12:11",
"loadSnapshotFrom:" : "mad 10/16/2023 17:22",
"mappedPaths" : "mad 4/29/2024 22:21",
"mergeCommit:into:withBase:" : "mad 10/16/2023 17:20",
"operationFrom:to:" : "mad 11/7/2023 12:25",
"package" : "mad 4/21/2023 23:34",
"package:" : "mad 4/22/2023 00:09",
"packagePath" : "mad 4/29/2024 22:20",
"path" : "mad 4/21/2023 23:35",
"path:" : "mad 4/22/2023 00:09",
"pathFor:" : "mad 11/14/2023 18:58",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"fileTreeWriterClass" : "mad 4/18/2024 17:41",
"fileUtilsOn:" : "mad 4/18/2024 17:44",
"loadSnapshotFrom:" : "mad 4/18/2024 17:45",
"mappedPaths" : "mad 10/21/2023 22:57",
"packageDirectoryIn:" : "mad 4/10/2024 19:46",
"packagePath" : "mad 11/14/2023 18:58",
"readerClass" : "mad 10/16/2023 19:50",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
packagePath
^ self pathWithPackage
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"encodingName" : "mad 4/18/2024 18:11" },
"instance" : {
"loadSnapshotFrom:" : "mad 10/16/2023 19:52",
"mappedPaths" : "mad 11/14/2023 19:00",
"packagePath" : "mad 4/29/2024 22:20",
"readerIn:" : "mad 10/16/2023 20:35",
"serialize:into:" : "mad 4/15/2024 20:46",
"writeTimestamps" : "mad 9/26/2023 15:24",
Expand Down

0 comments on commit 86f625a

Please sign in to comment.