-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #644 from Ducasse/patch-1
Create allPackageNames.st
- Loading branch information
Showing
8 changed files
with
31 additions
and
2 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
3 changes: 3 additions & 0 deletions
3
repository/SmalltalkCI-Pharo-Core.package/SmalltalkCIPharo13.class/class/allPackageNames.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,3 @@ | ||
class organization | ||
allPackageNames | ||
^ (Smalltalk globals at: #PackageOrganizer) default packageNames |
4 changes: 4 additions & 0 deletions
4
...sitory/SmalltalkCI-Pharo-Core.package/SmalltalkCIPharo13.class/class/codeCoverageClass.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,4 @@ | ||
compatibility | ||
codeCoverageClass | ||
|
||
^ Smalltalk at: #SCIPharo13CodeCoverage |
3 changes: 3 additions & 0 deletions
3
...y/SmalltalkCI-Pharo-Core.package/SmalltalkCIPharo13.class/class/packageNamed.ifAbsent..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,3 @@ | ||
class organization | ||
packageNamed: aString ifAbsent: errorBlock | ||
^ (Smalltalk at: #PackageOrganizer) default packageNamed: aString ifAbsent: errorBlock |
2 changes: 2 additions & 0 deletions
2
repository/SmalltalkCI-Pharo-Core.package/SmalltalkCIPharo13.class/methodProperties.json
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,6 +1,8 @@ | ||
{ | ||
"class" : { | ||
"allPackageNames" : "MaxLeske 6/11/2024 20:01", | ||
"codeCoverageClass" : "MaxLeske 4/29/2024 19:25", | ||
"packageNamed:ifAbsent:" : "MaxLeske 6/11/2024 20:01", | ||
"isPlatformCompatible" : "MaxLeske 4/29/2024 19:25"}, | ||
"instance" : { | ||
} } |
Empty file.
3 changes: 3 additions & 0 deletions
3
...CI-Pharo-Coverage-Core.package/SCIPharo13CodeCoverage.class/class/packageNameForClass..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,3 @@ | ||
compatibility | ||
packageNameForClass: aClass | ||
^ ((Smalltalk at: #PackageOrganizer) default packageOf: aClass) name |
11 changes: 11 additions & 0 deletions
11
...tory/SmalltalkCI-Pharo-Coverage-Core.package/SCIPharo13CodeCoverage.class/properties.json
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,11 @@ | ||
{ | ||
"commentStamp" : "", | ||
"super" : "SCIPharo12CodeCoverage", | ||
"category" : "SmalltalkCI-Pharo-Coverage-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "SCIPharo13CodeCoverage", | ||
"type" : "normal" | ||
} |