Skip to content

Import STON-Squeak-Core extension package from fniephaus/ston #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: squeak
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .squot
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ OrderedDictionary {
'repository/STON-Core.package' : #SquotCypressCodeSerializer,
'repository/STON-Tests.package' : #SquotCypressCodeSerializer,
'repository/STON-Text support.package' : #SquotCypressCodeSerializer,
'repository/STON-Pharo-Core.package' : #SquotCypressCodeSerializer
'repository/STON-Pharo-Core.package' : #SquotCypressCodeSerializer,
'repository/STON-Squeak-Core.package' : #SquotCypressCodeSerializer
}
2 changes: 1 addition & 1 deletion repository/.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
#format : #filetree
}
}
1 change: 1 addition & 0 deletions repository/BaselineOfSton.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SquotTrackedObjectMetadata {
#objectClassName : #PackageInfo,
#id : UUID [ '390e99f9e5be4341a8f9379e22f2cf3f' ],
#objectsReplacedByNames : true,
#serializer : #SquotCypressCodeSerializer
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ baseline: spec
for: #pharo
do: [ spec blessing: #baseline.
spec
package: 'STON-Pharo-Extensions' with: [ spec requires: #('STON-Core' 'STON-Tests') ] ]
package: 'STON-Pharo-Extensions' with: [ spec requires: #('STON-Core' 'STON-Tests') ] ].
spec for: #'squeak' do: [
spec
package: 'STON-Core'
with: [ spec includes: #('STON-Squeak-Core') ];
package: 'STON-Squeak-Core'
with: [ spec requires: #('STON-Core') ] ].
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"class" : {
},
"instance" : {
"baseline:" : "tobe 3/15/2021 22:30" } }
"baseline:" : "jr 4/30/2022 19:35" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SystemOrganization addCategory: #BaselineOfSton!
Empty file.
4 changes: 4 additions & 0 deletions repository/STON-Squeak-Core.package/.filetree
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
6 changes: 6 additions & 0 deletions repository/STON-Squeak-Core.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SquotTrackedObjectMetadata {
#objectClassName : #PackageInfo,
#id : UUID [ '9990fb55b36ed04889ed9fcfb617ece7' ],
#objectsReplacedByNames : true,
#serializer : #SquotCypressCodeSerializer
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*ston-squeak-core
isHealthy
"Squeak does not support health check"
^ true
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"isHealthy" : "fn 11/25/2016 16:13" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
"name" : "Dictionary" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*ston-squeak-core
stonAllInstVarNames
"Override to encode my instances using a custom set of instance variables or to define their order."

^ self allInstVarNames
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"stonAllInstVarNames" : "smalltalkCI 11/24/2016 23:47" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
"name" : "Metaclass" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*ston-squeak-core
signalFor: anObject
"Create and signal a NotFound exception for anObject in the default receiver."

^ self new
object: anObject;
signal
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
"signalFor:" : "fn 11/25/2016 15:40" },
"instance" : {
} }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
"name" : "NotFound" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*ston-squeak-core
isHealthy
"Squeak does not support health check"
^ true
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"isHealthy" : "fn 11/25/2016 16:13" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
"name" : "Set" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*ston-squeak-core
stonPrint24: aStream
self print24: true showSeconds: true showSubseconds: true on: aStream
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"stonPrint24:" : "fn 11/25/2016 16:56" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
"name" : "Time" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*ston-squeak-core
stonOn: stonWriter
stonWriter
writeObject: self
listSingleton: self name asSymbol
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"stonOn:" : "fn 11/25/2016 15:01" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
"name" : "Trait" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*ston-squeak-core
stonContainSubObjects
^ false
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"stonContainSubObjects" : "fn 11/25/2016 15:01" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
"name" : "TraitDescription" }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SystemOrganization addCategory: #'STON-Squeak-Core'!
Empty file.
2 changes: 2 additions & 0 deletions repository/STON-Squeak-Core.package/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}