-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize and reduce compatibility packages
MCRepositoryGroup methods have been added in Squeak 6.0, and they were ported back to Squeak 5.3. So the extensions are only needed in Squeak 5.2 and below. Rename the package to SquotCompatibility-Squeak52 accordingly. Remove packages for Pharo and Squeak 6.0 since they are not used and just add complexity at the moment. Ref #349
- Loading branch information
Showing
32 changed files
with
12 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
OrderedDictionary { | ||
'src/VersionControl.package' : #SquotCypressCodeSerializer, | ||
'src/SquotCompatibility-Pharo.package' : #SquotCypressCodeSerializer, | ||
'src/SquotCompatibility-SqueakCommon.package' : #SquotCypressCodeSerializer, | ||
'src/SquotCompatibility-Squeak52.package' : #SquotCypressCodeSerializer, | ||
'src/Squot.package' : #SquotCypressCodeSerializer, | ||
'src/FileSystem-Git.package' : #SquotCypressCodeSerializer, | ||
'src/Squit.package' : #SquotCypressCodeSerializer, | ||
'src/BaselineOfSquot.package' : #SquotCypressCodeSerializer, | ||
'src/SquotTonel-Core.package' : #SquotCypressCodeSerializer, | ||
'src/SquotTonel-Tests.package' : #SquotCypressCodeSerializer, | ||
'src/SquotCompatibility-Squeak50.package' : #SquotCypressCodeSerializer, | ||
'src/SquotCompatibility-Squeak60.package' : #SquotCypressCodeSerializer, | ||
'src/SquotCompatibility-SqueakCommon.package' : #SquotCypressCodeSerializer | ||
'src/SquotTonel-Tests.package' : #SquotCypressCodeSerializer | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
SquotTrackedObjectMetadata { | ||
#objectClassName : #PackageInfo, | ||
#id : UUID [ '2e6bf85bea1d114fb70219ff89791241' ], | ||
#objectsReplacedByNames : true, | ||
#slotOverrides : { }, | ||
#objectsReplacedByNames : true, | ||
#serializer : #SquotCypressCodeSerializer | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
src/SquotCompatibility-Pharo.package/monticello.meta/categories.st
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
src/SquotCompatibility-Squeak50.package/monticello.meta/categories.st
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...sion/instance/cacheAllFileNamesDuring..st → ...sion/instance/cacheAllFileNamesDuring..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sitoryGroup.extension/instance/isValid.st → ...sitoryGroup.extension/instance/isValid.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*SquotCompatibility-Squeak50-testing | ||
*SquotCompatibility-Squeak52-testing | ||
isValid | ||
|
||
^ repositories allSatisfy: #isValid |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...nsion/instance/packageNamed.ifPresent..st → ...nsion/instance/packageNamed.ifPresent..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
*SquotCompatibility-Squeak50 | ||
*SquotCompatibility-Squeak52 | ||
packageNamed: aString ifPresent: aBlock | ||
^ packages at: aString ifPresent: aBlock |
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
src/SquotCompatibility-Squeak52.package/monticello.meta/categories.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SystemOrganization addCategory: #'SquotCompatibility-Squeak52'! |
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...ibility-Squeak60.package/MCRepositoryGroup.extension/instance/cacheAllFileNamesDuring..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
src/SquotCompatibility-Squeak60.package/MCRepositoryGroup.extension/instance/isValid.st
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/SquotCompatibility-Squeak60.package/MCRepositoryGroup.extension/methodProperties.json
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
src/SquotCompatibility-Squeak60.package/MCRepositoryGroup.extension/properties.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
src/SquotCompatibility-Squeak60.package/monticello.meta/categories.st
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.