X Tutup
Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ matrix:
env: BUILD_NAME=Squeak-5.2
- smalltalk: Squeak32-5.1
env: BUILD_NAME=Squeak-5.1
- smalltalk: GemStone-3.5.2
env: BUILD_NAME=GemStone-3.5.2
- smalltalk: GemStone-3.5.4
env: BUILD_NAME=GemStone-3.5.4
- smalltalk: GemStone-3.4.5
env: BUILD_NAME=GemStone-3.4.5
- smalltalk: GemStone-3.3.9
Expand Down
5 changes: 2 additions & 3 deletions repository/BaselineOfGrease.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"separateMethodMetaAndSource" : false,
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,26 @@ baselineGemStone: spec
package: 'Grease-Tests-Core'
with: [ spec includes: 'Grease-Tests-GemStone-Core' ] ].

spec
for: #( #'gs3.5.4.x' #'gs3.5.5.x')
do: [
spec
package: 'Grease-GemStone-Core'
with: [ spec includes: #('Grease-GemStone-Kernelv354') ];
package: 'Grease-GemStone-Kernelv354'
with: [
spec
requires: #('Grease-GemStone-Core') ] ].
spec
for: #( #'gs3.6.x')
do: [
spec
package: 'Grease-GemStone-Core'
with: [ spec includes: #('Grease-GemStone-Kernelv360') ];
package: 'Grease-GemStone-Kernelv360'
with: [
spec
requires: #('Grease-GemStone-Core') ] ].
spec
for: #(#'gs3.2.x' #'gs3.3.x' #'gs3.4.x' #'gs3.5.x' #'gs3.6.x')
do: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
projectClass
Smalltalk at: #'MetacelloCypressBaselineProject' ifPresent: [ :cl | ^ cl ].
^ super projectClass
^ super projectClass
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"commentStamp" : "",
"super" : "BaselineOf",
"category" : "BaselineOfGrease",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BaselineOfGrease",
"type" : "normal"
}
"pools" : [
],
"super" : "BaselineOf",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #BaselineOfGrease!
SystemOrganization addCategory: #'BaselineOfGrease'!
3 changes: 2 additions & 1 deletion repository/BaselineOfGrease.package/properties.json
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{ }
{
}
5 changes: 2 additions & 3 deletions repository/Grease-Core.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"separateMethodMetaAndSource" : false,
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"name" : "Character"
}
"name" : "Character" }
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"commentStamp" : "jf 3/14/2009 11:04",
"super" : "GRDelayedSendMessage",
"category" : "Grease-Core-Utilities",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "jf 3/14/2009 11:04",
"instvars" : [
"arguments"
],
"arguments" ],
"name" : "GRBoundMessage",
"type" : "normal"
}
"pools" : [
],
"super" : "GRDelayedSendMessage",
"type" : "normal" }
4 changes: 2 additions & 2 deletions repository/Grease-Core.package/GRCodec.class/class/codecs.st
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
accessing
codecs
"Answer a collection of possible codecs of the receiver. To be overridden by concrete subclasses."
"Answer a collection of possible codecs of the receiver. To be overridden by concrete subclasses."

^ #()
^ #()
19 changes: 11 additions & 8 deletions repository/Grease-Core.package/GRCodec.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"commentStamp" : "lr 2/7/2009 09:55",
"super" : "GRObject",
"category" : "Grease-Core-Text",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "lr 2/7/2009 09:55",
"instvars" : [
],
"name" : "GRCodec",
"type" : "normal"
}
"pools" : [
],
"super" : "GRObject",
"type" : "normal" }
19 changes: 11 additions & 8 deletions repository/Grease-Core.package/GRCodecStream.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"commentStamp" : "pmm 6/25/2012 20:21",
"super" : "GRDelegatingStream",
"category" : "Grease-Core-Text",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "pmm 6/25/2012 20:21",
"instvars" : [
],
"name" : "GRCodecStream",
"type" : "normal"
}
"pools" : [
],
"super" : "GRDelegatingStream",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
streaming
nextPut: aCharacter
stream nextPut: aCharacter.
count := count + 1

count := count + 1
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
streaming
nextPutAll: aString
stream nextPutAll: aString.
count := count + aString size

count := count + aString size
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"commentStamp" : "pmm 6/25/2012 20:39",
"super" : "GRDelegatingStream",
"category" : "Grease-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "pmm 6/25/2012 20:39",
"instvars" : [
"count"
],
"count" ],
"name" : "GRCountingStream",
"type" : "normal"
}
"pools" : [
],
"super" : "GRDelegatingStream",
"type" : "normal" }
19 changes: 10 additions & 9 deletions repository/Grease-Core.package/GRDelayedSend.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"commentStamp" : "NickAger 3/20/2012 09:04",
"super" : "GRObject",
"category" : "Grease-Core-Utilities",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "NickAger 3/20/2012 09:04",
"instvars" : [
"receiver",
"message"
],
"message" ],
"name" : "GRDelayedSend",
"type" : "normal"
}
"pools" : [
],
"super" : "GRObject",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"commentStamp" : "NickAger 3/19/2012 11:20",
"super" : "GRObject",
"category" : "Grease-Core-Utilities",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "NickAger 3/19/2012 11:20",
"instvars" : [
"selector"
],
"selector" ],
"name" : "GRDelayedSendMessage",
"type" : "normal"
}
"pools" : [
],
"super" : "GRObject",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"commentStamp" : "pmm 6/25/2012 20:20",
"super" : "GRObject",
"category" : "Grease-Core-Text",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "pmm 6/25/2012 20:20",
"instvars" : [
"stream"
],
"stream" ],
"name" : "GRDelegatingStream",
"type" : "normal"
}
"pools" : [
],
"super" : "GRObject",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"commentStamp" : "pmm 9/14/2013 15:50",
"super" : "GRNotification",
"category" : "Grease-Core-Exceptions",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "pmm 9/14/2013 15:50",
"instvars" : [
"details"
],
"details" ],
"name" : "GRDeprecatedApiNotification",
"type" : "normal"
}
"pools" : [
],
"super" : "GRNotification",
"type" : "normal" }
19 changes: 11 additions & 8 deletions repository/Grease-Core.package/GRError.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"commentStamp" : "pmm 9/14/2013 15:50",
"super" : "Error",
"category" : "Grease-Core-Exceptions",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "pmm 9/14/2013 15:50",
"instvars" : [
],
"name" : "GRError",
"type" : "normal"
}
"pools" : [
],
"super" : "Error",
"type" : "normal" }
19 changes: 10 additions & 9 deletions repository/Grease-Core.package/GRInflector.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"commentStamp" : "lr 12/27/2008 09:43",
"super" : "GRObject",
"category" : "Grease-Core-Text",
"classinstvars" : [ ],
"pools" : [ ],
"classinstvars" : [
],
"classvars" : [
"InflectionRules",
"Uninflected"
],
"instvars" : [ ],
"Uninflected" ],
"commentStamp" : "lr 12/27/2008 09:43",
"instvars" : [
],
"name" : "GRInflector",
"type" : "normal"
}
"pools" : [
],
"super" : "GRObject",
"type" : "normal" }
Loading
X Tutup