Skip to content

Commit

Permalink
Sort Tonel package properties for consistent key order
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Oct 17, 2023
1 parent b6610ad commit 00b08c2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ writerOn: aFileSystem
writer packageName: self package name.
writer currentPackageProperties
at: TonelWriter squeakChangestamp put: self writeTimestamps.
writer squotSortPackageProperties.
^ writer
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"serialize:into:" : "mad 10/17/2023 11:50",
"writeTimestamps" : "mad 9/26/2023 15:24",
"writeTimestamps:" : "mad 9/26/2023 15:24",
"writerOn:" : "mad 10/16/2023 17:26" } }
"writerOn:" : "mad 10/16/2023 22:33" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*Squot-Mapper-package-properties
squotSortPackageProperties
currentPackageProperties := self currentPackageProperties withKeysSorted: nil.
5 changes: 5 additions & 0 deletions src/Squot.package/TonelWriter.extension/methodProperties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"squotSortPackageProperties" : "mad 10/16/2023 22:33" } }
2 changes: 2 additions & 0 deletions src/Squot.package/TonelWriter.extension/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
"name" : "TonelWriter" }

0 comments on commit 00b08c2

Please sign in to comment.