From 1434157290b6963eb0c27f53cb47a077f6ab67a4 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Wed, 7 Oct 2020 12:17:59 -0700 Subject: [PATCH 01/12] update for new package Grease-GemStone360-Core --- repository/BaselineOfGrease.package/.filetree | 5 +-- .../instance/baselineGemStone..st | 13 ++++++- .../instance/projectClass.st | 2 +- .../BaselineOfGrease.class/properties.json | 19 ++++++---- .../monticello.meta/categories.st | 2 +- .../BaselineOfGrease.package/properties.json | 3 +- .../Grease-GemStone360-Core.package/.filetree | 4 ++ .../instance/greaseString.st | 4 ++ .../Exception.extension/properties.json | 2 + .../instance/argumentCount.st | 4 ++ .../instance/ifCurtailed..st | 11 ++++++ .../instance/valueWithPossibleArguments..st | 9 +++++ .../ExecBlock.extension/properties.json | 2 + .../instance/gemstoneExceptionSelector.st | 4 ++ .../instance/generateHardBreak.st | 5 +++ .../handlesAlmostOutOfStackException..st | 4 ++ .../instance/handlesBreakpointException..st | 4 ++ .../instance/handlesHaltException..st | 4 ++ .../properties.json | 2 + .../GRUtf8CodecStream.class/README.md | 0 .../class/initialize.st | 12 ++++++ .../GRUtf8CodecStream.class/instance/crlf.st | 9 +++++ .../instance/invalidUtf8.st | 3 ++ .../GRUtf8CodecStream.class/instance/next..st | 37 +++++++++++++++++++ .../instance/nextPut..st | 17 +++++++++ .../instance/nextPutAll..st | 5 +++ .../GRUtf8CodecStream.class/properties.json | 14 +++++++ .../monticello.meta/categories.st | 1 + .../monticello.meta/initializers.st | 0 .../monticello.meta/package | 1 + .../properties.json | 2 + 31 files changed, 189 insertions(+), 15 deletions(-) create mode 100644 repository/Grease-GemStone360-Core.package/.filetree create mode 100644 repository/Grease-GemStone360-Core.package/Exception.extension/instance/greaseString.st create mode 100644 repository/Grease-GemStone360-Core.package/Exception.extension/properties.json create mode 100644 repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/argumentCount.st create mode 100644 repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st create mode 100644 repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st create mode 100644 repository/Grease-GemStone360-Core.package/ExecBlock.extension/properties.json create mode 100644 repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/gemstoneExceptionSelector.st create mode 100644 repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st create mode 100644 repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesAlmostOutOfStackException..st create mode 100644 repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesBreakpointException..st create mode 100644 repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesHaltException..st create mode 100644 repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/properties.json create mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/README.md create mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/class/initialize.st create mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/crlf.st create mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/invalidUtf8.st create mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/next..st create mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPut..st create mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPutAll..st create mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/properties.json create mode 100644 repository/Grease-GemStone360-Core.package/monticello.meta/categories.st create mode 100644 repository/Grease-GemStone360-Core.package/monticello.meta/initializers.st create mode 100644 repository/Grease-GemStone360-Core.package/monticello.meta/package create mode 100644 repository/Grease-GemStone360-Core.package/properties.json diff --git a/repository/BaselineOfGrease.package/.filetree b/repository/BaselineOfGrease.package/.filetree index 57a67973..8998102c 100644 --- a/repository/BaselineOfGrease.package/.filetree +++ b/repository/BaselineOfGrease.package/.filetree @@ -1,5 +1,4 @@ { - "separateMethodMetaAndSource" : false, "noMethodMetaData" : true, - "useCypressPropertiesFile" : true -} \ No newline at end of file + "separateMethodMetaAndSource" : false, + "useCypressPropertiesFile" : true } diff --git a/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st b/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st index 8e654e74..93fc2717 100644 --- a/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st +++ b/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st @@ -79,7 +79,7 @@ baselineGemStone: spec requires: #('Grease-GemStone-Core'); postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ]. spec - for: #(#'gs3.3.x' #'gs3.4.x' #'gs3.5.x' #'gs3.6.x') + for: #(#'gs3.3.x' #'gs3.4.x' #'gs3.5.x') do: [ spec package: 'Grease-GemStone-Core' @@ -89,6 +89,17 @@ baselineGemStone: spec spec requires: #('Grease-GemStone-Core'); postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ]. + spec + for: #(#'gs3.6.x') + do: [ + spec + package: 'Grease-GemStone-Core' + with: [ spec includes: #('Grease-GemStone360-Core') ]; + package: 'Grease-GemStone360-Core' + with: [ + spec + requires: #('Grease-GemStone-Core'); + postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ]. spec for: #(#'gs3.2.x' #'gs3.3.x' #'gs3.4.x' #'gs3.5.x' #'gs3.6.x') do: [ diff --git a/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/projectClass.st b/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/projectClass.st index 28bd1a55..1d4f6564 100644 --- a/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/projectClass.st +++ b/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/projectClass.st @@ -1,4 +1,4 @@ accessing projectClass Smalltalk at: #'MetacelloCypressBaselineProject' ifPresent: [ :cl | ^ cl ]. - ^ super projectClass + ^ super projectClass \ No newline at end of file diff --git a/repository/BaselineOfGrease.package/BaselineOfGrease.class/properties.json b/repository/BaselineOfGrease.package/BaselineOfGrease.class/properties.json index 0260395f..8a39c621 100644 --- a/repository/BaselineOfGrease.package/BaselineOfGrease.class/properties.json +++ b/repository/BaselineOfGrease.package/BaselineOfGrease.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "BaselineOf", "category" : "BaselineOfGrease", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "BaselineOfGrease", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "BaselineOf", + "type" : "normal" } diff --git a/repository/BaselineOfGrease.package/monticello.meta/categories.st b/repository/BaselineOfGrease.package/monticello.meta/categories.st index aad806f8..3687f0b2 100644 --- a/repository/BaselineOfGrease.package/monticello.meta/categories.st +++ b/repository/BaselineOfGrease.package/monticello.meta/categories.st @@ -1 +1 @@ -SystemOrganization addCategory: #BaselineOfGrease! +SystemOrganization addCategory: #'BaselineOfGrease'! diff --git a/repository/BaselineOfGrease.package/properties.json b/repository/BaselineOfGrease.package/properties.json index 6f31cf5a..f037444a 100644 --- a/repository/BaselineOfGrease.package/properties.json +++ b/repository/BaselineOfGrease.package/properties.json @@ -1 +1,2 @@ -{ } \ No newline at end of file +{ + } diff --git a/repository/Grease-GemStone360-Core.package/.filetree b/repository/Grease-GemStone360-Core.package/.filetree new file mode 100644 index 00000000..8998102c --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/.filetree @@ -0,0 +1,4 @@ +{ + "noMethodMetaData" : true, + "separateMethodMetaAndSource" : false, + "useCypressPropertiesFile" : true } diff --git a/repository/Grease-GemStone360-Core.package/Exception.extension/instance/greaseString.st b/repository/Grease-GemStone360-Core.package/Exception.extension/instance/greaseString.st new file mode 100644 index 00000000..ea4bff53 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/Exception.extension/instance/greaseString.st @@ -0,0 +1,4 @@ +*grease-gemstone330-core +greaseString + + ^self description \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/Exception.extension/properties.json b/repository/Grease-GemStone360-Core.package/Exception.extension/properties.json new file mode 100644 index 00000000..6dcfd842 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/Exception.extension/properties.json @@ -0,0 +1,2 @@ +{ + "name" : "Exception" } diff --git a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/argumentCount.st b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/argumentCount.st new file mode 100644 index 00000000..9f25fa98 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/argumentCount.st @@ -0,0 +1,4 @@ +*grease-gemstone330-core +argumentCount + + ^self numArgs. \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st new file mode 100644 index 00000000..cc75520a --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st @@ -0,0 +1,11 @@ +*grease-gemstone330-core +ifCurtailed: aBlock + + | wasCurtailed | + wasCurtailed := true. + [ + self value. + wasCurtailed := false. + ] ensure: [ + wasCurtailed ifTrue: aBlock. + ]. \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st new file mode 100644 index 00000000..5e1d8c5d --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st @@ -0,0 +1,9 @@ +*grease-gemstone330-core +valueWithPossibleArguments: anArray + "Evaluate the block represented by the receiver with the arguments provided." + | n args | + (n := self numArgs) == 0 ifTrue: [^self value]. + args := anArray copy + size: n; + yourself. + ^ self valueWithArguments: args. \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/properties.json b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/properties.json new file mode 100644 index 00000000..d8195e28 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/properties.json @@ -0,0 +1,2 @@ +{ + "name" : "ExecBlock" } diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/gemstoneExceptionSelector.st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/gemstoneExceptionSelector.st new file mode 100644 index 00000000..05cad772 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/gemstoneExceptionSelector.st @@ -0,0 +1,4 @@ +*grease-gemstone330-core +gemstoneExceptionSelector + + ^ (ExceptionSet new) , Halt, AlmostOutOfStack, Breakpoint \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st new file mode 100644 index 00000000..458d1366 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st @@ -0,0 +1,5 @@ +*grease-gemstone330-core +generateHardBreak + "Generate a GemStone hard break" + + ^Break signal: 'interrupted for Seaside debugging' \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesAlmostOutOfStackException..st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesAlmostOutOfStackException..st new file mode 100644 index 00000000..725be222 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesAlmostOutOfStackException..st @@ -0,0 +1,4 @@ +*grease-gemstone330-core +handlesAlmostOutOfStackException: anException + + ^AlmostOutOfStack handles: anException \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesBreakpointException..st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesBreakpointException..st new file mode 100644 index 00000000..d82b699a --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesBreakpointException..st @@ -0,0 +1,4 @@ +*grease-gemstone330-core +handlesBreakpointException: anException + + ^Breakpoint handles: anException \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesHaltException..st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesHaltException..st new file mode 100644 index 00000000..45fffeb8 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesHaltException..st @@ -0,0 +1,4 @@ +*grease-gemstone330-core +handlesHaltException: anException + + ^Halt handles: anException \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/properties.json b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/properties.json new file mode 100644 index 00000000..eab5d9b5 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/properties.json @@ -0,0 +1,2 @@ +{ + "name" : "GRGemStonePlatform" } diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/README.md b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/README.md new file mode 100644 index 00000000..e69de29b diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/class/initialize.st b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/class/initialize.st new file mode 100644 index 00000000..fa779537 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/class/initialize.st @@ -0,0 +1,12 @@ +initialization +initialize + "self initialize" + + Latin1ToUtf8Encodings := Array new: 256. + 1 to: 256 do: [ :index | + index > 128 + ifTrue: [ + Latin1ToUtf8Encodings + at: index + put: + (String with: (Character codePoint: index - 1)) encodeAsUTF8 asString ] ] \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/crlf.st b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/crlf.st new file mode 100644 index 00000000..e5bb258a --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/crlf.st @@ -0,0 +1,9 @@ +streaming +crlf + binary + ifTrue: [ + stream nextPut: 13. + stream nextPut: 10 ] + ifFalse: [ + stream nextPut: Character cr. + stream nextPut: Character lf ] \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/invalidUtf8.st b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/invalidUtf8.st new file mode 100644 index 00000000..d38b2f3b --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/invalidUtf8.st @@ -0,0 +1,3 @@ +private +invalidUtf8 + ^GRInvalidUtf8Error signal: 'Invalid UTF-8 input' \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/next..st b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/next..st new file mode 100644 index 00000000..2f2af983 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/next..st @@ -0,0 +1,37 @@ +streaming +next: anInteger + "Convert the given string from UTF-8 using the fast path if converting to Latin-1" + | outStream byte1 byte2 byte3 byte4 unicode count | + outStream := WriteStream on: (String new: anInteger). + count := 0. + [ count < anInteger and: [ stream atEnd not ] ] whileTrue: [ + byte1 := stream next. + unicode := byte1. + (byte1 bitAnd: 16rE0) = 192 ifTrue: [ "two bytes" + byte2 := stream next. + (byte2 bitAnd: 16rC0) = 16r80 ifFalse: [ self invalidUtf8 ]. + unicode := ((byte1 bitAnd: 31) bitShift: 6) + (byte2 bitAnd: 63)]. + (byte1 bitAnd: 16rF0) = 224 ifTrue: [ "three bytes" + byte2 := stream next. + (byte2 bitAnd: 16rC0) = 16r80 ifFalse: [ self invalidUtf8 ]. + byte3 := stream next. + (byte3 bitAnd: 16rC0) = 16r80 ifFalse: [ self invalidUtf8 ]. + unicode := ((byte1 bitAnd: 15) bitShift: 12) + ((byte2 bitAnd: 63) bitShift: 6) + + (byte3 bitAnd: 63)]. + (byte1 bitAnd: 16rF8) = 240 ifTrue: [ "four bytes" + byte2 := stream next. + (byte2 bitAnd: 16rC0) = 16r80 ifFalse: [ self invalidUtf8 ]. + byte3 := stream next. + (byte3 bitAnd: 16rC0) = 16r80 ifFalse: [ self invalidUtf8 ]. + byte4 := stream next. + (byte4 bitAnd: 16rC0) = 16r80 ifFalse: [ self invalidUtf8 ]. + unicode := ((byte1 bitAnd: 16r7) bitShift: 18) + + ((byte2 bitAnd: 63) bitShift: 12) + + ((byte3 bitAnd: 63) bitShift: 6) + + (byte4 bitAnd: 63)]. + unicode ifNil: [ self invalidUtf8 ]. + unicode = 16rFEFF "ignore BOM" ifFalse: [ + outStream nextPut: (Character codePoint: unicode). + count := count + 1 ]. + unicode := nil ]. + ^outStream contents \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPut..st b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPut..st new file mode 100644 index 00000000..1f98bba7 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPut..st @@ -0,0 +1,17 @@ +streaming +nextPut: aCharacter + "old implementation is very slow !!" + + " self nextPutAll: (String with: aCharacter)" + + | codePoint | + codePoint := aCharacter codePoint. + codePoint > 127 + ifTrue: [ + codePoint > 255 + ifTrue: [ + | str | + str := (String with: aCharacter) encodeAsUTF8intoString. + stream nextPutAll: str ] + ifFalse: [ stream nextPutAll: (Latin1ToUtf8Encodings at: codePoint + 1) ] ] + ifFalse: [ stream nextPut: aCharacter ] \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPutAll..st b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPutAll..st new file mode 100644 index 00000000..d43ab2ef --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPutAll..st @@ -0,0 +1,5 @@ +streaming +nextPutAll: aString + binary + ifTrue: [ stream nextPutAll: aString asString ] + ifFalse: [ stream nextPutAll: aString _encodeAsUTF8intoString ] \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/properties.json b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/properties.json new file mode 100644 index 00000000..00add781 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/properties.json @@ -0,0 +1,14 @@ +{ + "category" : "Grease-GemStone330-Core", + "classinstvars" : [ + ], + "classvars" : [ + "Latin1ToUtf8Encodings" ], + "commentStamp" : "", + "instvars" : [ + ], + "name" : "GRUtf8CodecStream", + "pools" : [ + ], + "super" : "GRTextOrBinaryCodecStream", + "type" : "normal" } diff --git a/repository/Grease-GemStone360-Core.package/monticello.meta/categories.st b/repository/Grease-GemStone360-Core.package/monticello.meta/categories.st new file mode 100644 index 00000000..e25af126 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/monticello.meta/categories.st @@ -0,0 +1 @@ +SystemOrganization addCategory: #'Grease-GemStone330-Core'! diff --git a/repository/Grease-GemStone360-Core.package/monticello.meta/initializers.st b/repository/Grease-GemStone360-Core.package/monticello.meta/initializers.st new file mode 100644 index 00000000..e69de29b diff --git a/repository/Grease-GemStone360-Core.package/monticello.meta/package b/repository/Grease-GemStone360-Core.package/monticello.meta/package new file mode 100644 index 00000000..5039ec70 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/monticello.meta/package @@ -0,0 +1 @@ +(name 'Grease-GemStone360-Core') diff --git a/repository/Grease-GemStone360-Core.package/properties.json b/repository/Grease-GemStone360-Core.package/properties.json new file mode 100644 index 00000000..f037444a --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/properties.json @@ -0,0 +1,2 @@ +{ + } From 85d7d5426ae10455776b082a1a106756a16b5f93 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Wed, 7 Oct 2020 12:24:20 -0700 Subject: [PATCH 02/12] Issue #111: porting to 3.6.0, restore the old messageText behavior ... 3.6.0 default error message is not expected in the GLASS environment --- .../Exception.extension/instance/greaseString.st | 2 +- .../Exception.extension/instance/messageText.st | 3 +++ .../ExecBlock.extension/instance/argumentCount.st | 2 +- .../ExecBlock.extension/instance/ifCurtailed..st | 2 +- .../instance/valueWithPossibleArguments..st | 2 +- .../instance/gemstoneExceptionSelector.st | 2 +- .../GRGemStonePlatform.extension/instance/generateHardBreak.st | 2 +- .../instance/handlesAlmostOutOfStackException..st | 2 +- .../instance/handlesBreakpointException..st | 2 +- .../instance/handlesHaltException..st | 2 +- .../GRUtf8CodecStream.class/properties.json | 2 +- .../monticello.meta/categories.st | 2 +- .../Grease-GemStone360-Core.package/monticello.meta/package | 2 +- 13 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st diff --git a/repository/Grease-GemStone360-Core.package/Exception.extension/instance/greaseString.st b/repository/Grease-GemStone360-Core.package/Exception.extension/instance/greaseString.st index ea4bff53..6728cdfa 100644 --- a/repository/Grease-GemStone360-Core.package/Exception.extension/instance/greaseString.st +++ b/repository/Grease-GemStone360-Core.package/Exception.extension/instance/greaseString.st @@ -1,4 +1,4 @@ -*grease-gemstone330-core +*grease-gemstone360-core greaseString ^self description \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st b/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st new file mode 100644 index 00000000..6b319348 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st @@ -0,0 +1,3 @@ +*grease-gemstone360-core +messageText + ^ gsDetails "return ANSI messageText" \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/argumentCount.st b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/argumentCount.st index 9f25fa98..b2db46a7 100644 --- a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/argumentCount.st +++ b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/argumentCount.st @@ -1,4 +1,4 @@ -*grease-gemstone330-core +*grease-gemstone360-core argumentCount ^self numArgs. \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st index cc75520a..088ae8e6 100644 --- a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st +++ b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st @@ -1,4 +1,4 @@ -*grease-gemstone330-core +*grease-gemstone360-core ifCurtailed: aBlock | wasCurtailed | diff --git a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st index 5e1d8c5d..0bcb5c01 100644 --- a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st +++ b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st @@ -1,4 +1,4 @@ -*grease-gemstone330-core +*grease-gemstone360-core valueWithPossibleArguments: anArray "Evaluate the block represented by the receiver with the arguments provided." | n args | diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/gemstoneExceptionSelector.st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/gemstoneExceptionSelector.st index 05cad772..ecd27c2c 100644 --- a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/gemstoneExceptionSelector.st +++ b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/gemstoneExceptionSelector.st @@ -1,4 +1,4 @@ -*grease-gemstone330-core +*grease-gemstone360-core gemstoneExceptionSelector ^ (ExceptionSet new) , Halt, AlmostOutOfStack, Breakpoint \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st index 458d1366..696a9e9c 100644 --- a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st +++ b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st @@ -1,4 +1,4 @@ -*grease-gemstone330-core +*grease-gemstone360-core generateHardBreak "Generate a GemStone hard break" diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesAlmostOutOfStackException..st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesAlmostOutOfStackException..st index 725be222..4d285df0 100644 --- a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesAlmostOutOfStackException..st +++ b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesAlmostOutOfStackException..st @@ -1,4 +1,4 @@ -*grease-gemstone330-core +*grease-gemstone360-core handlesAlmostOutOfStackException: anException ^AlmostOutOfStack handles: anException \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesBreakpointException..st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesBreakpointException..st index d82b699a..c983e7d9 100644 --- a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesBreakpointException..st +++ b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesBreakpointException..st @@ -1,4 +1,4 @@ -*grease-gemstone330-core +*grease-gemstone360-core handlesBreakpointException: anException ^Breakpoint handles: anException \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesHaltException..st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesHaltException..st index 45fffeb8..05602c45 100644 --- a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesHaltException..st +++ b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesHaltException..st @@ -1,4 +1,4 @@ -*grease-gemstone330-core +*grease-gemstone360-core handlesHaltException: anException ^Halt handles: anException \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/properties.json b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/properties.json index 00add781..c174e72b 100644 --- a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/properties.json +++ b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/properties.json @@ -1,5 +1,5 @@ { - "category" : "Grease-GemStone330-Core", + "category" : "Grease-GemStone360-Core", "classinstvars" : [ ], "classvars" : [ diff --git a/repository/Grease-GemStone360-Core.package/monticello.meta/categories.st b/repository/Grease-GemStone360-Core.package/monticello.meta/categories.st index e25af126..cb035a16 100644 --- a/repository/Grease-GemStone360-Core.package/monticello.meta/categories.st +++ b/repository/Grease-GemStone360-Core.package/monticello.meta/categories.st @@ -1 +1 @@ -SystemOrganization addCategory: #'Grease-GemStone330-Core'! +SystemOrganization addCategory: #'Grease-GemStone360-Core'! diff --git a/repository/Grease-GemStone360-Core.package/monticello.meta/package b/repository/Grease-GemStone360-Core.package/monticello.meta/package index 5039ec70..7ced6c0d 100644 --- a/repository/Grease-GemStone360-Core.package/monticello.meta/package +++ b/repository/Grease-GemStone360-Core.package/monticello.meta/package @@ -1 +1 @@ -(name 'Grease-GemStone360-Core') +(name 'Grease-GemStone360-Core') \ No newline at end of file From 888e9a4ea3244dc229c89e5b9ae6380c32f2667c Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Wed, 7 Oct 2020 12:35:23 -0700 Subject: [PATCH 03/12] Issue #111: update comment in Exception>>messageText --- .../Exception.extension/instance/messageText.st | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st b/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st index 6b319348..ff2fca6b 100644 --- a/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st +++ b/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st @@ -1,3 +1,5 @@ *grease-gemstone360-core messageText - ^ gsDetails "return ANSI messageText" \ No newline at end of file + "override new 3.6.0 messageText implementation to restore pre-3.6.0 behavior" + "https://github.com/SeasideSt/Grease/issues/111" + ^ gsDetails From d6d25d445f2da9158fc945ada4ae8732e817c87a Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Wed, 7 Oct 2020 12:46:58 -0700 Subject: [PATCH 04/12] Issue #111: restore pre-3.6.0 behavior for Class>comment (i.e., return nil if no comment defined). New 3.6.0 behavior returned a GemStone-specific default comment. --- .../Class.extension/instance/comment.st | 9 +++++++++ .../Class.extension/properties.json | 2 ++ .../Exception.extension/instance/messageText.st | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 repository/Grease-GemStone360-Core.package/Class.extension/instance/comment.st create mode 100644 repository/Grease-GemStone360-Core.package/Class.extension/properties.json diff --git a/repository/Grease-GemStone360-Core.package/Class.extension/instance/comment.st b/repository/Grease-GemStone360-Core.package/Class.extension/instance/comment.st new file mode 100644 index 00000000..e1f21144 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/Class.extension/instance/comment.st @@ -0,0 +1,9 @@ +*grease-gemstone360-core +comment + "override new 3.6.0 comment implementation (answers default GemSTone class comment for + class instead of nil) and restore pre-3.6.0 behavior (answer nil if no comment + defined)" + + "https://github.com/SeasideSt/Grease/issues/111" + + ^ self commentForFileout \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/Class.extension/properties.json b/repository/Grease-GemStone360-Core.package/Class.extension/properties.json new file mode 100644 index 00000000..239813a4 --- /dev/null +++ b/repository/Grease-GemStone360-Core.package/Class.extension/properties.json @@ -0,0 +1,2 @@ +{ + "name" : "Class" } diff --git a/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st b/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st index ff2fca6b..739ca1e4 100644 --- a/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st +++ b/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st @@ -2,4 +2,4 @@ messageText "override new 3.6.0 messageText implementation to restore pre-3.6.0 behavior" "https://github.com/SeasideSt/Grease/issues/111" - ^ gsDetails + ^ gsDetails \ No newline at end of file From ea7340ee34b35fbd026aef00bfbf1c8d84c67753 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Thu, 8 Oct 2020 15:57:26 -0700 Subject: [PATCH 05/12] update lineup to include 3.5.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b95d6c83..fb603eac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: env: BUILD_NAME=Squeak-5.2 - smalltalk: Squeak32-5.1 env: BUILD_NAME=Squeak-5.1 - - smalltalk: GemStone-3.5.2 + - smalltalk: GemStone-3.5.4 env: BUILD_NAME=GemStone-3.5.2 - smalltalk: GemStone-3.4.5 env: BUILD_NAME=GemStone-3.4.5 From 96fbc86d5c90df570759ccfb1e764c2729d3c99d Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Thu, 8 Oct 2020 17:36:37 -0700 Subject: [PATCH 06/12] issue #111: additional patch needed for 3.5.4 (messageText and comment method revert to pre 3.5.4 implementation --- .../BaselineOfGrease.class/instance/baselineGemStone..st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st b/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st index 93fc2717..459ed30f 100644 --- a/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st +++ b/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st @@ -90,7 +90,7 @@ baselineGemStone: spec requires: #('Grease-GemStone-Core'); postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ]. spec - for: #(#'gs3.6.x') + for: #( #'gs3.5.4.x' #'gs3.5.5.x' #'gs3.6.x') do: [ spec package: 'Grease-GemStone-Core' @@ -105,4 +105,4 @@ baselineGemStone: spec do: [ spec package: 'Grease-Tests-GemStone-Core' - with: [ spec file: 'Grease-Tests-GemStone-Core.v32' ] ] \ No newline at end of file + with: [ spec file: 'Grease-Tests-GemStone-Core.v32' ] ] From 9c97d5447dae4d2a4743723fc74e47d38096a617 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Thu, 8 Oct 2020 19:12:28 -0700 Subject: [PATCH 07/12] revert the 3.5.4 patch ... regression installing GLASS1 --- .../BaselineOfGrease.class/instance/baselineGemStone..st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st b/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st index 459ed30f..d3f9429b 100644 --- a/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st +++ b/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st @@ -90,7 +90,7 @@ baselineGemStone: spec requires: #('Grease-GemStone-Core'); postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ]. spec - for: #( #'gs3.5.4.x' #'gs3.5.5.x' #'gs3.6.x') + for: #( #'gs3.6.x') do: [ spec package: 'Grease-GemStone-Core' From 70f88a7acf29ac14a5b4edbeef186efce629ee68 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Thu, 8 Oct 2020 19:29:30 -0700 Subject: [PATCH 08/12] build name wrong for 3.5.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb603eac..56dd42f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ matrix: - smalltalk: Squeak32-5.1 env: BUILD_NAME=Squeak-5.1 - smalltalk: GemStone-3.5.4 - env: BUILD_NAME=GemStone-3.5.2 + env: BUILD_NAME=GemStone-3.5.4 - smalltalk: GemStone-3.4.5 env: BUILD_NAME=GemStone-3.4.5 - smalltalk: GemStone-3.3.9 From 60b064c7eacfde9dcf6abac3f552e81fba4c0542 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Fri, 9 Oct 2020 09:55:22 -0700 Subject: [PATCH 09/12] Issue #111: better all around solution for the gemstone kernel overrides needed by 3.5.4 and 3.6.0 --- .../instance/baselineGemStone..st | 19 +++++++--- .../Class.extension/instance/comment.st | 9 +++++ .../Class.extension/properties.json | 0 .../Class.extension/instance/comment.st | 9 +++++ .../Class.extension/properties.json | 2 + .../instance/messageText.st | 4 +- .../Exception.extension/properties.json | 0 .../Grease-GemStone360-Core.package/.filetree | 4 -- .../Class.extension/instance/comment.st | 9 ----- .../instance/greaseString.st | 4 -- .../instance/argumentCount.st | 4 -- .../instance/ifCurtailed..st | 11 ------ .../instance/valueWithPossibleArguments..st | 9 ----- .../ExecBlock.extension/properties.json | 2 - .../instance/gemstoneExceptionSelector.st | 4 -- .../instance/generateHardBreak.st | 5 --- .../handlesAlmostOutOfStackException..st | 4 -- .../instance/handlesBreakpointException..st | 4 -- .../instance/handlesHaltException..st | 4 -- .../properties.json | 2 - .../GRUtf8CodecStream.class/README.md | 0 .../class/initialize.st | 12 ------ .../GRUtf8CodecStream.class/instance/crlf.st | 9 ----- .../instance/invalidUtf8.st | 3 -- .../GRUtf8CodecStream.class/instance/next..st | 37 ------------------- .../instance/nextPut..st | 17 --------- .../instance/nextPutAll..st | 5 --- .../GRUtf8CodecStream.class/properties.json | 14 ------- .../monticello.meta/categories.st | 1 - .../monticello.meta/initializers.st | 0 .../monticello.meta/package | 1 - .../properties.json | 2 - 32 files changed, 36 insertions(+), 174 deletions(-) create mode 100644 repository/Grease-GemStone-Kernelv354.package/Class.extension/instance/comment.st rename repository/{Grease-GemStone360-Core.package => Grease-GemStone-Kernelv354.package}/Class.extension/properties.json (100%) create mode 100644 repository/Grease-GemStone-Kernelv360.package/Class.extension/instance/comment.st create mode 100644 repository/Grease-GemStone-Kernelv360.package/Class.extension/properties.json rename repository/{Grease-GemStone360-Core.package => Grease-GemStone-Kernelv360.package}/Exception.extension/instance/messageText.st (77%) rename repository/{Grease-GemStone360-Core.package => Grease-GemStone-Kernelv360.package}/Exception.extension/properties.json (100%) delete mode 100644 repository/Grease-GemStone360-Core.package/.filetree delete mode 100644 repository/Grease-GemStone360-Core.package/Class.extension/instance/comment.st delete mode 100644 repository/Grease-GemStone360-Core.package/Exception.extension/instance/greaseString.st delete mode 100644 repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/argumentCount.st delete mode 100644 repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st delete mode 100644 repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st delete mode 100644 repository/Grease-GemStone360-Core.package/ExecBlock.extension/properties.json delete mode 100644 repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/gemstoneExceptionSelector.st delete mode 100644 repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st delete mode 100644 repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesAlmostOutOfStackException..st delete mode 100644 repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesBreakpointException..st delete mode 100644 repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesHaltException..st delete mode 100644 repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/properties.json delete mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/README.md delete mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/class/initialize.st delete mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/crlf.st delete mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/invalidUtf8.st delete mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/next..st delete mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPut..st delete mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPutAll..st delete mode 100644 repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/properties.json delete mode 100644 repository/Grease-GemStone360-Core.package/monticello.meta/categories.st delete mode 100644 repository/Grease-GemStone360-Core.package/monticello.meta/initializers.st delete mode 100644 repository/Grease-GemStone360-Core.package/monticello.meta/package delete mode 100644 repository/Grease-GemStone360-Core.package/properties.json diff --git a/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st b/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st index d3f9429b..cecf6cea 100644 --- a/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st +++ b/repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st @@ -79,7 +79,7 @@ baselineGemStone: spec requires: #('Grease-GemStone-Core'); postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ]. spec - for: #(#'gs3.3.x' #'gs3.4.x' #'gs3.5.x') + for: #(#'gs3.3.x' #'gs3.4.x' #'gs3.5.x' #'gs3.6.x') do: [ spec package: 'Grease-GemStone-Core' @@ -89,17 +89,26 @@ baselineGemStone: spec spec requires: #('Grease-GemStone-Core'); postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ]. + 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-GemStone360-Core') ]; - package: 'Grease-GemStone360-Core' + with: [ spec includes: #('Grease-GemStone-Kernelv360') ]; + package: 'Grease-GemStone-Kernelv360' with: [ spec - requires: #('Grease-GemStone-Core'); - postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ]. + requires: #('Grease-GemStone-Core') ] ]. spec for: #(#'gs3.2.x' #'gs3.3.x' #'gs3.4.x' #'gs3.5.x' #'gs3.6.x') do: [ diff --git a/repository/Grease-GemStone-Kernelv354.package/Class.extension/instance/comment.st b/repository/Grease-GemStone-Kernelv354.package/Class.extension/instance/comment.st new file mode 100644 index 00000000..ddd31e16 --- /dev/null +++ b/repository/Grease-GemStone-Kernelv354.package/Class.extension/instance/comment.st @@ -0,0 +1,9 @@ +*grease-gemstone-kernelv354 +comment + "override new 3.5.4 comment implementation (answers default GemStone class comment for + class instead of nil) and restore pre-3.5.4 behavior (answer '' if no comment + defined)" + + "https://github.com/SeasideSt/Grease/issues/111" + + ^ self commentForFileout ifNil: [ '' ] diff --git a/repository/Grease-GemStone360-Core.package/Class.extension/properties.json b/repository/Grease-GemStone-Kernelv354.package/Class.extension/properties.json similarity index 100% rename from repository/Grease-GemStone360-Core.package/Class.extension/properties.json rename to repository/Grease-GemStone-Kernelv354.package/Class.extension/properties.json diff --git a/repository/Grease-GemStone-Kernelv360.package/Class.extension/instance/comment.st b/repository/Grease-GemStone-Kernelv360.package/Class.extension/instance/comment.st new file mode 100644 index 00000000..6f7cec18 --- /dev/null +++ b/repository/Grease-GemStone-Kernelv360.package/Class.extension/instance/comment.st @@ -0,0 +1,9 @@ +*grease-gemstone-kernelv360 +comment + "override new 3.6.0 comment implementation (answers default GemStone class comment for + class instead of nil) and restore pre-3.6.0 behavior (answer '' if no comment + defined)" + + "https://github.com/SeasideSt/Grease/issues/111" + + ^ self commentForFileout ifNil: [ '' ] diff --git a/repository/Grease-GemStone-Kernelv360.package/Class.extension/properties.json b/repository/Grease-GemStone-Kernelv360.package/Class.extension/properties.json new file mode 100644 index 00000000..239813a4 --- /dev/null +++ b/repository/Grease-GemStone-Kernelv360.package/Class.extension/properties.json @@ -0,0 +1,2 @@ +{ + "name" : "Class" } diff --git a/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st b/repository/Grease-GemStone-Kernelv360.package/Exception.extension/instance/messageText.st similarity index 77% rename from repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st rename to repository/Grease-GemStone-Kernelv360.package/Exception.extension/instance/messageText.st index 739ca1e4..8cd04ca0 100644 --- a/repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st +++ b/repository/Grease-GemStone-Kernelv360.package/Exception.extension/instance/messageText.st @@ -1,5 +1,5 @@ -*grease-gemstone360-core +*grease-gemstone-kernelv360 messageText "override new 3.6.0 messageText implementation to restore pre-3.6.0 behavior" "https://github.com/SeasideSt/Grease/issues/111" - ^ gsDetails \ No newline at end of file + ^ gsDetails diff --git a/repository/Grease-GemStone360-Core.package/Exception.extension/properties.json b/repository/Grease-GemStone-Kernelv360.package/Exception.extension/properties.json similarity index 100% rename from repository/Grease-GemStone360-Core.package/Exception.extension/properties.json rename to repository/Grease-GemStone-Kernelv360.package/Exception.extension/properties.json diff --git a/repository/Grease-GemStone360-Core.package/.filetree b/repository/Grease-GemStone360-Core.package/.filetree deleted file mode 100644 index 8998102c..00000000 --- a/repository/Grease-GemStone360-Core.package/.filetree +++ /dev/null @@ -1,4 +0,0 @@ -{ - "noMethodMetaData" : true, - "separateMethodMetaAndSource" : false, - "useCypressPropertiesFile" : true } diff --git a/repository/Grease-GemStone360-Core.package/Class.extension/instance/comment.st b/repository/Grease-GemStone360-Core.package/Class.extension/instance/comment.st deleted file mode 100644 index e1f21144..00000000 --- a/repository/Grease-GemStone360-Core.package/Class.extension/instance/comment.st +++ /dev/null @@ -1,9 +0,0 @@ -*grease-gemstone360-core -comment - "override new 3.6.0 comment implementation (answers default GemSTone class comment for - class instead of nil) and restore pre-3.6.0 behavior (answer nil if no comment - defined)" - - "https://github.com/SeasideSt/Grease/issues/111" - - ^ self commentForFileout \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/Exception.extension/instance/greaseString.st b/repository/Grease-GemStone360-Core.package/Exception.extension/instance/greaseString.st deleted file mode 100644 index 6728cdfa..00000000 --- a/repository/Grease-GemStone360-Core.package/Exception.extension/instance/greaseString.st +++ /dev/null @@ -1,4 +0,0 @@ -*grease-gemstone360-core -greaseString - - ^self description \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/argumentCount.st b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/argumentCount.st deleted file mode 100644 index b2db46a7..00000000 --- a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/argumentCount.st +++ /dev/null @@ -1,4 +0,0 @@ -*grease-gemstone360-core -argumentCount - - ^self numArgs. \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st deleted file mode 100644 index 088ae8e6..00000000 --- a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st +++ /dev/null @@ -1,11 +0,0 @@ -*grease-gemstone360-core -ifCurtailed: aBlock - - | wasCurtailed | - wasCurtailed := true. - [ - self value. - wasCurtailed := false. - ] ensure: [ - wasCurtailed ifTrue: aBlock. - ]. \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st deleted file mode 100644 index 0bcb5c01..00000000 --- a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st +++ /dev/null @@ -1,9 +0,0 @@ -*grease-gemstone360-core -valueWithPossibleArguments: anArray - "Evaluate the block represented by the receiver with the arguments provided." - | n args | - (n := self numArgs) == 0 ifTrue: [^self value]. - args := anArray copy - size: n; - yourself. - ^ self valueWithArguments: args. \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/properties.json b/repository/Grease-GemStone360-Core.package/ExecBlock.extension/properties.json deleted file mode 100644 index d8195e28..00000000 --- a/repository/Grease-GemStone360-Core.package/ExecBlock.extension/properties.json +++ /dev/null @@ -1,2 +0,0 @@ -{ - "name" : "ExecBlock" } diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/gemstoneExceptionSelector.st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/gemstoneExceptionSelector.st deleted file mode 100644 index ecd27c2c..00000000 --- a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/gemstoneExceptionSelector.st +++ /dev/null @@ -1,4 +0,0 @@ -*grease-gemstone360-core -gemstoneExceptionSelector - - ^ (ExceptionSet new) , Halt, AlmostOutOfStack, Breakpoint \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st deleted file mode 100644 index 696a9e9c..00000000 --- a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st +++ /dev/null @@ -1,5 +0,0 @@ -*grease-gemstone360-core -generateHardBreak - "Generate a GemStone hard break" - - ^Break signal: 'interrupted for Seaside debugging' \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesAlmostOutOfStackException..st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesAlmostOutOfStackException..st deleted file mode 100644 index 4d285df0..00000000 --- a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesAlmostOutOfStackException..st +++ /dev/null @@ -1,4 +0,0 @@ -*grease-gemstone360-core -handlesAlmostOutOfStackException: anException - - ^AlmostOutOfStack handles: anException \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesBreakpointException..st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesBreakpointException..st deleted file mode 100644 index c983e7d9..00000000 --- a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesBreakpointException..st +++ /dev/null @@ -1,4 +0,0 @@ -*grease-gemstone360-core -handlesBreakpointException: anException - - ^Breakpoint handles: anException \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesHaltException..st b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesHaltException..st deleted file mode 100644 index 05602c45..00000000 --- a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/handlesHaltException..st +++ /dev/null @@ -1,4 +0,0 @@ -*grease-gemstone360-core -handlesHaltException: anException - - ^Halt handles: anException \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/properties.json b/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/properties.json deleted file mode 100644 index eab5d9b5..00000000 --- a/repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/properties.json +++ /dev/null @@ -1,2 +0,0 @@ -{ - "name" : "GRGemStonePlatform" } diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/README.md b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/README.md deleted file mode 100644 index e69de29b..00000000 diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/class/initialize.st b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/class/initialize.st deleted file mode 100644 index fa779537..00000000 --- a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/class/initialize.st +++ /dev/null @@ -1,12 +0,0 @@ -initialization -initialize - "self initialize" - - Latin1ToUtf8Encodings := Array new: 256. - 1 to: 256 do: [ :index | - index > 128 - ifTrue: [ - Latin1ToUtf8Encodings - at: index - put: - (String with: (Character codePoint: index - 1)) encodeAsUTF8 asString ] ] \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/crlf.st b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/crlf.st deleted file mode 100644 index e5bb258a..00000000 --- a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/crlf.st +++ /dev/null @@ -1,9 +0,0 @@ -streaming -crlf - binary - ifTrue: [ - stream nextPut: 13. - stream nextPut: 10 ] - ifFalse: [ - stream nextPut: Character cr. - stream nextPut: Character lf ] \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/invalidUtf8.st b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/invalidUtf8.st deleted file mode 100644 index d38b2f3b..00000000 --- a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/invalidUtf8.st +++ /dev/null @@ -1,3 +0,0 @@ -private -invalidUtf8 - ^GRInvalidUtf8Error signal: 'Invalid UTF-8 input' \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/next..st b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/next..st deleted file mode 100644 index 2f2af983..00000000 --- a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/next..st +++ /dev/null @@ -1,37 +0,0 @@ -streaming -next: anInteger - "Convert the given string from UTF-8 using the fast path if converting to Latin-1" - | outStream byte1 byte2 byte3 byte4 unicode count | - outStream := WriteStream on: (String new: anInteger). - count := 0. - [ count < anInteger and: [ stream atEnd not ] ] whileTrue: [ - byte1 := stream next. - unicode := byte1. - (byte1 bitAnd: 16rE0) = 192 ifTrue: [ "two bytes" - byte2 := stream next. - (byte2 bitAnd: 16rC0) = 16r80 ifFalse: [ self invalidUtf8 ]. - unicode := ((byte1 bitAnd: 31) bitShift: 6) + (byte2 bitAnd: 63)]. - (byte1 bitAnd: 16rF0) = 224 ifTrue: [ "three bytes" - byte2 := stream next. - (byte2 bitAnd: 16rC0) = 16r80 ifFalse: [ self invalidUtf8 ]. - byte3 := stream next. - (byte3 bitAnd: 16rC0) = 16r80 ifFalse: [ self invalidUtf8 ]. - unicode := ((byte1 bitAnd: 15) bitShift: 12) + ((byte2 bitAnd: 63) bitShift: 6) - + (byte3 bitAnd: 63)]. - (byte1 bitAnd: 16rF8) = 240 ifTrue: [ "four bytes" - byte2 := stream next. - (byte2 bitAnd: 16rC0) = 16r80 ifFalse: [ self invalidUtf8 ]. - byte3 := stream next. - (byte3 bitAnd: 16rC0) = 16r80 ifFalse: [ self invalidUtf8 ]. - byte4 := stream next. - (byte4 bitAnd: 16rC0) = 16r80 ifFalse: [ self invalidUtf8 ]. - unicode := ((byte1 bitAnd: 16r7) bitShift: 18) + - ((byte2 bitAnd: 63) bitShift: 12) + - ((byte3 bitAnd: 63) bitShift: 6) + - (byte4 bitAnd: 63)]. - unicode ifNil: [ self invalidUtf8 ]. - unicode = 16rFEFF "ignore BOM" ifFalse: [ - outStream nextPut: (Character codePoint: unicode). - count := count + 1 ]. - unicode := nil ]. - ^outStream contents \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPut..st b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPut..st deleted file mode 100644 index 1f98bba7..00000000 --- a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPut..st +++ /dev/null @@ -1,17 +0,0 @@ -streaming -nextPut: aCharacter - "old implementation is very slow !!" - - " self nextPutAll: (String with: aCharacter)" - - | codePoint | - codePoint := aCharacter codePoint. - codePoint > 127 - ifTrue: [ - codePoint > 255 - ifTrue: [ - | str | - str := (String with: aCharacter) encodeAsUTF8intoString. - stream nextPutAll: str ] - ifFalse: [ stream nextPutAll: (Latin1ToUtf8Encodings at: codePoint + 1) ] ] - ifFalse: [ stream nextPut: aCharacter ] \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPutAll..st b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPutAll..st deleted file mode 100644 index d43ab2ef..00000000 --- a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/instance/nextPutAll..st +++ /dev/null @@ -1,5 +0,0 @@ -streaming -nextPutAll: aString - binary - ifTrue: [ stream nextPutAll: aString asString ] - ifFalse: [ stream nextPutAll: aString _encodeAsUTF8intoString ] \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/properties.json b/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/properties.json deleted file mode 100644 index c174e72b..00000000 --- a/repository/Grease-GemStone360-Core.package/GRUtf8CodecStream.class/properties.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "category" : "Grease-GemStone360-Core", - "classinstvars" : [ - ], - "classvars" : [ - "Latin1ToUtf8Encodings" ], - "commentStamp" : "", - "instvars" : [ - ], - "name" : "GRUtf8CodecStream", - "pools" : [ - ], - "super" : "GRTextOrBinaryCodecStream", - "type" : "normal" } diff --git a/repository/Grease-GemStone360-Core.package/monticello.meta/categories.st b/repository/Grease-GemStone360-Core.package/monticello.meta/categories.st deleted file mode 100644 index cb035a16..00000000 --- a/repository/Grease-GemStone360-Core.package/monticello.meta/categories.st +++ /dev/null @@ -1 +0,0 @@ -SystemOrganization addCategory: #'Grease-GemStone360-Core'! diff --git a/repository/Grease-GemStone360-Core.package/monticello.meta/initializers.st b/repository/Grease-GemStone360-Core.package/monticello.meta/initializers.st deleted file mode 100644 index e69de29b..00000000 diff --git a/repository/Grease-GemStone360-Core.package/monticello.meta/package b/repository/Grease-GemStone360-Core.package/monticello.meta/package deleted file mode 100644 index 7ced6c0d..00000000 --- a/repository/Grease-GemStone360-Core.package/monticello.meta/package +++ /dev/null @@ -1 +0,0 @@ -(name 'Grease-GemStone360-Core') \ No newline at end of file diff --git a/repository/Grease-GemStone360-Core.package/properties.json b/repository/Grease-GemStone360-Core.package/properties.json deleted file mode 100644 index f037444a..00000000 --- a/repository/Grease-GemStone360-Core.package/properties.json +++ /dev/null @@ -1,2 +0,0 @@ -{ - } From 4d8764cce388a8175c62503148ddd51800307529 Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Sat, 14 Nov 2020 09:37:12 +0000 Subject: [PATCH 10/12] added missing 'codecs' class methods --- repository/Grease-Core.package/.filetree | 5 +- .../Character.extension/methodProperties.json | 5 ++ .../Character.extension/properties.json | 3 +- .../methodProperties.json | 9 ++++ .../GRBoundMessage.class/properties.json | 19 +++---- .../GRCodec.class/class/codecs.st | 4 +- .../GRCodec.class/methodProperties.json | 16 ++++++ .../GRCodec.class/properties.json | 19 ++++--- .../GRCodecStream.class/methodProperties.json | 5 ++ .../GRCodecStream.class/properties.json | 19 ++++--- .../instance/nextPut..st | 3 +- .../instance/nextPutAll..st | 3 +- .../methodProperties.json | 12 +++++ .../GRCountingStream.class/properties.json | 19 +++---- .../GRDelayedSend.class/methodProperties.json | 16 ++++++ .../GRDelayedSend.class/properties.json | 19 +++---- .../methodProperties.json | 13 +++++ .../properties.json | 19 +++---- .../methodProperties.json | 20 ++++++++ .../GRDelegatingStream.class/properties.json | 19 +++---- .../methodProperties.json | 6 +++ .../properties.json | 19 +++---- .../GRError.class/methodProperties.json | 5 ++ .../GRError.class/properties.json | 19 ++++--- .../GRInflector.class/methodProperties.json | 6 +++ .../GRInflector.class/properties.json | 19 +++---- .../methodProperties.json | 5 ++ .../properties.json | 19 ++++--- .../methodProperties.json | 5 ++ .../GRInvalidUtf8Error.class/properties.json | 19 ++++--- .../methodProperties.json | 8 +++ .../GRMappedPrinter.class/properties.json | 19 +++---- .../methodProperties.json | 5 ++ .../GRNotification.class/properties.json | 19 ++++--- .../methodProperties.json | 7 +++ .../properties.json | 19 ++++--- .../GRNullCodec.class/methodProperties.json | 13 +++++ .../GRNullCodec.class/properties.json | 19 ++++--- .../methodProperties.json | 8 +++ .../GRNullCodecStream.class/properties.json | 19 ++++--- .../methodProperties.json | 29 +++++++++++ .../GRNumberPrinter.class/properties.json | 19 ++++--- .../GRObject.class/methodProperties.json | 8 +++ .../GRObject.class/properties.json | 19 ++++--- .../methodProperties.json | 12 +++++ .../GROrderedMultiMap.class/properties.json | 19 ++++--- .../methodProperties.json | 12 +++++ .../GROrderedMultiMap2.class/properties.json | 19 ++++--- .../methodProperties.json | 6 +++ .../GROrdinalizePrinter.class/properties.json | 19 ++++--- .../GRPackage.class/methodProperties.json | 26 ++++++++++ .../GRPackage.class/properties.json | 19 +++---- .../GRPlatform.class/instance/fileExists..st | 2 +- .../instance/fileStreamOn.do.binary..st | 2 +- .../GRPlatform.class/methodProperties.json | 45 +++++++++++++++++ .../GRPlatform.class/properties.json | 19 +++---- .../methodProperties.json | 7 +++ .../GRPluggablePrinter.class/properties.json | 19 +++---- .../GRPrinter.class/methodProperties.json | 46 +++++++++++++++++ .../GRPrinter.class/properties.json | 19 ++++--- .../methodProperties.json | 7 +++ .../GRSequentialPrinter.class/properties.json | 19 +++---- .../GRSignPrinter.class/methodProperties.json | 8 +++ .../GRSignPrinter.class/properties.json | 19 +++---- .../instance/printOn..st | 2 +- .../methodProperties.json | 40 +++++++++++++++ .../GRSmallDictionary.class/properties.json | 19 +++---- .../instance/printOn..st | 2 +- .../methodProperties.json | 40 +++++++++++++++ .../GRSmallDictionary2.class/properties.json | 19 +++---- .../methodProperties.json | 23 +++++++++ .../GRSmallOrderedSet.class/properties.json | 19 +++---- .../methodProperties.json | 16 ++++++ .../GRStringPrinter.class/properties.json | 19 +++---- .../methodProperties.json | 6 +++ .../GRUnboundMessage.class/properties.json | 19 ++++--- .../GRUnitPrinter.class/methodProperties.json | 11 +++++ .../GRUnitPrinter.class/properties.json | 19 +++---- .../methodProperties.json | 5 ++ .../properties.json | 19 ++++--- .../GRVersion.class/instance/^less.st | 4 +- .../GRVersion.class/methodProperties.json | 35 +++++++++++++ .../GRVersion.class/properties.json | 19 +++---- .../Integer.extension/methodProperties.json | 7 +++ .../Integer.extension/properties.json | 3 +- .../Number.extension/methodProperties.json | 5 ++ .../Number.extension/properties.json | 3 +- .../Object.extension/methodProperties.json | 5 ++ .../Object.extension/properties.json | 3 +- .../String.extension/methodProperties.json | 13 +++++ .../String.extension/properties.json | 3 +- .../methodProperties.json | 5 ++ .../UndefinedObject.extension/properties.json | 3 +- .../monticello.meta/version | 1 + .../Grease-Core.package/properties.json | 3 +- .../Array.extension/methodProperties.json | 5 ++ .../Behavior.extension/methodProperties.json | 6 +++ .../methodProperties.json | 5 ++ .../ByteArray.extension/methodProperties.json | 5 ++ .../Character.extension/methodProperties.json | 5 ++ .../methodProperties.json | 21 ++++++++ .../methodProperties.json | 7 +++ .../Date.extension/methodProperties.json | 5 ++ .../methodProperties.json | 5 ++ .../methodProperties.json | 5 ++ .../Duration.extension/methodProperties.json | 6 +++ .../Exception.extension/methodProperties.json | 7 +++ .../methodProperties.json | 8 +++ .../methodProperties.json | 49 +++++++++++++++++++ .../methodProperties.json | 11 +++++ .../class/codecs.st | 3 ++ .../methodProperties.json | 13 +++++ .../GRPackage.extension/methodProperties.json | 5 ++ .../methodProperties.json | 14 ++++++ .../GRUtf8GemStoneCodec.class/class/codecs.st | 3 ++ .../methodProperties.json | 14 ++++++ .../GsContext.class/methodProperties.json | 15 ++++++ .../Interval.extension/methodProperties.json | 5 ++ .../methodProperties.json | 10 ++++ .../Number.extension/methodProperties.json | 5 ++ .../Object.extension/methodProperties.json | 7 +++ .../methodProperties.json | 5 ++ .../methodProperties.json | 5 ++ .../methodProperties.json | 6 +++ .../String.extension/methodProperties.json | 5 ++ .../Symbol.extension/methodProperties.json | 5 ++ .../Symbol.extension/properties.json | 3 +- .../methodProperties.json | 7 +++ .../methodProperties.json | 7 +++ .../methodProperties.json | 7 +++ .../methodProperties.json | 6 +++ .../methodProperties.json | 5 ++ .../methodProperties.json | 6 +++ .../monticello.meta/version | 1 + 134 files changed, 1286 insertions(+), 340 deletions(-) create mode 100644 repository/Grease-Core.package/Character.extension/methodProperties.json create mode 100644 repository/Grease-Core.package/GRBoundMessage.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRCodec.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRCodecStream.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRCountingStream.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRDelayedSend.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRDelayedSendMessage.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRDelegatingStream.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRDeprecatedApiNotification.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRError.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRInflector.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRInvalidArgumentCount.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRInvalidUtf8Error.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRMappedPrinter.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRNotification.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRNullCodec.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRNullCodecStream.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRNumberPrinter.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRObject.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GROrderedMultiMap.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GROrderedMultiMap2.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GROrdinalizePrinter.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRPackage.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRPlatform.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRPluggablePrinter.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRPrinter.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRSequentialPrinter.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRSignPrinter.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRSmallDictionary.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRSmallDictionary2.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRSmallOrderedSet.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRStringPrinter.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRUnboundMessage.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRUnitPrinter.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRUnsupportedEncodingError.class/methodProperties.json create mode 100644 repository/Grease-Core.package/GRVersion.class/methodProperties.json create mode 100644 repository/Grease-Core.package/Integer.extension/methodProperties.json create mode 100644 repository/Grease-Core.package/Number.extension/methodProperties.json create mode 100644 repository/Grease-Core.package/Object.extension/methodProperties.json create mode 100644 repository/Grease-Core.package/String.extension/methodProperties.json create mode 100644 repository/Grease-Core.package/UndefinedObject.extension/methodProperties.json create mode 100644 repository/Grease-Core.package/monticello.meta/version create mode 100644 repository/Grease-GemStone-Core.package/Array.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/Behavior.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/BinaryFloat.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/ByteArray.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/Character.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/CharacterCollection.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/Collection.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/Date.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/Dictionary.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/DoubleByteString.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/Duration.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/Exception.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/GRDynamicVariable.class/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/GRGemStoneRandomProvider.class/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/GRLatin1GemStoneCodec.class/class/codecs.st create mode 100644 repository/Grease-GemStone-Core.package/GRLatin1GemStoneCodec.class/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/GRPackage.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/GRTextOrBinaryCodecStream.class/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/class/codecs.st create mode 100644 repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/GsContext.class/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/Interval.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/MessageSend.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/Number.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/Object.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/PackageInfo.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/PositionableStream.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/SequenceableCollection.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/String.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/Symbol.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/SystemAbortTransaction.class/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/SystemBeginTransaction.class/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/SystemCommitTransaction.class/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/SystemTransactionNotification.class/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/UnorderedCollection.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/WriteStream.extension/methodProperties.json create mode 100644 repository/Grease-GemStone-Core.package/monticello.meta/version diff --git a/repository/Grease-Core.package/.filetree b/repository/Grease-Core.package/.filetree index 57a67973..8998102c 100644 --- a/repository/Grease-Core.package/.filetree +++ b/repository/Grease-Core.package/.filetree @@ -1,5 +1,4 @@ { - "separateMethodMetaAndSource" : false, "noMethodMetaData" : true, - "useCypressPropertiesFile" : true -} \ No newline at end of file + "separateMethodMetaAndSource" : false, + "useCypressPropertiesFile" : true } diff --git a/repository/Grease-Core.package/Character.extension/methodProperties.json b/repository/Grease-Core.package/Character.extension/methodProperties.json new file mode 100644 index 00000000..4c54bdcb --- /dev/null +++ b/repository/Grease-Core.package/Character.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/Character.extension/properties.json b/repository/Grease-Core.package/Character.extension/properties.json index 5219281d..7532e33e 100644 --- a/repository/Grease-Core.package/Character.extension/properties.json +++ b/repository/Grease-Core.package/Character.extension/properties.json @@ -1,3 +1,2 @@ { - "name" : "Character" -} \ No newline at end of file + "name" : "Character" } diff --git a/repository/Grease-Core.package/GRBoundMessage.class/methodProperties.json b/repository/Grease-Core.package/GRBoundMessage.class/methodProperties.json new file mode 100644 index 00000000..ec8bf751 --- /dev/null +++ b/repository/Grease-Core.package/GRBoundMessage.class/methodProperties.json @@ -0,0 +1,9 @@ +{ + "class" : { + "selector:" : " 10/11/2020 07:23:50", + "selector:arguments:" : " 10/11/2020 07:23:50" }, + "instance" : { + "argumentCount" : " 10/11/2020 07:23:50", + "initializeWithSelector:arguments:" : " 10/11/2020 07:23:50", + "mergeArguments:" : " 10/11/2020 07:23:50", + "printOn:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRBoundMessage.class/properties.json b/repository/Grease-Core.package/GRBoundMessage.class/properties.json index 8cc5361d..a4a0a403 100644 --- a/repository/Grease-Core.package/GRBoundMessage.class/properties.json +++ b/repository/Grease-Core.package/GRBoundMessage.class/properties.json @@ -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" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRDelayedSendMessage", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRCodec.class/class/codecs.st b/repository/Grease-Core.package/GRCodec.class/class/codecs.st index 1c395166..6a776efc 100644 --- a/repository/Grease-Core.package/GRCodec.class/class/codecs.st +++ b/repository/Grease-Core.package/GRCodec.class/class/codecs.st @@ -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." - ^ #() \ No newline at end of file + ^ #() \ No newline at end of file diff --git a/repository/Grease-Core.package/GRCodec.class/methodProperties.json b/repository/Grease-Core.package/GRCodec.class/methodProperties.json new file mode 100644 index 00000000..ab016c97 --- /dev/null +++ b/repository/Grease-Core.package/GRCodec.class/methodProperties.json @@ -0,0 +1,16 @@ +{ + "class" : { + "allCodecs" : " 10/11/2020 07:23:50", + "basicForEncoding:" : " 10/11/2020 07:23:50", + "codecs" : "JohanBrichau 11/14/2020 01:33", + "forEncoding:" : " 10/11/2020 07:23:50", + "supportsEncoding:" : " 10/11/2020 07:23:50", + "unsupportedEncoding:" : " 10/11/2020 07:23:50" }, + "instance" : { + "decode:" : " 10/11/2020 07:23:50", + "decoderFor:" : " 10/11/2020 07:23:50", + "encode:" : " 10/11/2020 07:23:50", + "encoderFor:" : " 10/11/2020 07:23:50", + "name" : " 10/11/2020 07:23:50", + "printOn:" : " 10/11/2020 07:23:50", + "url" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRCodec.class/properties.json b/repository/Grease-Core.package/GRCodec.class/properties.json index 027cedb0..ce9d695e 100644 --- a/repository/Grease-Core.package/GRCodec.class/properties.json +++ b/repository/Grease-Core.package/GRCodec.class/properties.json @@ -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" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRObject", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRCodecStream.class/methodProperties.json b/repository/Grease-Core.package/GRCodecStream.class/methodProperties.json new file mode 100644 index 00000000..0e4a6622 --- /dev/null +++ b/repository/Grease-Core.package/GRCodecStream.class/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + } } diff --git a/repository/Grease-Core.package/GRCodecStream.class/properties.json b/repository/Grease-Core.package/GRCodecStream.class/properties.json index 469b8552..5c2b5d08 100644 --- a/repository/Grease-Core.package/GRCodecStream.class/properties.json +++ b/repository/Grease-Core.package/GRCodecStream.class/properties.json @@ -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" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRDelegatingStream", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRCountingStream.class/instance/nextPut..st b/repository/Grease-Core.package/GRCountingStream.class/instance/nextPut..st index ff277823..2a60f134 100644 --- a/repository/Grease-Core.package/GRCountingStream.class/instance/nextPut..st +++ b/repository/Grease-Core.package/GRCountingStream.class/instance/nextPut..st @@ -1,5 +1,4 @@ streaming nextPut: aCharacter stream nextPut: aCharacter. - count := count + 1 - \ No newline at end of file + count := count + 1 \ No newline at end of file diff --git a/repository/Grease-Core.package/GRCountingStream.class/instance/nextPutAll..st b/repository/Grease-Core.package/GRCountingStream.class/instance/nextPutAll..st index ba05ebf6..1ea34984 100644 --- a/repository/Grease-Core.package/GRCountingStream.class/instance/nextPutAll..st +++ b/repository/Grease-Core.package/GRCountingStream.class/instance/nextPutAll..st @@ -1,5 +1,4 @@ streaming nextPutAll: aString stream nextPutAll: aString. - count := count + aString size - \ No newline at end of file + count := count + aString size \ No newline at end of file diff --git a/repository/Grease-Core.package/GRCountingStream.class/methodProperties.json b/repository/Grease-Core.package/GRCountingStream.class/methodProperties.json new file mode 100644 index 00000000..b54bd4b5 --- /dev/null +++ b/repository/Grease-Core.package/GRCountingStream.class/methodProperties.json @@ -0,0 +1,12 @@ +{ + "class" : { + }, + "instance" : { + "count" : " 10/11/2020 07:23:50", + "greaseNext:putAll:startingAt:" : " 10/11/2020 07:23:50", + "initialize" : " 10/11/2020 07:23:50", + "next" : " 10/11/2020 07:23:50", + "next:" : " 10/11/2020 07:23:50", + "nextPut:" : " 10/11/2020 07:23:50", + "nextPutAll:" : " 10/11/2020 07:23:50", + "reset" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRCountingStream.class/properties.json b/repository/Grease-Core.package/GRCountingStream.class/properties.json index 957dd138..41fb53c3 100644 --- a/repository/Grease-Core.package/GRCountingStream.class/properties.json +++ b/repository/Grease-Core.package/GRCountingStream.class/properties.json @@ -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" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRDelegatingStream", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRDelayedSend.class/methodProperties.json b/repository/Grease-Core.package/GRDelayedSend.class/methodProperties.json new file mode 100644 index 00000000..fc80b2ba --- /dev/null +++ b/repository/Grease-Core.package/GRDelayedSend.class/methodProperties.json @@ -0,0 +1,16 @@ +{ + "class" : { + "empty" : " 10/11/2020 07:23:50", + "new" : " 10/11/2020 07:23:50", + "receiver:selector:" : " 10/11/2020 07:23:50", + "receiver:selector:argument:" : " 10/11/2020 07:23:50", + "receiver:selector:arguments:" : " 10/11/2020 07:23:50" }, + "instance" : { + "argumentCount" : " 10/11/2020 07:23:50", + "initializeWithReceiver:message:" : " 10/11/2020 07:23:50", + "printOn:" : " 10/11/2020 07:23:50", + "value" : " 10/11/2020 07:23:50", + "value:" : " 10/11/2020 07:23:50", + "value:value:" : " 10/11/2020 07:23:50", + "valueWithArguments:" : " 10/11/2020 07:23:50", + "valueWithPossibleArguments:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRDelayedSend.class/properties.json b/repository/Grease-Core.package/GRDelayedSend.class/properties.json index ef621ffc..b5d5672a 100644 --- a/repository/Grease-Core.package/GRDelayedSend.class/properties.json +++ b/repository/Grease-Core.package/GRDelayedSend.class/properties.json @@ -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" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRObject", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRDelayedSendMessage.class/methodProperties.json b/repository/Grease-Core.package/GRDelayedSendMessage.class/methodProperties.json new file mode 100644 index 00000000..fe82e1df --- /dev/null +++ b/repository/Grease-Core.package/GRDelayedSendMessage.class/methodProperties.json @@ -0,0 +1,13 @@ +{ + "class" : { + "new" : " 10/11/2020 07:23:50", + "selector:" : " 10/11/2020 07:23:50" }, + "instance" : { + "argumentCount" : " 10/11/2020 07:23:50", + "basicPerformFor:withArguments:" : " 10/11/2020 07:23:50", + "initializeWithSelector:" : " 10/11/2020 07:23:50", + "invalidArgumentCount" : " 10/11/2020 07:23:50", + "mergeArguments:" : " 10/11/2020 07:23:50", + "printOn:" : " 10/11/2020 07:23:50", + "valueFor:withArguments:" : " 10/11/2020 07:23:50", + "valueFor:withPossibleArguments:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRDelayedSendMessage.class/properties.json b/repository/Grease-Core.package/GRDelayedSendMessage.class/properties.json index 074052cb..e26a1310 100644 --- a/repository/Grease-Core.package/GRDelayedSendMessage.class/properties.json +++ b/repository/Grease-Core.package/GRDelayedSendMessage.class/properties.json @@ -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" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRObject", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRDelegatingStream.class/methodProperties.json b/repository/Grease-Core.package/GRDelegatingStream.class/methodProperties.json new file mode 100644 index 00000000..fc8947cb --- /dev/null +++ b/repository/Grease-Core.package/GRDelegatingStream.class/methodProperties.json @@ -0,0 +1,20 @@ +{ + "class" : { + "on:" : " 10/11/2020 07:23:50" }, + "instance" : { + "atEnd" : " 10/11/2020 07:23:50", + "contents" : " 10/11/2020 07:23:50", + "crlf" : " 10/11/2020 07:23:50", + "flush" : " 10/11/2020 07:23:50", + "initializeOn:" : " 10/11/2020 07:23:50", + "isStream" : " 10/11/2020 07:23:50", + "next" : " 10/11/2020 07:23:50", + "next:" : " 10/11/2020 07:23:50", + "nextPut:" : " 10/11/2020 07:23:50", + "nextPutAll:" : " 10/11/2020 07:23:50", + "position" : " 10/11/2020 07:23:50", + "print:" : " 10/11/2020 07:23:50", + "reset" : " 10/11/2020 07:23:50", + "size" : " 10/11/2020 07:23:50", + "space" : " 10/11/2020 07:23:50", + "tab" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRDelegatingStream.class/properties.json b/repository/Grease-Core.package/GRDelegatingStream.class/properties.json index 0b47dd66..38c81c35 100644 --- a/repository/Grease-Core.package/GRDelegatingStream.class/properties.json +++ b/repository/Grease-Core.package/GRDelegatingStream.class/properties.json @@ -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" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRObject", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRDeprecatedApiNotification.class/methodProperties.json b/repository/Grease-Core.package/GRDeprecatedApiNotification.class/methodProperties.json new file mode 100644 index 00000000..17890d89 --- /dev/null +++ b/repository/Grease-Core.package/GRDeprecatedApiNotification.class/methodProperties.json @@ -0,0 +1,6 @@ +{ + "class" : { + }, + "instance" : { + "details" : " 10/11/2020 07:23:50", + "details:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRDeprecatedApiNotification.class/properties.json b/repository/Grease-Core.package/GRDeprecatedApiNotification.class/properties.json index 6241e06c..a544490f 100644 --- a/repository/Grease-Core.package/GRDeprecatedApiNotification.class/properties.json +++ b/repository/Grease-Core.package/GRDeprecatedApiNotification.class/properties.json @@ -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" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRNotification", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRError.class/methodProperties.json b/repository/Grease-Core.package/GRError.class/methodProperties.json new file mode 100644 index 00000000..0e4a6622 --- /dev/null +++ b/repository/Grease-Core.package/GRError.class/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + } } diff --git a/repository/Grease-Core.package/GRError.class/properties.json b/repository/Grease-Core.package/GRError.class/properties.json index 2bc08ff7..add771d4 100644 --- a/repository/Grease-Core.package/GRError.class/properties.json +++ b/repository/Grease-Core.package/GRError.class/properties.json @@ -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" -} \ No newline at end of file + "pools" : [ + ], + "super" : "Error", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRInflector.class/methodProperties.json b/repository/Grease-Core.package/GRInflector.class/methodProperties.json new file mode 100644 index 00000000..eb597a8c --- /dev/null +++ b/repository/Grease-Core.package/GRInflector.class/methodProperties.json @@ -0,0 +1,6 @@ +{ + "class" : { + "initialize" : " 10/11/2020 07:23:50", + "pluralize:" : " 10/11/2020 07:23:50" }, + "instance" : { + } } diff --git a/repository/Grease-Core.package/GRInflector.class/properties.json b/repository/Grease-Core.package/GRInflector.class/properties.json index d71052cf..e2569b29 100644 --- a/repository/Grease-Core.package/GRInflector.class/properties.json +++ b/repository/Grease-Core.package/GRInflector.class/properties.json @@ -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" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRObject", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRInvalidArgumentCount.class/methodProperties.json b/repository/Grease-Core.package/GRInvalidArgumentCount.class/methodProperties.json new file mode 100644 index 00000000..0e4a6622 --- /dev/null +++ b/repository/Grease-Core.package/GRInvalidArgumentCount.class/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + } } diff --git a/repository/Grease-Core.package/GRInvalidArgumentCount.class/properties.json b/repository/Grease-Core.package/GRInvalidArgumentCount.class/properties.json index 8704ce3f..3c788a0a 100644 --- a/repository/Grease-Core.package/GRInvalidArgumentCount.class/properties.json +++ b/repository/Grease-Core.package/GRInvalidArgumentCount.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "jf 3/14/2009 11:05", - "super" : "GRError", "category" : "Grease-Core-Utilities", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "jf 3/14/2009 11:05", + "instvars" : [ + ], "name" : "GRInvalidArgumentCount", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRError", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRInvalidUtf8Error.class/methodProperties.json b/repository/Grease-Core.package/GRInvalidUtf8Error.class/methodProperties.json new file mode 100644 index 00000000..0e4a6622 --- /dev/null +++ b/repository/Grease-Core.package/GRInvalidUtf8Error.class/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + } } diff --git a/repository/Grease-Core.package/GRInvalidUtf8Error.class/properties.json b/repository/Grease-Core.package/GRInvalidUtf8Error.class/properties.json index 3b9f7552..0e69e8d6 100644 --- a/repository/Grease-Core.package/GRInvalidUtf8Error.class/properties.json +++ b/repository/Grease-Core.package/GRInvalidUtf8Error.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "pmm 1/10/2009 22:29", - "super" : "GRError", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "pmm 1/10/2009 22:29", + "instvars" : [ + ], "name" : "GRInvalidUtf8Error", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRError", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRMappedPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRMappedPrinter.class/methodProperties.json new file mode 100644 index 00000000..4da90abf --- /dev/null +++ b/repository/Grease-Core.package/GRMappedPrinter.class/methodProperties.json @@ -0,0 +1,8 @@ +{ + "class" : { + "block:next:" : " 10/11/2020 07:23:50" }, + "instance" : { + "block:" : " 10/11/2020 07:23:50", + "initialize" : " 10/11/2020 07:23:50", + "next:" : " 10/11/2020 07:23:50", + "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRMappedPrinter.class/properties.json b/repository/Grease-Core.package/GRMappedPrinter.class/properties.json index 8d00da71..668181c1 100644 --- a/repository/Grease-Core.package/GRMappedPrinter.class/properties.json +++ b/repository/Grease-Core.package/GRMappedPrinter.class/properties.json @@ -1,14 +1,15 @@ { - "commentStamp" : "", - "super" : "GRPrinter", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ "next", - "block" - ], + "block" ], "name" : "GRMappedPrinter", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRPrinter", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRNotification.class/methodProperties.json b/repository/Grease-Core.package/GRNotification.class/methodProperties.json new file mode 100644 index 00000000..0e4a6622 --- /dev/null +++ b/repository/Grease-Core.package/GRNotification.class/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + } } diff --git a/repository/Grease-Core.package/GRNotification.class/properties.json b/repository/Grease-Core.package/GRNotification.class/properties.json index 9343c7c2..8e0efeb2 100644 --- a/repository/Grease-Core.package/GRNotification.class/properties.json +++ b/repository/Grease-Core.package/GRNotification.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "pmm 9/14/2013 15:50", - "super" : "Notification", "category" : "Grease-Core-Exceptions", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "pmm 9/14/2013 15:50", + "instvars" : [ + ], "name" : "GRNotification", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "Notification", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/methodProperties.json b/repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/methodProperties.json new file mode 100644 index 00000000..5076624c --- /dev/null +++ b/repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/methodProperties.json @@ -0,0 +1,7 @@ +{ + "class" : { + "defaultValue" : " 10/11/2020 07:23:50", + "use:during:" : " 10/11/2020 07:23:50", + "value" : " 10/11/2020 07:23:50" }, + "instance" : { + "defaultAction" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/properties.json b/repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/properties.json index ae53018e..5af61a58 100644 --- a/repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/properties.json +++ b/repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "pmm 9/5/2017 14:34", - "super" : "GRNotification", "category" : "Grease-Core-Utilities", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "pmm 9/5/2017 14:34", + "instvars" : [ + ], "name" : "GRNotificationBasedDynamicVariable", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRNotification", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRNullCodec.class/methodProperties.json b/repository/Grease-Core.package/GRNullCodec.class/methodProperties.json new file mode 100644 index 00000000..2ff00a10 --- /dev/null +++ b/repository/Grease-Core.package/GRNullCodec.class/methodProperties.json @@ -0,0 +1,13 @@ +{ + "class" : { + "basicForEncoding:" : " 10/11/2020 07:23:50", + "codecName" : " 10/11/2020 07:23:50", + "codecs" : " 10/11/2020 07:23:50", + "supportsEncoding:" : " 10/11/2020 07:23:50" }, + "instance" : { + "decode:" : " 10/11/2020 07:23:50", + "decoderFor:" : " 10/11/2020 07:23:50", + "encode:" : " 10/11/2020 07:23:50", + "encoderFor:" : " 10/11/2020 07:23:50", + "name" : " 10/11/2020 07:23:50", + "url" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRNullCodec.class/properties.json b/repository/Grease-Core.package/GRNullCodec.class/properties.json index 508887e5..fa5681d4 100644 --- a/repository/Grease-Core.package/GRNullCodec.class/properties.json +++ b/repository/Grease-Core.package/GRNullCodec.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "pmm 9/14/2013 15:52", - "super" : "GRCodec", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "pmm 9/14/2013 15:52", + "instvars" : [ + ], "name" : "GRNullCodec", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRCodec", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRNullCodecStream.class/methodProperties.json b/repository/Grease-Core.package/GRNullCodecStream.class/methodProperties.json new file mode 100644 index 00000000..63cefe92 --- /dev/null +++ b/repository/Grease-Core.package/GRNullCodecStream.class/methodProperties.json @@ -0,0 +1,8 @@ +{ + "class" : { + }, + "instance" : { + "next" : " 10/11/2020 07:23:50", + "next:" : " 10/11/2020 07:23:50", + "nextPut:" : " 10/11/2020 07:23:50", + "nextPutAll:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRNullCodecStream.class/properties.json b/repository/Grease-Core.package/GRNullCodecStream.class/properties.json index 7cb6efa1..b02e8099 100644 --- a/repository/Grease-Core.package/GRNullCodecStream.class/properties.json +++ b/repository/Grease-Core.package/GRNullCodecStream.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "pmm 6/25/2012 20:21", - "super" : "GRCodecStream", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "pmm 2/20/2009 21:59", + "instvars" : [ + ], "name" : "GRNullCodecStream", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRCodecStream", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRNumberPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRNumberPrinter.class/methodProperties.json new file mode 100644 index 00000000..09c4eabc --- /dev/null +++ b/repository/Grease-Core.package/GRNumberPrinter.class/methodProperties.json @@ -0,0 +1,29 @@ +{ + "class" : { + "initialize" : " 10/11/2020 07:23:50" }, + "instance" : { + "accuracy:" : " 10/11/2020 07:23:50", + "base:" : " 10/11/2020 07:23:50", + "characters:" : " 10/11/2020 07:23:50", + "delimiter:" : " 10/11/2020 07:23:50", + "digits:" : " 10/11/2020 07:23:50", + "digitsOf:base:" : " 10/11/2020 07:23:50", + "infinite:" : " 10/11/2020 07:23:50", + "initialize" : " 10/11/2020 07:23:50", + "lengthOf:base:" : " 10/11/2020 07:23:50", + "lowercase" : " 10/11/2020 07:23:50", + "nan:" : " 10/11/2020 07:23:50", + "padLeft:to:on:" : " 10/11/2020 07:23:50", + "padding:" : " 10/11/2020 07:23:50", + "precision:" : " 10/11/2020 07:23:50", + "print:on:" : " 10/11/2020 07:23:50", + "printDigitsOf:withLength:on:" : " 10/11/2020 07:23:50", + "printFloat:on:" : " 10/11/2020 07:23:50", + "printFraction:on:" : " 10/11/2020 07:23:50", + "printInfinite:on:" : " 10/11/2020 07:23:50", + "printInteger:on:" : " 10/11/2020 07:23:50", + "printNaN:on:" : " 10/11/2020 07:23:50", + "separate:left:on:" : " 10/11/2020 07:23:50", + "separate:right:" : " 10/11/2020 07:23:50", + "separator:" : " 10/11/2020 07:23:50", + "uppercase" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRNumberPrinter.class/properties.json b/repository/Grease-Core.package/GRNumberPrinter.class/properties.json index a3ea64f8..09dc6c1c 100644 --- a/repository/Grease-Core.package/GRNumberPrinter.class/properties.json +++ b/repository/Grease-Core.package/GRNumberPrinter.class/properties.json @@ -1,13 +1,11 @@ { - "commentStamp" : "pmm 2/1/2014 13:27", - "super" : "GRPrinter", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], + "classinstvars" : [ + ], "classvars" : [ "NumbersToCharactersLowercase", - "NumbersToCharactersUppercase" - ], + "NumbersToCharactersUppercase" ], + "commentStamp" : "pmm 2/1/2014 13:27", "instvars" : [ "characters", "base", @@ -18,8 +16,9 @@ "padding", "accuracy", "precision", - "separator" - ], + "separator" ], "name" : "GRNumberPrinter", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRPrinter", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRObject.class/methodProperties.json b/repository/Grease-Core.package/GRObject.class/methodProperties.json new file mode 100644 index 00000000..a5d39002 --- /dev/null +++ b/repository/Grease-Core.package/GRObject.class/methodProperties.json @@ -0,0 +1,8 @@ +{ + "class" : { + "defaultErrorClass" : " 10/11/2020 07:23:50", + "error:" : " 10/11/2020 07:23:50", + "new" : " 10/11/2020 07:23:50" }, + "instance" : { + "error:" : " 10/11/2020 07:23:50", + "initialize" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRObject.class/properties.json b/repository/Grease-Core.package/GRObject.class/properties.json index aae31ac4..f4ddbcbd 100644 --- a/repository/Grease-Core.package/GRObject.class/properties.json +++ b/repository/Grease-Core.package/GRObject.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "pmm 9/14/2013 15:52", - "super" : "Object", "category" : "Grease-Core", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "pmm 9/14/2013 15:52", + "instvars" : [ + ], "name" : "GRObject", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "Object", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GROrderedMultiMap.class/methodProperties.json b/repository/Grease-Core.package/GROrderedMultiMap.class/methodProperties.json new file mode 100644 index 00000000..85ce3543 --- /dev/null +++ b/repository/Grease-Core.package/GROrderedMultiMap.class/methodProperties.json @@ -0,0 +1,12 @@ +{ + "class" : { + }, + "instance" : { + "add:" : " 10/11/2020 07:23:50", + "addAll:" : " 10/11/2020 07:23:50", + "allAt:" : " 10/11/2020 07:23:50", + "allAt:ifAbsent:" : " 10/11/2020 07:23:50", + "at:add:" : " 10/11/2020 07:23:50", + "keysAndAllValuesDo:" : " 10/11/2020 07:23:50", + "privateAllAt:startingAt:" : " 10/11/2020 07:23:50", + "removeKey:ifAbsent:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GROrderedMultiMap.class/properties.json b/repository/Grease-Core.package/GROrderedMultiMap.class/properties.json index 81f5ae5d..d9c9d2f1 100644 --- a/repository/Grease-Core.package/GROrderedMultiMap.class/properties.json +++ b/repository/Grease-Core.package/GROrderedMultiMap.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "jf 2/15/2010 16:04", - "super" : "GRSmallDictionary", "category" : "Grease-Core-Collections", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "jf 2/15/2010 16:04", + "instvars" : [ + ], "name" : "GROrderedMultiMap", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRSmallDictionary", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GROrderedMultiMap2.class/methodProperties.json b/repository/Grease-Core.package/GROrderedMultiMap2.class/methodProperties.json new file mode 100644 index 00000000..85ce3543 --- /dev/null +++ b/repository/Grease-Core.package/GROrderedMultiMap2.class/methodProperties.json @@ -0,0 +1,12 @@ +{ + "class" : { + }, + "instance" : { + "add:" : " 10/11/2020 07:23:50", + "addAll:" : " 10/11/2020 07:23:50", + "allAt:" : " 10/11/2020 07:23:50", + "allAt:ifAbsent:" : " 10/11/2020 07:23:50", + "at:add:" : " 10/11/2020 07:23:50", + "keysAndAllValuesDo:" : " 10/11/2020 07:23:50", + "privateAllAt:startingAt:" : " 10/11/2020 07:23:50", + "removeKey:ifAbsent:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GROrderedMultiMap2.class/properties.json b/repository/Grease-Core.package/GROrderedMultiMap2.class/properties.json index b4aecc33..19872e9e 100644 --- a/repository/Grease-Core.package/GROrderedMultiMap2.class/properties.json +++ b/repository/Grease-Core.package/GROrderedMultiMap2.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "jf 2/15/2010 16:04", - "super" : "GRSmallDictionary2", "category" : "Grease-Core-Collections", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "jf 2/15/2010 16:04", + "instvars" : [ + ], "name" : "GROrderedMultiMap2", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRSmallDictionary2", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GROrdinalizePrinter.class/methodProperties.json b/repository/Grease-Core.package/GROrdinalizePrinter.class/methodProperties.json new file mode 100644 index 00000000..209d3c2e --- /dev/null +++ b/repository/Grease-Core.package/GROrdinalizePrinter.class/methodProperties.json @@ -0,0 +1,6 @@ +{ + "class" : { + }, + "instance" : { + "ordinalize:" : " 10/11/2020 07:23:50", + "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GROrdinalizePrinter.class/properties.json b/repository/Grease-Core.package/GROrdinalizePrinter.class/properties.json index 76be2fb0..12ee98f9 100644 --- a/repository/Grease-Core.package/GROrdinalizePrinter.class/properties.json +++ b/repository/Grease-Core.package/GROrdinalizePrinter.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "GRPrinter", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "GROrdinalizePrinter", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRPrinter", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRPackage.class/methodProperties.json b/repository/Grease-Core.package/GRPackage.class/methodProperties.json new file mode 100644 index 00000000..1dcb4af7 --- /dev/null +++ b/repository/Grease-Core.package/GRPackage.class/methodProperties.json @@ -0,0 +1,26 @@ +{ + "class" : { + "grPackages" : " 10/11/2020 07:23:50", + "greaseCore" : " 10/11/2020 07:23:50" }, + "instance" : { + "addDependenciesTo:" : " 10/11/2020 07:23:50", + "addDependency:" : " 10/11/2020 07:23:50", + "allDependencies" : " 10/11/2020 07:23:50", + "dependencies" : " 10/11/2020 07:23:50", + "description" : " 10/11/2020 07:23:50", + "description:" : " 10/11/2020 07:23:50", + "greaseUrl" : " 10/11/2020 07:23:50", + "initialize" : " 10/11/2020 07:23:50", + "isLGPL" : " 10/11/2020 07:23:50", + "isMIT" : " 10/11/2020 07:23:50", + "license" : " 10/11/2020 07:23:50", + "license:" : " 10/11/2020 07:23:50", + "name" : " 10/11/2020 07:23:50", + "name:" : " 10/11/2020 07:23:50", + "printOn:" : " 10/11/2020 07:23:50", + "resolveWith:" : " 10/11/2020 07:23:50", + "seasideAddonsUrl" : " 10/11/2020 07:23:50", + "seasideLGPLUrl" : " 10/11/2020 07:23:50", + "seasideUrl" : " 10/11/2020 07:23:50", + "url" : " 10/11/2020 07:23:50", + "url:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRPackage.class/properties.json b/repository/Grease-Core.package/GRPackage.class/properties.json index 8801d64b..cbe1dc62 100644 --- a/repository/Grease-Core.package/GRPackage.class/properties.json +++ b/repository/Grease-Core.package/GRPackage.class/properties.json @@ -1,17 +1,18 @@ { - "commentStamp" : "pmm 9/14/2013 15:53", - "super" : "GRObject", "category" : "Grease-Core", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "pmm 9/14/2013 15:53", "instvars" : [ "name", "description", "dependencies", "license", - "url" - ], + "url" ], "name" : "GRPackage", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRObject", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRPlatform.class/instance/fileExists..st b/repository/Grease-Core.package/GRPlatform.class/instance/fileExists..st index cb7b3e56..fe0b42f0 100644 --- a/repository/Grease-Core.package/GRPlatform.class/instance/fileExists..st +++ b/repository/Grease-Core.package/GRPlatform.class/instance/fileExists..st @@ -1,3 +1,3 @@ file library fileExists: aString - self subclassResponsibility \ No newline at end of file + self subclassResponsibility \ No newline at end of file diff --git a/repository/Grease-Core.package/GRPlatform.class/instance/fileStreamOn.do.binary..st b/repository/Grease-Core.package/GRPlatform.class/instance/fileStreamOn.do.binary..st index b35e040c..a0ba0b4b 100644 --- a/repository/Grease-Core.package/GRPlatform.class/instance/fileStreamOn.do.binary..st +++ b/repository/Grease-Core.package/GRPlatform.class/instance/fileStreamOn.do.binary..st @@ -1,3 +1,3 @@ file library fileStreamOn: aString do: aBlock binary: aBoolean - self subclassResponsibility \ No newline at end of file + self subclassResponsibility \ No newline at end of file diff --git a/repository/Grease-Core.package/GRPlatform.class/methodProperties.json b/repository/Grease-Core.package/GRPlatform.class/methodProperties.json new file mode 100644 index 00000000..f812edbe --- /dev/null +++ b/repository/Grease-Core.package/GRPlatform.class/methodProperties.json @@ -0,0 +1,45 @@ +{ + "class" : { + "current" : " 10/11/2020 07:23:50", + "current:" : " 10/11/2020 07:23:50", + "select" : " 10/11/2020 07:23:50", + "unselect" : " 10/11/2020 07:23:50" }, + "instance" : { + "addToShutDownList:" : " 10/11/2020 07:23:50", + "addToStartUpList:" : " 10/11/2020 07:23:50", + "asMethodReturningByteArray:named:" : " 10/11/2020 07:23:50", + "base64Decode:" : " 10/11/2020 07:23:50", + "bindingOf:" : " 10/11/2020 07:23:50", + "compile:into:classified:" : " 10/11/2020 07:23:50", + "contentsOfFile:binary:" : " 10/11/2020 07:23:50", + "convertToSmalltalkNewlines:" : " 10/11/2020 07:23:50", + "deprecationExceptionSet" : " 10/11/2020 07:23:50", + "directoriesIn:" : " 10/11/2020 07:23:50", + "doTransaction:" : " 10/11/2020 07:23:50", + "ensureExistenceOfFolder:" : " 10/11/2020 07:23:50", + "fileExists:" : " 10/11/2020 07:23:50", + "fileStreamOn:do:binary:" : " 10/11/2020 07:23:50", + "filesIn:" : " 10/11/2020 07:23:50", + "isProcessTerminated:" : " 10/11/2020 07:23:50", + "label" : " 10/11/2020 07:23:50", + "localNameOf:" : " 10/11/2020 07:23:50", + "newRandom" : " 10/11/2020 07:23:50", + "newline" : " 10/11/2020 07:23:50", + "openDebuggerOn:" : " 10/11/2020 07:23:50", + "pathSeparator" : " 10/11/2020 07:23:50", + "readWriteByteStream" : " 10/11/2020 07:23:50", + "readWriteCharacterStream" : " 10/11/2020 07:23:50", + "reducedConflictDictionary" : " 10/11/2020 07:23:50", + "removeFromShutDownList:" : " 10/11/2020 07:23:50", + "removeFromStartUpList:" : " 10/11/2020 07:23:50", + "removeSelector:from:" : " 10/11/2020 07:23:50", + "secureHashFor:" : " 10/11/2020 07:23:50", + "semaphoreClass" : " 10/11/2020 07:23:50", + "stackDepth" : " 10/11/2020 07:23:50", + "terminateProcess:" : " 10/11/2020 07:23:50", + "thisContext" : " 10/11/2020 07:23:50", + "version" : " 10/11/2020 07:23:50", + "versionString" : " 10/11/2020 07:23:50", + "weakDictionaryOfSize:" : " 10/11/2020 07:23:50", + "write:toFile:inFolder:" : " 10/11/2020 07:23:50", + "writeCharacterStreamOn:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRPlatform.class/properties.json b/repository/Grease-Core.package/GRPlatform.class/properties.json index 35cf678d..8947cf98 100644 --- a/repository/Grease-Core.package/GRPlatform.class/properties.json +++ b/repository/Grease-Core.package/GRPlatform.class/properties.json @@ -1,13 +1,14 @@ { - "commentStamp" : "jf 2/6/2009 16:05", - "super" : "GRObject", "category" : "Grease-Core", - "classinstvars" : [ ], - "pools" : [ ], + "classinstvars" : [ + ], "classvars" : [ - "Current" - ], - "instvars" : [ ], + "Current" ], + "commentStamp" : "jf 2/6/2009 16:05", + "instvars" : [ + ], "name" : "GRPlatform", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRObject", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRPluggablePrinter.class/methodProperties.json b/repository/Grease-Core.package/GRPluggablePrinter.class/methodProperties.json new file mode 100644 index 00000000..9e57849d --- /dev/null +++ b/repository/Grease-Core.package/GRPluggablePrinter.class/methodProperties.json @@ -0,0 +1,7 @@ +{ + "class" : { + "on:" : " 10/11/2020 07:23:50" }, + "instance" : { + "block:" : " 10/11/2020 07:23:50", + "initialize" : " 10/11/2020 07:23:50", + "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRPluggablePrinter.class/properties.json b/repository/Grease-Core.package/GRPluggablePrinter.class/properties.json index 3ab1e85a..f574ab93 100644 --- a/repository/Grease-Core.package/GRPluggablePrinter.class/properties.json +++ b/repository/Grease-Core.package/GRPluggablePrinter.class/properties.json @@ -1,13 +1,14 @@ { - "commentStamp" : "", - "super" : "GRPrinter", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ - "block" - ], + "block" ], "name" : "GRPluggablePrinter", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRPrinter", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRPrinter.class/methodProperties.json new file mode 100644 index 00000000..de1b2010 --- /dev/null +++ b/repository/Grease-Core.package/GRPrinter.class/methodProperties.json @@ -0,0 +1,46 @@ +{ + "class" : { + "abbreviatedMonthName" : " 10/11/2020 07:23:50", + "abbreviatedWeekName" : " 10/11/2020 07:23:50", + "absOffsetHoursPadded" : " 10/11/2020 07:23:50", + "absOffsetMinutesPadded" : " 10/11/2020 07:23:50", + "binaryFileSize" : " 10/11/2020 07:23:50", + "cookieTimestamp" : " 10/11/2020 07:23:50", + "decimalFileSize" : " 10/11/2020 07:23:50", + "fullMonthName" : " 10/11/2020 07:23:50", + "fullWeekName" : " 10/11/2020 07:23:50", + "httpDate" : " 10/11/2020 07:23:50", + "isoDate" : " 10/11/2020 07:23:50", + "isoTime" : " 10/11/2020 07:23:50", + "monthName:" : " 10/11/2020 07:23:50", + "numberWithAtLeastDigits:" : " 10/11/2020 07:23:50", + "offsetSign" : " 10/11/2020 07:23:50", + "paddedCentury" : " 10/11/2020 07:23:50", + "paddedDay" : " 10/11/2020 07:23:50", + "paddedHour12" : " 10/11/2020 07:23:50", + "paddedHour24" : " 10/11/2020 07:23:50", + "paddedMinute" : " 10/11/2020 07:23:50", + "paddedMonth" : " 10/11/2020 07:23:50", + "paddedSecond" : " 10/11/2020 07:23:50", + "paddedYear" : " 10/11/2020 07:23:50", + "rfc1123" : " 10/11/2020 07:23:50", + "rfc822" : " 10/11/2020 07:23:50", + "rfc822WithTimeZone:" : " 10/11/2020 07:23:50", + "swissCurrency" : " 10/11/2020 07:23:50", + "unpaddedCentury" : " 10/11/2020 07:23:50", + "unpaddedDay" : " 10/11/2020 07:23:50", + "unpaddedHour12" : " 10/11/2020 07:23:50", + "unpaddedHour24" : " 10/11/2020 07:23:50", + "unpaddedMinute" : " 10/11/2020 07:23:50", + "unpaddedMonth" : " 10/11/2020 07:23:50", + "unpaddedSecond" : " 10/11/2020 07:23:50", + "unpaddedYear" : " 10/11/2020 07:23:50", + "usCurrency" : " 10/11/2020 07:23:50", + "weekName:" : " 10/11/2020 07:23:50" }, + "instance" : { + "," : " 10/11/2020 07:23:50", + "pad:center:to:" : " 10/11/2020 07:23:50", + "pad:left:to:" : " 10/11/2020 07:23:50", + "pad:right:to:" : " 10/11/2020 07:23:50", + "print:" : " 10/11/2020 07:23:50", + "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRPrinter.class/properties.json b/repository/Grease-Core.package/GRPrinter.class/properties.json index 5a6bf772..99000cf2 100644 --- a/repository/Grease-Core.package/GRPrinter.class/properties.json +++ b/repository/Grease-Core.package/GRPrinter.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "GRObject", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "GRPrinter", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRObject", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRSequentialPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRSequentialPrinter.class/methodProperties.json new file mode 100644 index 00000000..c1edaef8 --- /dev/null +++ b/repository/Grease-Core.package/GRSequentialPrinter.class/methodProperties.json @@ -0,0 +1,7 @@ +{ + "class" : { + }, + "instance" : { + "," : " 10/11/2020 07:23:50", + "initialize" : " 10/11/2020 07:23:50", + "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRSequentialPrinter.class/properties.json b/repository/Grease-Core.package/GRSequentialPrinter.class/properties.json index 2b409dea..a3e6728e 100644 --- a/repository/Grease-Core.package/GRSequentialPrinter.class/properties.json +++ b/repository/Grease-Core.package/GRSequentialPrinter.class/properties.json @@ -1,13 +1,14 @@ { - "commentStamp" : "", - "super" : "GRPrinter", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ - "parts" - ], + "parts" ], "name" : "GRSequentialPrinter", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRPrinter", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRSignPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRSignPrinter.class/methodProperties.json new file mode 100644 index 00000000..37422896 --- /dev/null +++ b/repository/Grease-Core.package/GRSignPrinter.class/methodProperties.json @@ -0,0 +1,8 @@ +{ + "class" : { + }, + "instance" : { + "initialize" : " 10/11/2020 07:23:50", + "negativePrinter:" : " 10/11/2020 07:23:50", + "positivePrinter:" : " 10/11/2020 07:23:50", + "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRSignPrinter.class/properties.json b/repository/Grease-Core.package/GRSignPrinter.class/properties.json index 498737bc..d99f010c 100644 --- a/repository/Grease-Core.package/GRSignPrinter.class/properties.json +++ b/repository/Grease-Core.package/GRSignPrinter.class/properties.json @@ -1,14 +1,15 @@ { - "commentStamp" : "", - "super" : "GRPrinter", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ "negativePrinter", - "positivePrinter" - ], + "positivePrinter" ], "name" : "GRSignPrinter", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRPrinter", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRSmallDictionary.class/instance/printOn..st b/repository/Grease-Core.package/GRSmallDictionary.class/instance/printOn..st index 4bd38c36..9138b7f5 100644 --- a/repository/Grease-Core.package/GRSmallDictionary.class/instance/printOn..st +++ b/repository/Grease-Core.package/GRSmallDictionary.class/instance/printOn..st @@ -20,4 +20,4 @@ printOn: aStream aStream nextPutAll: 'size '; print: self size ]. - aStream nextPut: $) \ No newline at end of file + aStream nextPut: $) \ No newline at end of file diff --git a/repository/Grease-Core.package/GRSmallDictionary.class/methodProperties.json b/repository/Grease-Core.package/GRSmallDictionary.class/methodProperties.json new file mode 100644 index 00000000..f5d8caac --- /dev/null +++ b/repository/Grease-Core.package/GRSmallDictionary.class/methodProperties.json @@ -0,0 +1,40 @@ +{ + "class" : { + "new" : " 10/11/2020 07:23:50", + "new:" : " 10/11/2020 07:23:50", + "withAll:" : " 10/11/2020 07:23:50" }, + "instance" : { + "add:" : " 10/11/2020 07:23:50", + "addAll:" : " 10/11/2020 07:23:50", + "any" : " 10/11/2020 07:23:50", + "associations" : " 10/11/2020 07:23:50", + "associationsDo:" : " 10/11/2020 07:23:50", + "at:" : " 10/11/2020 07:23:50", + "at:ifAbsent:" : " 10/11/2020 07:23:50", + "at:ifAbsentPut:" : " 10/11/2020 07:23:50", + "at:ifPresent:" : " 10/11/2020 07:23:50", + "at:put:" : " 10/11/2020 07:23:50", + "do:" : " 10/11/2020 07:23:50", + "errorEmptyCollection" : " 10/11/2020 07:23:50", + "errorKeyNotFound" : " 10/11/2020 07:23:50", + "findIndexFor:" : " 10/11/2020 07:23:50", + "grow" : " 10/11/2020 07:23:50", + "includesKey:" : " 10/11/2020 07:23:50", + "initialize:" : " 10/11/2020 07:23:50", + "isCollection" : " 10/11/2020 07:23:50", + "isEmpty" : " 10/11/2020 07:23:50", + "keys" : " 10/11/2020 07:23:50", + "keysAndValuesDo:" : " 10/11/2020 07:23:50", + "keysDo:" : " 10/11/2020 07:23:50", + "noneSatisfy:" : " 10/11/2020 07:23:50", + "notEmpty" : " 10/11/2020 07:23:50", + "postCopy" : " 10/11/2020 07:23:50", + "printOn:" : " 10/11/2020 07:23:50", + "privateAt:put:" : " 10/11/2020 07:23:50", + "removeIndex:" : " 10/11/2020 07:23:50", + "removeKey:" : " 10/11/2020 07:23:50", + "removeKey:ifAbsent:" : " 10/11/2020 07:23:50", + "size" : " 10/11/2020 07:23:50", + "sorted" : " 10/11/2020 07:23:50", + "sorted:" : " 10/11/2020 07:23:50", + "values" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRSmallDictionary.class/properties.json b/repository/Grease-Core.package/GRSmallDictionary.class/properties.json index 1019d4ab..5550a4ab 100644 --- a/repository/Grease-Core.package/GRSmallDictionary.class/properties.json +++ b/repository/Grease-Core.package/GRSmallDictionary.class/properties.json @@ -1,15 +1,16 @@ { - "commentStamp" : "jf 2/15/2010 15:51", - "super" : "GRObject", "category" : "Grease-Core-Collections", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "jf 2/15/2010 15:51", "instvars" : [ "size", "keys", - "values" - ], + "values" ], "name" : "GRSmallDictionary", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRObject", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRSmallDictionary2.class/instance/printOn..st b/repository/Grease-Core.package/GRSmallDictionary2.class/instance/printOn..st index 4bd38c36..9138b7f5 100644 --- a/repository/Grease-Core.package/GRSmallDictionary2.class/instance/printOn..st +++ b/repository/Grease-Core.package/GRSmallDictionary2.class/instance/printOn..st @@ -20,4 +20,4 @@ printOn: aStream aStream nextPutAll: 'size '; print: self size ]. - aStream nextPut: $) \ No newline at end of file + aStream nextPut: $) \ No newline at end of file diff --git a/repository/Grease-Core.package/GRSmallDictionary2.class/methodProperties.json b/repository/Grease-Core.package/GRSmallDictionary2.class/methodProperties.json new file mode 100644 index 00000000..f5d8caac --- /dev/null +++ b/repository/Grease-Core.package/GRSmallDictionary2.class/methodProperties.json @@ -0,0 +1,40 @@ +{ + "class" : { + "new" : " 10/11/2020 07:23:50", + "new:" : " 10/11/2020 07:23:50", + "withAll:" : " 10/11/2020 07:23:50" }, + "instance" : { + "add:" : " 10/11/2020 07:23:50", + "addAll:" : " 10/11/2020 07:23:50", + "any" : " 10/11/2020 07:23:50", + "associations" : " 10/11/2020 07:23:50", + "associationsDo:" : " 10/11/2020 07:23:50", + "at:" : " 10/11/2020 07:23:50", + "at:ifAbsent:" : " 10/11/2020 07:23:50", + "at:ifAbsentPut:" : " 10/11/2020 07:23:50", + "at:ifPresent:" : " 10/11/2020 07:23:50", + "at:put:" : " 10/11/2020 07:23:50", + "do:" : " 10/11/2020 07:23:50", + "errorEmptyCollection" : " 10/11/2020 07:23:50", + "errorKeyNotFound" : " 10/11/2020 07:23:50", + "findIndexFor:" : " 10/11/2020 07:23:50", + "grow" : " 10/11/2020 07:23:50", + "includesKey:" : " 10/11/2020 07:23:50", + "initialize:" : " 10/11/2020 07:23:50", + "isCollection" : " 10/11/2020 07:23:50", + "isEmpty" : " 10/11/2020 07:23:50", + "keys" : " 10/11/2020 07:23:50", + "keysAndValuesDo:" : " 10/11/2020 07:23:50", + "keysDo:" : " 10/11/2020 07:23:50", + "noneSatisfy:" : " 10/11/2020 07:23:50", + "notEmpty" : " 10/11/2020 07:23:50", + "postCopy" : " 10/11/2020 07:23:50", + "printOn:" : " 10/11/2020 07:23:50", + "privateAt:put:" : " 10/11/2020 07:23:50", + "removeIndex:" : " 10/11/2020 07:23:50", + "removeKey:" : " 10/11/2020 07:23:50", + "removeKey:ifAbsent:" : " 10/11/2020 07:23:50", + "size" : " 10/11/2020 07:23:50", + "sorted" : " 10/11/2020 07:23:50", + "sorted:" : " 10/11/2020 07:23:50", + "values" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRSmallDictionary2.class/properties.json b/repository/Grease-Core.package/GRSmallDictionary2.class/properties.json index ff3e5f02..313b9fc6 100644 --- a/repository/Grease-Core.package/GRSmallDictionary2.class/properties.json +++ b/repository/Grease-Core.package/GRSmallDictionary2.class/properties.json @@ -1,14 +1,15 @@ { - "commentStamp" : "pmm 8/22/2016 11:49", - "super" : "GRObject", "category" : "Grease-Core-Collections", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "pmm 8/22/2016 11:49", "instvars" : [ "size", - "table" - ], + "table" ], "name" : "GRSmallDictionary2", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRObject", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRSmallOrderedSet.class/methodProperties.json b/repository/Grease-Core.package/GRSmallOrderedSet.class/methodProperties.json new file mode 100644 index 00000000..189568d6 --- /dev/null +++ b/repository/Grease-Core.package/GRSmallOrderedSet.class/methodProperties.json @@ -0,0 +1,23 @@ +{ + "class" : { + "new" : " 10/11/2020 07:23:50", + "new:" : " 10/11/2020 07:23:50", + "withAll:" : " 10/11/2020 07:23:50" }, + "instance" : { + "add:" : " 10/11/2020 07:23:50", + "addAll:" : " 10/11/2020 07:23:50", + "do:" : " 10/11/2020 07:23:50", + "do:separatedBy:" : " 10/11/2020 07:23:50", + "errorNotFound" : " 10/11/2020 07:23:50", + "findIndexFor:" : " 10/11/2020 07:23:50", + "grow" : " 10/11/2020 07:23:50", + "includes:" : " 10/11/2020 07:23:50", + "initialize:" : " 10/11/2020 07:23:50", + "isCollection" : " 10/11/2020 07:23:50", + "isEmpty" : " 10/11/2020 07:23:50", + "postCopy" : " 10/11/2020 07:23:50", + "privateAdd:" : " 10/11/2020 07:23:50", + "remove:" : " 10/11/2020 07:23:50", + "remove:ifAbsent:" : " 10/11/2020 07:23:50", + "removeIndex:" : " 10/11/2020 07:23:50", + "size" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRSmallOrderedSet.class/properties.json b/repository/Grease-Core.package/GRSmallOrderedSet.class/properties.json index 6ca318aa..c32ab5c5 100644 --- a/repository/Grease-Core.package/GRSmallOrderedSet.class/properties.json +++ b/repository/Grease-Core.package/GRSmallOrderedSet.class/properties.json @@ -1,14 +1,15 @@ { - "commentStamp" : "pmm 8/25/2016 14:03", - "super" : "GRObject", "category" : "Grease-Core-Collections", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "pmm 8/25/2016 14:03", "instvars" : [ "size", - "table" - ], + "table" ], "name" : "GRSmallOrderedSet", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRObject", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRStringPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRStringPrinter.class/methodProperties.json new file mode 100644 index 00000000..cc13f183 --- /dev/null +++ b/repository/Grease-Core.package/GRStringPrinter.class/methodProperties.json @@ -0,0 +1,16 @@ +{ + "class" : { + }, + "instance" : { + "character:" : " 10/11/2020 07:23:50", + "initialize" : " 10/11/2020 07:23:50", + "length:" : " 10/11/2020 07:23:50", + "padCenter" : " 10/11/2020 07:23:50", + "padLeft" : " 10/11/2020 07:23:50", + "padNone" : " 10/11/2020 07:23:50", + "padRight" : " 10/11/2020 07:23:50", + "print:on:" : " 10/11/2020 07:23:50", + "trimBoth" : " 10/11/2020 07:23:50", + "trimLeft" : " 10/11/2020 07:23:50", + "trimNone" : " 10/11/2020 07:23:50", + "trimRight" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRStringPrinter.class/properties.json b/repository/Grease-Core.package/GRStringPrinter.class/properties.json index 19d2dd05..30a330ed 100644 --- a/repository/Grease-Core.package/GRStringPrinter.class/properties.json +++ b/repository/Grease-Core.package/GRStringPrinter.class/properties.json @@ -1,16 +1,17 @@ { - "commentStamp" : "", - "super" : "GRPrinter", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ "trim", "length", "pad", - "character" - ], + "character" ], "name" : "GRStringPrinter", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRPrinter", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRUnboundMessage.class/methodProperties.json b/repository/Grease-Core.package/GRUnboundMessage.class/methodProperties.json new file mode 100644 index 00000000..e6b9e699 --- /dev/null +++ b/repository/Grease-Core.package/GRUnboundMessage.class/methodProperties.json @@ -0,0 +1,6 @@ +{ + "class" : { + }, + "instance" : { + "argumentCount" : " 10/11/2020 07:23:50", + "mergeArguments:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRUnboundMessage.class/properties.json b/repository/Grease-Core.package/GRUnboundMessage.class/properties.json index 01ffa8ba..88a35531 100644 --- a/repository/Grease-Core.package/GRUnboundMessage.class/properties.json +++ b/repository/Grease-Core.package/GRUnboundMessage.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "jf 3/14/2009 11:03", - "super" : "GRDelayedSendMessage", "category" : "Grease-Core-Utilities", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "jf 3/14/2009 11:03", + "instvars" : [ + ], "name" : "GRUnboundMessage", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRDelayedSendMessage", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRUnitPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRUnitPrinter.class/methodProperties.json new file mode 100644 index 00000000..095280dd --- /dev/null +++ b/repository/Grease-Core.package/GRUnitPrinter.class/methodProperties.json @@ -0,0 +1,11 @@ +{ + "class" : { + "base:units:" : " 10/11/2020 07:23:50" }, + "instance" : { + "base:" : " 10/11/2020 07:23:50", + "fractionPrinter:" : " 10/11/2020 07:23:50", + "initialize" : " 10/11/2020 07:23:50", + "integerPrinter:" : " 10/11/2020 07:23:50", + "print:on:" : " 10/11/2020 07:23:50", + "print:unit:on:" : " 10/11/2020 07:23:50", + "units:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRUnitPrinter.class/properties.json b/repository/Grease-Core.package/GRUnitPrinter.class/properties.json index 7db099ba..b76f7aaa 100644 --- a/repository/Grease-Core.package/GRUnitPrinter.class/properties.json +++ b/repository/Grease-Core.package/GRUnitPrinter.class/properties.json @@ -1,16 +1,17 @@ { - "commentStamp" : "", - "super" : "GRPrinter", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ "integerPrinter", "fractionPrinter", "units", - "base" - ], + "base" ], "name" : "GRUnitPrinter", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRPrinter", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRUnsupportedEncodingError.class/methodProperties.json b/repository/Grease-Core.package/GRUnsupportedEncodingError.class/methodProperties.json new file mode 100644 index 00000000..0e4a6622 --- /dev/null +++ b/repository/Grease-Core.package/GRUnsupportedEncodingError.class/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + } } diff --git a/repository/Grease-Core.package/GRUnsupportedEncodingError.class/properties.json b/repository/Grease-Core.package/GRUnsupportedEncodingError.class/properties.json index 3a2e3bef..5a8d1a1e 100644 --- a/repository/Grease-Core.package/GRUnsupportedEncodingError.class/properties.json +++ b/repository/Grease-Core.package/GRUnsupportedEncodingError.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "GRError", "category" : "Grease-Core-Text", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "GRUnsupportedEncodingError", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRError", + "type" : "normal" } diff --git a/repository/Grease-Core.package/GRVersion.class/instance/^less.st b/repository/Grease-Core.package/GRVersion.class/instance/^less.st index cb67510a..0f0d2853 100644 --- a/repository/Grease-Core.package/GRVersion.class/instance/^less.st +++ b/repository/Grease-Core.package/GRVersion.class/instance/^less.st @@ -10,6 +10,4 @@ comparing ^ ((stageNumber ifNil: [ 1 ]) < (otherVersion stageNumber ifNil: [ 1 ])) ]. stageLabel isNil ifTrue: [ ^ false ]. otherVersion stage isNil ifTrue: [ ^ true ]. - ^ stageLabel < otherVersion stage - - \ No newline at end of file + ^ stageLabel < otherVersion stage \ No newline at end of file diff --git a/repository/Grease-Core.package/GRVersion.class/methodProperties.json b/repository/Grease-Core.package/GRVersion.class/methodProperties.json new file mode 100644 index 00000000..274ab17f --- /dev/null +++ b/repository/Grease-Core.package/GRVersion.class/methodProperties.json @@ -0,0 +1,35 @@ +{ + "class" : { + "major:" : " 10/11/2020 07:23:50", + "major:minor:" : " 10/11/2020 07:23:50", + "major:minor:revision:" : " 10/11/2020 07:23:50", + "new" : " 10/11/2020 07:23:50" }, + "instance" : { + "<" : " 10/11/2020 07:23:50", + "<=" : " 10/11/2020 07:23:50", + "=" : " 10/11/2020 07:23:50", + ">" : " 10/11/2020 07:23:50", + ">=" : " 10/11/2020 07:23:50", + "beAlpha" : " 10/11/2020 07:23:50", + "beAlpha:" : " 10/11/2020 07:23:50", + "beBeta" : " 10/11/2020 07:23:50", + "beBeta:" : " 10/11/2020 07:23:50", + "beFinal" : " 10/11/2020 07:23:50", + "beReleaseCandidate" : " 10/11/2020 07:23:50", + "beReleaseCandidate:" : " 10/11/2020 07:23:50", + "greaseString" : " 10/11/2020 07:23:50", + "hash" : " 10/11/2020 07:23:50", + "initializeWithMajor:minor:revision:" : " 10/11/2020 07:23:50", + "isAlpha" : " 10/11/2020 07:23:50", + "isBeta" : " 10/11/2020 07:23:50", + "isFinal" : " 10/11/2020 07:23:50", + "isReleaseCandidate" : " 10/11/2020 07:23:50", + "major" : " 10/11/2020 07:23:50", + "major:" : " 10/11/2020 07:23:50", + "minor" : " 10/11/2020 07:23:50", + "minor:" : " 10/11/2020 07:23:50", + "revision" : " 10/11/2020 07:23:50", + "revision:" : " 10/11/2020 07:23:50", + "stage" : " 10/11/2020 07:23:50", + "stage:number:" : " 10/11/2020 07:23:50", + "stageNumber" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRVersion.class/properties.json b/repository/Grease-Core.package/GRVersion.class/properties.json index cb5256d0..9a1cffc3 100644 --- a/repository/Grease-Core.package/GRVersion.class/properties.json +++ b/repository/Grease-Core.package/GRVersion.class/properties.json @@ -1,17 +1,18 @@ { - "commentStamp" : "lr 2/19/2012 12:57", - "super" : "GRObject", "category" : "Grease-Core", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "lr 2/19/2012 12:57", "instvars" : [ "major", "minor", "revision", "stageLabel", - "stageNumber" - ], + "stageNumber" ], "name" : "GRVersion", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "GRObject", + "type" : "normal" } diff --git a/repository/Grease-Core.package/Integer.extension/methodProperties.json b/repository/Grease-Core.package/Integer.extension/methodProperties.json new file mode 100644 index 00000000..c6850e64 --- /dev/null +++ b/repository/Grease-Core.package/Integer.extension/methodProperties.json @@ -0,0 +1,7 @@ +{ + "class" : { + }, + "instance" : { + "greaseInteger" : " 10/11/2020 07:23:50", + "pluralize:" : " 10/11/2020 07:23:50", + "pluralize:with:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/Integer.extension/properties.json b/repository/Grease-Core.package/Integer.extension/properties.json index a8c2b931..d27420be 100644 --- a/repository/Grease-Core.package/Integer.extension/properties.json +++ b/repository/Grease-Core.package/Integer.extension/properties.json @@ -1,3 +1,2 @@ { - "name" : "Integer" -} \ No newline at end of file + "name" : "Integer" } diff --git a/repository/Grease-Core.package/Number.extension/methodProperties.json b/repository/Grease-Core.package/Number.extension/methodProperties.json new file mode 100644 index 00000000..49bbc162 --- /dev/null +++ b/repository/Grease-Core.package/Number.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "greaseInteger" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/Number.extension/properties.json b/repository/Grease-Core.package/Number.extension/properties.json index 71dace88..1d2c94d4 100644 --- a/repository/Grease-Core.package/Number.extension/properties.json +++ b/repository/Grease-Core.package/Number.extension/properties.json @@ -1,3 +1,2 @@ { - "name" : "Number" -} \ No newline at end of file + "name" : "Number" } diff --git a/repository/Grease-Core.package/Object.extension/methodProperties.json b/repository/Grease-Core.package/Object.extension/methodProperties.json new file mode 100644 index 00000000..381d46ba --- /dev/null +++ b/repository/Grease-Core.package/Object.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "greaseDeprecatedApi:details:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/Object.extension/properties.json b/repository/Grease-Core.package/Object.extension/properties.json index f30a86e1..3d3b9ec4 100644 --- a/repository/Grease-Core.package/Object.extension/properties.json +++ b/repository/Grease-Core.package/Object.extension/properties.json @@ -1,3 +1,2 @@ { - "name" : "Object" -} \ No newline at end of file + "name" : "Object" } diff --git a/repository/Grease-Core.package/String.extension/methodProperties.json b/repository/Grease-Core.package/String.extension/methodProperties.json new file mode 100644 index 00000000..796d6476 --- /dev/null +++ b/repository/Grease-Core.package/String.extension/methodProperties.json @@ -0,0 +1,13 @@ +{ + "class" : { + }, + "instance" : { + "excerpt:" : " 10/11/2020 07:23:50", + "excerpt:radius:" : " 10/11/2020 07:23:50", + "excerpt:radius:ellipsis:" : " 10/11/2020 07:23:50", + "greaseInteger" : " 10/11/2020 07:23:50", + "pluralize" : " 10/11/2020 07:23:50", + "print:on:" : " 10/11/2020 07:23:50", + "truncate" : " 10/11/2020 07:23:50", + "truncate:" : " 10/11/2020 07:23:50", + "truncate:ellipsis:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/String.extension/properties.json b/repository/Grease-Core.package/String.extension/properties.json index b20f2de3..c2138507 100644 --- a/repository/Grease-Core.package/String.extension/properties.json +++ b/repository/Grease-Core.package/String.extension/properties.json @@ -1,3 +1,2 @@ { - "name" : "String" -} \ No newline at end of file + "name" : "String" } diff --git a/repository/Grease-Core.package/UndefinedObject.extension/methodProperties.json b/repository/Grease-Core.package/UndefinedObject.extension/methodProperties.json new file mode 100644 index 00000000..4c54bdcb --- /dev/null +++ b/repository/Grease-Core.package/UndefinedObject.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/UndefinedObject.extension/properties.json b/repository/Grease-Core.package/UndefinedObject.extension/properties.json index b2d2e562..508a24a8 100644 --- a/repository/Grease-Core.package/UndefinedObject.extension/properties.json +++ b/repository/Grease-Core.package/UndefinedObject.extension/properties.json @@ -1,3 +1,2 @@ { - "name" : "UndefinedObject" -} \ No newline at end of file + "name" : "UndefinedObject" } diff --git a/repository/Grease-Core.package/monticello.meta/version b/repository/Grease-Core.package/monticello.meta/version new file mode 100644 index 00000000..a859b494 --- /dev/null +++ b/repository/Grease-Core.package/monticello.meta/version @@ -0,0 +1 @@ +(name 'Grease-Core-JohanBrichau.2' message 'added missing ''codecs'' class methods' id 'ab9e5c12-2894-480f-99ae-8a59cce0b861' date '11/14/2020' time '01:37:11' author 'JohanBrichau' ancestors ((name 'Grease-Core-cypress.1' message 'fabricated from a Cypress format repository' id '715af6a5-d13a-4ce1-aea9-3ba5d383fe6a' date '10/11/2020' time '23:45:35' author '' ancestors () stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/repository/Grease-Core.package/properties.json b/repository/Grease-Core.package/properties.json index 6f31cf5a..f037444a 100644 --- a/repository/Grease-Core.package/properties.json +++ b/repository/Grease-Core.package/properties.json @@ -1 +1,2 @@ -{ } \ No newline at end of file +{ + } diff --git a/repository/Grease-GemStone-Core.package/Array.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Array.extension/methodProperties.json new file mode 100644 index 00000000..6142915c --- /dev/null +++ b/repository/Grease-GemStone-Core.package/Array.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "beMutable" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Behavior.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Behavior.extension/methodProperties.json new file mode 100644 index 00000000..63647c72 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/Behavior.extension/methodProperties.json @@ -0,0 +1,6 @@ +{ + "class" : { + }, + "instance" : { + "fullName" : " 10/11/2020 07:23:50", + "removeSelectorSilently:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/BinaryFloat.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/BinaryFloat.extension/methodProperties.json new file mode 100644 index 00000000..e505f664 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/BinaryFloat.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "greaseString" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/ByteArray.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/ByteArray.extension/methodProperties.json new file mode 100644 index 00000000..e505f664 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/ByteArray.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "greaseString" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Character.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Character.extension/methodProperties.json new file mode 100644 index 00000000..49bbc162 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/Character.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "greaseInteger" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/CharacterCollection.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/CharacterCollection.extension/methodProperties.json new file mode 100644 index 00000000..f486ec75 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/CharacterCollection.extension/methodProperties.json @@ -0,0 +1,21 @@ +{ + "class" : { + }, + "instance" : { + "excerpt:" : " 10/11/2020 07:23:50", + "excerpt:radius:" : " 10/11/2020 07:23:50", + "excerpt:radius:ellipsis:" : " 10/11/2020 07:23:50", + "greaseInteger" : " 10/11/2020 07:23:50", + "pluralize" : " 10/11/2020 07:23:50", + "print:on:" : " 10/11/2020 07:23:50", + "substrings:" : " 10/11/2020 07:23:50", + "trimBoth" : " 10/11/2020 07:23:50", + "trimBoth:" : " 10/11/2020 07:23:50", + "trimLeft" : " 10/11/2020 07:23:50", + "trimLeft:" : " 10/11/2020 07:23:50", + "trimLeft:right:" : " 10/11/2020 07:23:50", + "trimRight" : " 10/11/2020 07:23:50", + "trimRight:" : " 10/11/2020 07:23:50", + "truncate" : " 10/11/2020 07:23:50", + "truncate:" : " 10/11/2020 07:23:50", + "truncate:ellipsis:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Collection.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Collection.extension/methodProperties.json new file mode 100644 index 00000000..d5d64984 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/Collection.extension/methodProperties.json @@ -0,0 +1,7 @@ +{ + "class" : { + }, + "instance" : { + "any" : " 10/11/2020 07:23:50", + "sorted" : " 10/11/2020 07:23:50", + "sorted:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Date.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Date.extension/methodProperties.json new file mode 100644 index 00000000..51458723 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/Date.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + "daysInMonthNumber:forYear:" : " 10/11/2020 07:23:50" }, + "instance" : { + } } diff --git a/repository/Grease-GemStone-Core.package/Dictionary.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Dictionary.extension/methodProperties.json new file mode 100644 index 00000000..59c1f401 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/Dictionary.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "copyFrom:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/DoubleByteString.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/DoubleByteString.extension/methodProperties.json new file mode 100644 index 00000000..e505f664 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/DoubleByteString.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "greaseString" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Duration.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Duration.extension/methodProperties.json new file mode 100644 index 00000000..135f996d --- /dev/null +++ b/repository/Grease-GemStone-Core.package/Duration.extension/methodProperties.json @@ -0,0 +1,6 @@ +{ + "class" : { + "milliseconds:" : " 10/11/2020 07:23:50" }, + "instance" : { + "asMilliseconds" : " 10/11/2020 07:23:50", + "milliseconds" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Exception.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Exception.extension/methodProperties.json new file mode 100644 index 00000000..0bec5698 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/Exception.extension/methodProperties.json @@ -0,0 +1,7 @@ +{ + "class" : { + "raiseSignal" : " 10/11/2020 07:23:50", + "raiseSignal:" : " 10/11/2020 07:23:50" }, + "instance" : { + "raiseSignal" : " 10/11/2020 07:23:50", + "raiseSignal:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/GRDynamicVariable.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GRDynamicVariable.class/methodProperties.json new file mode 100644 index 00000000..03da5426 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/GRDynamicVariable.class/methodProperties.json @@ -0,0 +1,8 @@ +{ + "class" : { + "default" : " 10/11/2020 07:23:50", + "defaultValue" : " 10/11/2020 07:23:50", + "use:during:" : " 10/11/2020 07:23:50", + "value" : " 10/11/2020 07:23:50" }, + "instance" : { + } } diff --git a/repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/methodProperties.json new file mode 100644 index 00000000..6b5e60e2 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/methodProperties.json @@ -0,0 +1,49 @@ +{ + "class" : { + "initialize" : " 10/11/2020 07:23:50", + "unload" : " 10/11/2020 07:23:50" }, + "instance" : { + "addToShutDownList:" : " 10/11/2020 07:23:50", + "addToStartUpList:" : " 10/11/2020 07:23:50", + "asMethodReturningByteArray:named:" : " 10/11/2020 07:23:50", + "asMethodReturningString:named:" : " 10/11/2020 07:23:50", + "base64Decode:" : " 10/11/2020 07:23:50", + "compile:into:classified:" : " 10/11/2020 07:23:50", + "contentsOfFile:binary:" : " 10/11/2020 07:23:50", + "defaultDispatcherName" : " 10/11/2020 07:23:50", + "deprecationExceptionSet" : " 10/11/2020 07:23:50", + "directoriesIn:" : " 10/11/2020 07:23:50", + "doAbortTransaction" : " 10/11/2020 07:23:50", + "doBeginTransaction" : " 10/11/2020 07:23:50", + "doCommitTransaction" : " 10/11/2020 07:23:50", + "doTransaction:" : " 10/11/2020 07:23:50", + "ensureExistenceOfFolder:" : " 10/11/2020 07:23:50", + "fileExists:" : " 10/11/2020 07:23:50", + "fileStreamOn:do:binary:" : " 10/11/2020 07:23:50", + "filesIn:" : " 10/11/2020 07:23:50", + "isProcessTerminated:" : " 10/11/2020 07:23:50", + "label" : " 10/11/2020 07:23:50", + "localNameOf:" : " 10/11/2020 07:23:50", + "logError:title:" : " 10/11/2020 07:23:50", + "logError:title:shouldCommit:" : " 10/11/2020 07:23:50", + "newRandom" : " 10/11/2020 07:23:50", + "newline" : " 10/11/2020 07:23:50", + "openDebuggerOn:" : " 10/11/2020 07:23:50", + "pathSeparator" : " 10/11/2020 07:23:50", + "readWriteByteStream" : " 10/11/2020 07:23:50", + "readWriteCharacterStream" : " 10/11/2020 07:23:50", + "reducedConflictDictionary" : " 10/11/2020 07:23:50", + "removeFromShutDownList:" : " 10/11/2020 07:23:50", + "removeFromStartUpList:" : " 10/11/2020 07:23:50", + "removeSelector:from:" : " 10/11/2020 07:23:50", + "saveLogEntry:shouldCommit:" : " 10/11/2020 07:23:50", + "secureHashFor:" : " 10/11/2020 07:23:50", + "semaphoreClass" : " 10/11/2020 07:23:50", + "smtpServer" : " 10/11/2020 07:23:50", + "stackDepth" : " 10/11/2020 07:23:50", + "terminateProcess:" : " 10/11/2020 07:23:50", + "thisContext" : " 10/11/2020 07:23:50", + "transactionMutex" : " 10/11/2020 07:23:50", + "weakDictionaryOfSize:" : " 10/11/2020 07:23:50", + "write:toFile:inFolder:" : " 10/11/2020 07:23:50", + "writeCharacterStreamOn:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/GRGemStoneRandomProvider.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GRGemStoneRandomProvider.class/methodProperties.json new file mode 100644 index 00000000..0d1cce31 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/GRGemStoneRandomProvider.class/methodProperties.json @@ -0,0 +1,11 @@ +{ + "class" : { + "generator" : " 10/11/2020 07:23:50", + "initialize" : " 10/11/2020 07:23:50", + "mutex" : " 10/11/2020 07:23:50", + "nextInt:" : " 10/11/2020 07:23:50", + "randomClass" : " 10/11/2020 07:23:50", + "randomFrom:" : " 10/11/2020 07:23:50", + "sessionStart" : " 10/11/2020 07:23:50" }, + "instance" : { + } } diff --git a/repository/Grease-GemStone-Core.package/GRLatin1GemStoneCodec.class/class/codecs.st b/repository/Grease-GemStone-Core.package/GRLatin1GemStoneCodec.class/class/codecs.st new file mode 100644 index 00000000..444b99e4 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/GRLatin1GemStoneCodec.class/class/codecs.st @@ -0,0 +1,3 @@ +accessing +codecs + ^ Array with: self new \ No newline at end of file diff --git a/repository/Grease-GemStone-Core.package/GRLatin1GemStoneCodec.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GRLatin1GemStoneCodec.class/methodProperties.json new file mode 100644 index 00000000..4602091a --- /dev/null +++ b/repository/Grease-GemStone-Core.package/GRLatin1GemStoneCodec.class/methodProperties.json @@ -0,0 +1,13 @@ +{ + "class" : { + "basicForEncoding:" : " 10/11/2020 07:23:50", + "codecs" : "JohanBrichau 11/14/2020 01:32", + "supportsEncoding:" : " 10/11/2020 07:23:50" }, + "instance" : { + "decode:" : " 10/11/2020 07:23:50", + "encode:" : " 10/11/2020 07:23:50", + "encodeUrl:" : " 10/11/2020 07:23:50", + "encoderFor:" : " 10/11/2020 07:23:50", + "name" : " 10/11/2020 07:23:50", + "name:" : " 10/11/2020 07:23:50", + "url" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/GRPackage.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/GRPackage.extension/methodProperties.json new file mode 100644 index 00000000..fa6adaf7 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/GRPackage.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + "greaseGemStoneCore" : " 10/11/2020 07:23:50" }, + "instance" : { + "gemstoneUrl" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/GRTextOrBinaryCodecStream.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GRTextOrBinaryCodecStream.class/methodProperties.json new file mode 100644 index 00000000..1ad664ab --- /dev/null +++ b/repository/Grease-GemStone-Core.package/GRTextOrBinaryCodecStream.class/methodProperties.json @@ -0,0 +1,14 @@ +{ + "class" : { + }, + "instance" : { + "binary" : " 10/11/2020 07:23:50", + "contents" : " 10/11/2020 07:23:50", + "flush" : " 10/11/2020 07:23:50", + "initializeOn:" : " 10/11/2020 07:23:50", + "next" : " 10/11/2020 07:23:50", + "next:" : " 10/11/2020 07:23:50", + "nextPut:" : " 10/11/2020 07:23:50", + "nextPutAll:" : " 10/11/2020 07:23:50", + "size" : " 10/11/2020 07:23:50", + "text" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/class/codecs.st b/repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/class/codecs.st new file mode 100644 index 00000000..444b99e4 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/class/codecs.st @@ -0,0 +1,3 @@ +accessing +codecs + ^ Array with: self new \ No newline at end of file diff --git a/repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/methodProperties.json new file mode 100644 index 00000000..afa3cceb --- /dev/null +++ b/repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/methodProperties.json @@ -0,0 +1,14 @@ +{ + "class" : { + "basicForEncoding:" : " 10/11/2020 07:23:50", + "codecs" : "JohanBrichau 11/14/2020 01:33", + "supportsEncoding:" : " 10/11/2020 07:23:50" }, + "instance" : { + "decode:" : " 10/11/2020 07:23:50", + "decoderFor:" : " 10/11/2020 07:23:50", + "encode:" : " 10/11/2020 07:23:50", + "encodeUrl:" : " 10/11/2020 07:23:50", + "encoderFor:" : " 10/11/2020 07:23:50", + "initialize" : " 10/11/2020 07:23:50", + "name" : " 10/11/2020 07:23:50", + "url" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/GsContext.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GsContext.class/methodProperties.json new file mode 100644 index 00000000..7361968d --- /dev/null +++ b/repository/Grease-GemStone-Core.package/GsContext.class/methodProperties.json @@ -0,0 +1,15 @@ +{ + "class" : { + "fromContinuation:atLevel:" : " 10/11/2020 07:23:50", + "fromLevel:" : " 10/11/2020 07:23:50" }, + "instance" : { + "=" : " 10/11/2020 07:23:50", + "asString" : " 10/11/2020 07:23:50", + "continuation:level:" : " 10/11/2020 07:23:50", + "fullPrintString" : " 10/11/2020 07:23:50", + "greaseString" : " 10/11/2020 07:23:50", + "method" : " 10/11/2020 07:23:50", + "receiver" : " 10/11/2020 07:23:50", + "sender" : " 10/11/2020 07:23:50", + "tempAt:" : " 10/11/2020 07:23:50", + "tempNames" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Interval.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Interval.extension/methodProperties.json new file mode 100644 index 00000000..9febe955 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/Interval.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "any" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/MessageSend.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/MessageSend.extension/methodProperties.json new file mode 100644 index 00000000..3da0ba03 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/MessageSend.extension/methodProperties.json @@ -0,0 +1,10 @@ +{ + "class" : { + }, + "instance" : { + "argumentCount" : " 10/11/2020 07:23:50", + "evaluateWithArguments:" : " 10/11/2020 07:23:50", + "value:" : " 10/11/2020 07:23:50", + "value:value:" : " 10/11/2020 07:23:50", + "valueWithPossibleArgument:" : " 10/11/2020 07:23:50", + "valueWithPossibleArguments:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Number.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Number.extension/methodProperties.json new file mode 100644 index 00000000..782276fc --- /dev/null +++ b/repository/Grease-GemStone-Core.package/Number.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "milliseconds" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Object.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Object.extension/methodProperties.json new file mode 100644 index 00000000..448d57b5 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/Object.extension/methodProperties.json @@ -0,0 +1,7 @@ +{ + "class" : { + }, + "instance" : { + "displayString" : " 10/11/2020 07:23:50", + "greaseString" : " 10/11/2020 07:23:50", + "isMessageSend" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/PackageInfo.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/PackageInfo.extension/methodProperties.json new file mode 100644 index 00000000..72079dc1 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/PackageInfo.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "versionString" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/PositionableStream.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/PositionableStream.extension/methodProperties.json new file mode 100644 index 00000000..6cd2688f --- /dev/null +++ b/repository/Grease-GemStone-Core.package/PositionableStream.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "greaseUpToAll:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/SequenceableCollection.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/SequenceableCollection.extension/methodProperties.json new file mode 100644 index 00000000..2d4f2a67 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/SequenceableCollection.extension/methodProperties.json @@ -0,0 +1,6 @@ +{ + "class" : { + }, + "instance" : { + "beginsWithSubCollection:" : " 10/11/2020 07:23:50", + "endsWithSubCollection:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/String.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/String.extension/methodProperties.json new file mode 100644 index 00000000..663f83c7 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/String.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + "fromString:" : " 10/11/2020 07:23:50" }, + "instance" : { + } } diff --git a/repository/Grease-GemStone-Core.package/Symbol.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Symbol.extension/methodProperties.json new file mode 100644 index 00000000..6db43052 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/Symbol.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "greaseAsMutator" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Symbol.extension/properties.json b/repository/Grease-GemStone-Core.package/Symbol.extension/properties.json index 8c6bce81..565e67b0 100644 --- a/repository/Grease-GemStone-Core.package/Symbol.extension/properties.json +++ b/repository/Grease-GemStone-Core.package/Symbol.extension/properties.json @@ -1,3 +1,2 @@ { - "name" : "Symbol" -} \ No newline at end of file + "name" : "Symbol" } diff --git a/repository/Grease-GemStone-Core.package/SystemAbortTransaction.class/methodProperties.json b/repository/Grease-GemStone-Core.package/SystemAbortTransaction.class/methodProperties.json new file mode 100644 index 00000000..cc8beed9 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/SystemAbortTransaction.class/methodProperties.json @@ -0,0 +1,7 @@ +{ + "class" : { + }, + "instance" : { + "alternatives" : " 10/11/2020 07:23:50", + "defaultAction" : " 10/11/2020 07:23:50", + "transaction" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/SystemBeginTransaction.class/methodProperties.json b/repository/Grease-GemStone-Core.package/SystemBeginTransaction.class/methodProperties.json new file mode 100644 index 00000000..cc8beed9 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/SystemBeginTransaction.class/methodProperties.json @@ -0,0 +1,7 @@ +{ + "class" : { + }, + "instance" : { + "alternatives" : " 10/11/2020 07:23:50", + "defaultAction" : " 10/11/2020 07:23:50", + "transaction" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/SystemCommitTransaction.class/methodProperties.json b/repository/Grease-GemStone-Core.package/SystemCommitTransaction.class/methodProperties.json new file mode 100644 index 00000000..cc8beed9 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/SystemCommitTransaction.class/methodProperties.json @@ -0,0 +1,7 @@ +{ + "class" : { + }, + "instance" : { + "alternatives" : " 10/11/2020 07:23:50", + "defaultAction" : " 10/11/2020 07:23:50", + "transaction" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/SystemTransactionNotification.class/methodProperties.json b/repository/Grease-GemStone-Core.package/SystemTransactionNotification.class/methodProperties.json new file mode 100644 index 00000000..c4e1ea4b --- /dev/null +++ b/repository/Grease-GemStone-Core.package/SystemTransactionNotification.class/methodProperties.json @@ -0,0 +1,6 @@ +{ + "class" : { + }, + "instance" : { + "alternatives" : " 10/11/2020 07:23:50", + "transaction" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/UnorderedCollection.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/UnorderedCollection.extension/methodProperties.json new file mode 100644 index 00000000..59c1f401 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/UnorderedCollection.extension/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "copyFrom:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/WriteStream.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/WriteStream.extension/methodProperties.json new file mode 100644 index 00000000..46831332 --- /dev/null +++ b/repository/Grease-GemStone-Core.package/WriteStream.extension/methodProperties.json @@ -0,0 +1,6 @@ +{ + "class" : { + }, + "instance" : { + "crlf" : " 10/11/2020 07:23:50", + "greaseNext:putAll:startingAt:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/monticello.meta/version b/repository/Grease-GemStone-Core.package/monticello.meta/version new file mode 100644 index 00000000..90136bdb --- /dev/null +++ b/repository/Grease-GemStone-Core.package/monticello.meta/version @@ -0,0 +1 @@ +(name 'Grease-GemStone-Core-JohanBrichau.2' message 'added missing ''codecs'' class methods' id '94ddc763-47ef-46d8-9e1d-6a889151ffc5' date '11/14/2020' time '01:37:12' author 'JohanBrichau' ancestors ((name 'Grease-GemStone-Core-cypress.1' message 'fabricated from a Cypress format repository' id '7542e591-944f-48c5-b722-18562c0f475d' date '10/11/2020' time '23:45:35' author '' ancestors () stepChildren ())) stepChildren ()) \ No newline at end of file From 81c2f0a77f0f243ab9656e329e6348f9233b1fd1 Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Sat, 14 Nov 2020 09:47:05 +0000 Subject: [PATCH 11/12] Removed methodProperties.json --- .../Character.extension/methodProperties.json | 5 -- .../methodProperties.json | 9 ---- .../GRCodec.class/methodProperties.json | 16 ------ .../GRCodecStream.class/methodProperties.json | 5 -- .../methodProperties.json | 12 ----- .../GRDelayedSend.class/methodProperties.json | 16 ------ .../methodProperties.json | 13 ----- .../methodProperties.json | 20 -------- .../methodProperties.json | 6 --- .../GRError.class/methodProperties.json | 5 -- .../GRInflector.class/methodProperties.json | 6 --- .../methodProperties.json | 5 -- .../methodProperties.json | 5 -- .../methodProperties.json | 8 --- .../methodProperties.json | 5 -- .../methodProperties.json | 7 --- .../GRNullCodec.class/methodProperties.json | 13 ----- .../methodProperties.json | 8 --- .../methodProperties.json | 29 ----------- .../GRObject.class/methodProperties.json | 8 --- .../methodProperties.json | 12 ----- .../methodProperties.json | 12 ----- .../methodProperties.json | 6 --- .../GRPackage.class/methodProperties.json | 26 ---------- .../GRPlatform.class/methodProperties.json | 45 ----------------- .../methodProperties.json | 7 --- .../GRPrinter.class/methodProperties.json | 46 ----------------- .../methodProperties.json | 7 --- .../GRSignPrinter.class/methodProperties.json | 8 --- .../methodProperties.json | 40 --------------- .../methodProperties.json | 40 --------------- .../methodProperties.json | 23 --------- .../methodProperties.json | 16 ------ .../methodProperties.json | 6 --- .../GRUnitPrinter.class/methodProperties.json | 11 ----- .../methodProperties.json | 5 -- .../GRVersion.class/methodProperties.json | 35 ------------- .../Integer.extension/methodProperties.json | 7 --- .../Number.extension/methodProperties.json | 5 -- .../Object.extension/methodProperties.json | 5 -- .../String.extension/methodProperties.json | 13 ----- .../methodProperties.json | 5 -- .../Array.extension/methodProperties.json | 5 -- .../Behavior.extension/methodProperties.json | 6 --- .../methodProperties.json | 5 -- .../ByteArray.extension/methodProperties.json | 5 -- .../Character.extension/methodProperties.json | 5 -- .../methodProperties.json | 21 -------- .../methodProperties.json | 7 --- .../Date.extension/methodProperties.json | 5 -- .../methodProperties.json | 5 -- .../methodProperties.json | 5 -- .../Duration.extension/methodProperties.json | 6 --- .../Exception.extension/methodProperties.json | 7 --- .../methodProperties.json | 8 --- .../methodProperties.json | 49 ------------------- .../methodProperties.json | 11 ----- .../methodProperties.json | 13 ----- .../GRPackage.extension/methodProperties.json | 5 -- .../methodProperties.json | 14 ------ .../methodProperties.json | 14 ------ .../GsContext.class/methodProperties.json | 15 ------ .../Interval.extension/methodProperties.json | 5 -- .../methodProperties.json | 10 ---- .../Number.extension/methodProperties.json | 5 -- .../Object.extension/methodProperties.json | 7 --- .../methodProperties.json | 5 -- .../methodProperties.json | 5 -- .../methodProperties.json | 6 --- .../String.extension/methodProperties.json | 5 -- .../Symbol.extension/methodProperties.json | 5 -- .../methodProperties.json | 7 --- .../methodProperties.json | 7 --- .../methodProperties.json | 7 --- .../methodProperties.json | 6 --- .../methodProperties.json | 5 -- .../methodProperties.json | 6 --- 77 files changed, 883 deletions(-) delete mode 100644 repository/Grease-Core.package/Character.extension/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRBoundMessage.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRCodec.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRCodecStream.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRCountingStream.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRDelayedSend.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRDelayedSendMessage.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRDelegatingStream.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRDeprecatedApiNotification.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRError.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRInflector.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRInvalidArgumentCount.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRInvalidUtf8Error.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRMappedPrinter.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRNotification.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRNullCodec.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRNullCodecStream.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRNumberPrinter.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRObject.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GROrderedMultiMap.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GROrderedMultiMap2.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GROrdinalizePrinter.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRPackage.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRPlatform.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRPluggablePrinter.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRPrinter.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRSequentialPrinter.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRSignPrinter.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRSmallDictionary.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRSmallDictionary2.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRSmallOrderedSet.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRStringPrinter.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRUnboundMessage.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRUnitPrinter.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRUnsupportedEncodingError.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/GRVersion.class/methodProperties.json delete mode 100644 repository/Grease-Core.package/Integer.extension/methodProperties.json delete mode 100644 repository/Grease-Core.package/Number.extension/methodProperties.json delete mode 100644 repository/Grease-Core.package/Object.extension/methodProperties.json delete mode 100644 repository/Grease-Core.package/String.extension/methodProperties.json delete mode 100644 repository/Grease-Core.package/UndefinedObject.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/Array.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/Behavior.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/BinaryFloat.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/ByteArray.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/Character.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/CharacterCollection.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/Collection.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/Date.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/Dictionary.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/DoubleByteString.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/Duration.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/Exception.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/GRDynamicVariable.class/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/GRGemStoneRandomProvider.class/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/GRLatin1GemStoneCodec.class/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/GRPackage.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/GRTextOrBinaryCodecStream.class/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/GsContext.class/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/Interval.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/MessageSend.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/Number.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/Object.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/PackageInfo.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/PositionableStream.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/SequenceableCollection.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/String.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/Symbol.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/SystemAbortTransaction.class/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/SystemBeginTransaction.class/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/SystemCommitTransaction.class/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/SystemTransactionNotification.class/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/UnorderedCollection.extension/methodProperties.json delete mode 100644 repository/Grease-GemStone-Core.package/WriteStream.extension/methodProperties.json diff --git a/repository/Grease-Core.package/Character.extension/methodProperties.json b/repository/Grease-Core.package/Character.extension/methodProperties.json deleted file mode 100644 index 4c54bdcb..00000000 --- a/repository/Grease-Core.package/Character.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRBoundMessage.class/methodProperties.json b/repository/Grease-Core.package/GRBoundMessage.class/methodProperties.json deleted file mode 100644 index ec8bf751..00000000 --- a/repository/Grease-Core.package/GRBoundMessage.class/methodProperties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "class" : { - "selector:" : " 10/11/2020 07:23:50", - "selector:arguments:" : " 10/11/2020 07:23:50" }, - "instance" : { - "argumentCount" : " 10/11/2020 07:23:50", - "initializeWithSelector:arguments:" : " 10/11/2020 07:23:50", - "mergeArguments:" : " 10/11/2020 07:23:50", - "printOn:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRCodec.class/methodProperties.json b/repository/Grease-Core.package/GRCodec.class/methodProperties.json deleted file mode 100644 index ab016c97..00000000 --- a/repository/Grease-Core.package/GRCodec.class/methodProperties.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "class" : { - "allCodecs" : " 10/11/2020 07:23:50", - "basicForEncoding:" : " 10/11/2020 07:23:50", - "codecs" : "JohanBrichau 11/14/2020 01:33", - "forEncoding:" : " 10/11/2020 07:23:50", - "supportsEncoding:" : " 10/11/2020 07:23:50", - "unsupportedEncoding:" : " 10/11/2020 07:23:50" }, - "instance" : { - "decode:" : " 10/11/2020 07:23:50", - "decoderFor:" : " 10/11/2020 07:23:50", - "encode:" : " 10/11/2020 07:23:50", - "encoderFor:" : " 10/11/2020 07:23:50", - "name" : " 10/11/2020 07:23:50", - "printOn:" : " 10/11/2020 07:23:50", - "url" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRCodecStream.class/methodProperties.json b/repository/Grease-Core.package/GRCodecStream.class/methodProperties.json deleted file mode 100644 index 0e4a6622..00000000 --- a/repository/Grease-Core.package/GRCodecStream.class/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - } } diff --git a/repository/Grease-Core.package/GRCountingStream.class/methodProperties.json b/repository/Grease-Core.package/GRCountingStream.class/methodProperties.json deleted file mode 100644 index b54bd4b5..00000000 --- a/repository/Grease-Core.package/GRCountingStream.class/methodProperties.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "count" : " 10/11/2020 07:23:50", - "greaseNext:putAll:startingAt:" : " 10/11/2020 07:23:50", - "initialize" : " 10/11/2020 07:23:50", - "next" : " 10/11/2020 07:23:50", - "next:" : " 10/11/2020 07:23:50", - "nextPut:" : " 10/11/2020 07:23:50", - "nextPutAll:" : " 10/11/2020 07:23:50", - "reset" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRDelayedSend.class/methodProperties.json b/repository/Grease-Core.package/GRDelayedSend.class/methodProperties.json deleted file mode 100644 index fc80b2ba..00000000 --- a/repository/Grease-Core.package/GRDelayedSend.class/methodProperties.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "class" : { - "empty" : " 10/11/2020 07:23:50", - "new" : " 10/11/2020 07:23:50", - "receiver:selector:" : " 10/11/2020 07:23:50", - "receiver:selector:argument:" : " 10/11/2020 07:23:50", - "receiver:selector:arguments:" : " 10/11/2020 07:23:50" }, - "instance" : { - "argumentCount" : " 10/11/2020 07:23:50", - "initializeWithReceiver:message:" : " 10/11/2020 07:23:50", - "printOn:" : " 10/11/2020 07:23:50", - "value" : " 10/11/2020 07:23:50", - "value:" : " 10/11/2020 07:23:50", - "value:value:" : " 10/11/2020 07:23:50", - "valueWithArguments:" : " 10/11/2020 07:23:50", - "valueWithPossibleArguments:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRDelayedSendMessage.class/methodProperties.json b/repository/Grease-Core.package/GRDelayedSendMessage.class/methodProperties.json deleted file mode 100644 index fe82e1df..00000000 --- a/repository/Grease-Core.package/GRDelayedSendMessage.class/methodProperties.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "class" : { - "new" : " 10/11/2020 07:23:50", - "selector:" : " 10/11/2020 07:23:50" }, - "instance" : { - "argumentCount" : " 10/11/2020 07:23:50", - "basicPerformFor:withArguments:" : " 10/11/2020 07:23:50", - "initializeWithSelector:" : " 10/11/2020 07:23:50", - "invalidArgumentCount" : " 10/11/2020 07:23:50", - "mergeArguments:" : " 10/11/2020 07:23:50", - "printOn:" : " 10/11/2020 07:23:50", - "valueFor:withArguments:" : " 10/11/2020 07:23:50", - "valueFor:withPossibleArguments:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRDelegatingStream.class/methodProperties.json b/repository/Grease-Core.package/GRDelegatingStream.class/methodProperties.json deleted file mode 100644 index fc8947cb..00000000 --- a/repository/Grease-Core.package/GRDelegatingStream.class/methodProperties.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "class" : { - "on:" : " 10/11/2020 07:23:50" }, - "instance" : { - "atEnd" : " 10/11/2020 07:23:50", - "contents" : " 10/11/2020 07:23:50", - "crlf" : " 10/11/2020 07:23:50", - "flush" : " 10/11/2020 07:23:50", - "initializeOn:" : " 10/11/2020 07:23:50", - "isStream" : " 10/11/2020 07:23:50", - "next" : " 10/11/2020 07:23:50", - "next:" : " 10/11/2020 07:23:50", - "nextPut:" : " 10/11/2020 07:23:50", - "nextPutAll:" : " 10/11/2020 07:23:50", - "position" : " 10/11/2020 07:23:50", - "print:" : " 10/11/2020 07:23:50", - "reset" : " 10/11/2020 07:23:50", - "size" : " 10/11/2020 07:23:50", - "space" : " 10/11/2020 07:23:50", - "tab" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRDeprecatedApiNotification.class/methodProperties.json b/repository/Grease-Core.package/GRDeprecatedApiNotification.class/methodProperties.json deleted file mode 100644 index 17890d89..00000000 --- a/repository/Grease-Core.package/GRDeprecatedApiNotification.class/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "details" : " 10/11/2020 07:23:50", - "details:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRError.class/methodProperties.json b/repository/Grease-Core.package/GRError.class/methodProperties.json deleted file mode 100644 index 0e4a6622..00000000 --- a/repository/Grease-Core.package/GRError.class/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - } } diff --git a/repository/Grease-Core.package/GRInflector.class/methodProperties.json b/repository/Grease-Core.package/GRInflector.class/methodProperties.json deleted file mode 100644 index eb597a8c..00000000 --- a/repository/Grease-Core.package/GRInflector.class/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - "initialize" : " 10/11/2020 07:23:50", - "pluralize:" : " 10/11/2020 07:23:50" }, - "instance" : { - } } diff --git a/repository/Grease-Core.package/GRInvalidArgumentCount.class/methodProperties.json b/repository/Grease-Core.package/GRInvalidArgumentCount.class/methodProperties.json deleted file mode 100644 index 0e4a6622..00000000 --- a/repository/Grease-Core.package/GRInvalidArgumentCount.class/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - } } diff --git a/repository/Grease-Core.package/GRInvalidUtf8Error.class/methodProperties.json b/repository/Grease-Core.package/GRInvalidUtf8Error.class/methodProperties.json deleted file mode 100644 index 0e4a6622..00000000 --- a/repository/Grease-Core.package/GRInvalidUtf8Error.class/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - } } diff --git a/repository/Grease-Core.package/GRMappedPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRMappedPrinter.class/methodProperties.json deleted file mode 100644 index 4da90abf..00000000 --- a/repository/Grease-Core.package/GRMappedPrinter.class/methodProperties.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "class" : { - "block:next:" : " 10/11/2020 07:23:50" }, - "instance" : { - "block:" : " 10/11/2020 07:23:50", - "initialize" : " 10/11/2020 07:23:50", - "next:" : " 10/11/2020 07:23:50", - "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRNotification.class/methodProperties.json b/repository/Grease-Core.package/GRNotification.class/methodProperties.json deleted file mode 100644 index 0e4a6622..00000000 --- a/repository/Grease-Core.package/GRNotification.class/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - } } diff --git a/repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/methodProperties.json b/repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/methodProperties.json deleted file mode 100644 index 5076624c..00000000 --- a/repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - "defaultValue" : " 10/11/2020 07:23:50", - "use:during:" : " 10/11/2020 07:23:50", - "value" : " 10/11/2020 07:23:50" }, - "instance" : { - "defaultAction" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRNullCodec.class/methodProperties.json b/repository/Grease-Core.package/GRNullCodec.class/methodProperties.json deleted file mode 100644 index 2ff00a10..00000000 --- a/repository/Grease-Core.package/GRNullCodec.class/methodProperties.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "class" : { - "basicForEncoding:" : " 10/11/2020 07:23:50", - "codecName" : " 10/11/2020 07:23:50", - "codecs" : " 10/11/2020 07:23:50", - "supportsEncoding:" : " 10/11/2020 07:23:50" }, - "instance" : { - "decode:" : " 10/11/2020 07:23:50", - "decoderFor:" : " 10/11/2020 07:23:50", - "encode:" : " 10/11/2020 07:23:50", - "encoderFor:" : " 10/11/2020 07:23:50", - "name" : " 10/11/2020 07:23:50", - "url" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRNullCodecStream.class/methodProperties.json b/repository/Grease-Core.package/GRNullCodecStream.class/methodProperties.json deleted file mode 100644 index 63cefe92..00000000 --- a/repository/Grease-Core.package/GRNullCodecStream.class/methodProperties.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "next" : " 10/11/2020 07:23:50", - "next:" : " 10/11/2020 07:23:50", - "nextPut:" : " 10/11/2020 07:23:50", - "nextPutAll:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRNumberPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRNumberPrinter.class/methodProperties.json deleted file mode 100644 index 09c4eabc..00000000 --- a/repository/Grease-Core.package/GRNumberPrinter.class/methodProperties.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "class" : { - "initialize" : " 10/11/2020 07:23:50" }, - "instance" : { - "accuracy:" : " 10/11/2020 07:23:50", - "base:" : " 10/11/2020 07:23:50", - "characters:" : " 10/11/2020 07:23:50", - "delimiter:" : " 10/11/2020 07:23:50", - "digits:" : " 10/11/2020 07:23:50", - "digitsOf:base:" : " 10/11/2020 07:23:50", - "infinite:" : " 10/11/2020 07:23:50", - "initialize" : " 10/11/2020 07:23:50", - "lengthOf:base:" : " 10/11/2020 07:23:50", - "lowercase" : " 10/11/2020 07:23:50", - "nan:" : " 10/11/2020 07:23:50", - "padLeft:to:on:" : " 10/11/2020 07:23:50", - "padding:" : " 10/11/2020 07:23:50", - "precision:" : " 10/11/2020 07:23:50", - "print:on:" : " 10/11/2020 07:23:50", - "printDigitsOf:withLength:on:" : " 10/11/2020 07:23:50", - "printFloat:on:" : " 10/11/2020 07:23:50", - "printFraction:on:" : " 10/11/2020 07:23:50", - "printInfinite:on:" : " 10/11/2020 07:23:50", - "printInteger:on:" : " 10/11/2020 07:23:50", - "printNaN:on:" : " 10/11/2020 07:23:50", - "separate:left:on:" : " 10/11/2020 07:23:50", - "separate:right:" : " 10/11/2020 07:23:50", - "separator:" : " 10/11/2020 07:23:50", - "uppercase" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRObject.class/methodProperties.json b/repository/Grease-Core.package/GRObject.class/methodProperties.json deleted file mode 100644 index a5d39002..00000000 --- a/repository/Grease-Core.package/GRObject.class/methodProperties.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "class" : { - "defaultErrorClass" : " 10/11/2020 07:23:50", - "error:" : " 10/11/2020 07:23:50", - "new" : " 10/11/2020 07:23:50" }, - "instance" : { - "error:" : " 10/11/2020 07:23:50", - "initialize" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GROrderedMultiMap.class/methodProperties.json b/repository/Grease-Core.package/GROrderedMultiMap.class/methodProperties.json deleted file mode 100644 index 85ce3543..00000000 --- a/repository/Grease-Core.package/GROrderedMultiMap.class/methodProperties.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "add:" : " 10/11/2020 07:23:50", - "addAll:" : " 10/11/2020 07:23:50", - "allAt:" : " 10/11/2020 07:23:50", - "allAt:ifAbsent:" : " 10/11/2020 07:23:50", - "at:add:" : " 10/11/2020 07:23:50", - "keysAndAllValuesDo:" : " 10/11/2020 07:23:50", - "privateAllAt:startingAt:" : " 10/11/2020 07:23:50", - "removeKey:ifAbsent:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GROrderedMultiMap2.class/methodProperties.json b/repository/Grease-Core.package/GROrderedMultiMap2.class/methodProperties.json deleted file mode 100644 index 85ce3543..00000000 --- a/repository/Grease-Core.package/GROrderedMultiMap2.class/methodProperties.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "add:" : " 10/11/2020 07:23:50", - "addAll:" : " 10/11/2020 07:23:50", - "allAt:" : " 10/11/2020 07:23:50", - "allAt:ifAbsent:" : " 10/11/2020 07:23:50", - "at:add:" : " 10/11/2020 07:23:50", - "keysAndAllValuesDo:" : " 10/11/2020 07:23:50", - "privateAllAt:startingAt:" : " 10/11/2020 07:23:50", - "removeKey:ifAbsent:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GROrdinalizePrinter.class/methodProperties.json b/repository/Grease-Core.package/GROrdinalizePrinter.class/methodProperties.json deleted file mode 100644 index 209d3c2e..00000000 --- a/repository/Grease-Core.package/GROrdinalizePrinter.class/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "ordinalize:" : " 10/11/2020 07:23:50", - "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRPackage.class/methodProperties.json b/repository/Grease-Core.package/GRPackage.class/methodProperties.json deleted file mode 100644 index 1dcb4af7..00000000 --- a/repository/Grease-Core.package/GRPackage.class/methodProperties.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "class" : { - "grPackages" : " 10/11/2020 07:23:50", - "greaseCore" : " 10/11/2020 07:23:50" }, - "instance" : { - "addDependenciesTo:" : " 10/11/2020 07:23:50", - "addDependency:" : " 10/11/2020 07:23:50", - "allDependencies" : " 10/11/2020 07:23:50", - "dependencies" : " 10/11/2020 07:23:50", - "description" : " 10/11/2020 07:23:50", - "description:" : " 10/11/2020 07:23:50", - "greaseUrl" : " 10/11/2020 07:23:50", - "initialize" : " 10/11/2020 07:23:50", - "isLGPL" : " 10/11/2020 07:23:50", - "isMIT" : " 10/11/2020 07:23:50", - "license" : " 10/11/2020 07:23:50", - "license:" : " 10/11/2020 07:23:50", - "name" : " 10/11/2020 07:23:50", - "name:" : " 10/11/2020 07:23:50", - "printOn:" : " 10/11/2020 07:23:50", - "resolveWith:" : " 10/11/2020 07:23:50", - "seasideAddonsUrl" : " 10/11/2020 07:23:50", - "seasideLGPLUrl" : " 10/11/2020 07:23:50", - "seasideUrl" : " 10/11/2020 07:23:50", - "url" : " 10/11/2020 07:23:50", - "url:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRPlatform.class/methodProperties.json b/repository/Grease-Core.package/GRPlatform.class/methodProperties.json deleted file mode 100644 index f812edbe..00000000 --- a/repository/Grease-Core.package/GRPlatform.class/methodProperties.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "class" : { - "current" : " 10/11/2020 07:23:50", - "current:" : " 10/11/2020 07:23:50", - "select" : " 10/11/2020 07:23:50", - "unselect" : " 10/11/2020 07:23:50" }, - "instance" : { - "addToShutDownList:" : " 10/11/2020 07:23:50", - "addToStartUpList:" : " 10/11/2020 07:23:50", - "asMethodReturningByteArray:named:" : " 10/11/2020 07:23:50", - "base64Decode:" : " 10/11/2020 07:23:50", - "bindingOf:" : " 10/11/2020 07:23:50", - "compile:into:classified:" : " 10/11/2020 07:23:50", - "contentsOfFile:binary:" : " 10/11/2020 07:23:50", - "convertToSmalltalkNewlines:" : " 10/11/2020 07:23:50", - "deprecationExceptionSet" : " 10/11/2020 07:23:50", - "directoriesIn:" : " 10/11/2020 07:23:50", - "doTransaction:" : " 10/11/2020 07:23:50", - "ensureExistenceOfFolder:" : " 10/11/2020 07:23:50", - "fileExists:" : " 10/11/2020 07:23:50", - "fileStreamOn:do:binary:" : " 10/11/2020 07:23:50", - "filesIn:" : " 10/11/2020 07:23:50", - "isProcessTerminated:" : " 10/11/2020 07:23:50", - "label" : " 10/11/2020 07:23:50", - "localNameOf:" : " 10/11/2020 07:23:50", - "newRandom" : " 10/11/2020 07:23:50", - "newline" : " 10/11/2020 07:23:50", - "openDebuggerOn:" : " 10/11/2020 07:23:50", - "pathSeparator" : " 10/11/2020 07:23:50", - "readWriteByteStream" : " 10/11/2020 07:23:50", - "readWriteCharacterStream" : " 10/11/2020 07:23:50", - "reducedConflictDictionary" : " 10/11/2020 07:23:50", - "removeFromShutDownList:" : " 10/11/2020 07:23:50", - "removeFromStartUpList:" : " 10/11/2020 07:23:50", - "removeSelector:from:" : " 10/11/2020 07:23:50", - "secureHashFor:" : " 10/11/2020 07:23:50", - "semaphoreClass" : " 10/11/2020 07:23:50", - "stackDepth" : " 10/11/2020 07:23:50", - "terminateProcess:" : " 10/11/2020 07:23:50", - "thisContext" : " 10/11/2020 07:23:50", - "version" : " 10/11/2020 07:23:50", - "versionString" : " 10/11/2020 07:23:50", - "weakDictionaryOfSize:" : " 10/11/2020 07:23:50", - "write:toFile:inFolder:" : " 10/11/2020 07:23:50", - "writeCharacterStreamOn:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRPluggablePrinter.class/methodProperties.json b/repository/Grease-Core.package/GRPluggablePrinter.class/methodProperties.json deleted file mode 100644 index 9e57849d..00000000 --- a/repository/Grease-Core.package/GRPluggablePrinter.class/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - "on:" : " 10/11/2020 07:23:50" }, - "instance" : { - "block:" : " 10/11/2020 07:23:50", - "initialize" : " 10/11/2020 07:23:50", - "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRPrinter.class/methodProperties.json deleted file mode 100644 index de1b2010..00000000 --- a/repository/Grease-Core.package/GRPrinter.class/methodProperties.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "class" : { - "abbreviatedMonthName" : " 10/11/2020 07:23:50", - "abbreviatedWeekName" : " 10/11/2020 07:23:50", - "absOffsetHoursPadded" : " 10/11/2020 07:23:50", - "absOffsetMinutesPadded" : " 10/11/2020 07:23:50", - "binaryFileSize" : " 10/11/2020 07:23:50", - "cookieTimestamp" : " 10/11/2020 07:23:50", - "decimalFileSize" : " 10/11/2020 07:23:50", - "fullMonthName" : " 10/11/2020 07:23:50", - "fullWeekName" : " 10/11/2020 07:23:50", - "httpDate" : " 10/11/2020 07:23:50", - "isoDate" : " 10/11/2020 07:23:50", - "isoTime" : " 10/11/2020 07:23:50", - "monthName:" : " 10/11/2020 07:23:50", - "numberWithAtLeastDigits:" : " 10/11/2020 07:23:50", - "offsetSign" : " 10/11/2020 07:23:50", - "paddedCentury" : " 10/11/2020 07:23:50", - "paddedDay" : " 10/11/2020 07:23:50", - "paddedHour12" : " 10/11/2020 07:23:50", - "paddedHour24" : " 10/11/2020 07:23:50", - "paddedMinute" : " 10/11/2020 07:23:50", - "paddedMonth" : " 10/11/2020 07:23:50", - "paddedSecond" : " 10/11/2020 07:23:50", - "paddedYear" : " 10/11/2020 07:23:50", - "rfc1123" : " 10/11/2020 07:23:50", - "rfc822" : " 10/11/2020 07:23:50", - "rfc822WithTimeZone:" : " 10/11/2020 07:23:50", - "swissCurrency" : " 10/11/2020 07:23:50", - "unpaddedCentury" : " 10/11/2020 07:23:50", - "unpaddedDay" : " 10/11/2020 07:23:50", - "unpaddedHour12" : " 10/11/2020 07:23:50", - "unpaddedHour24" : " 10/11/2020 07:23:50", - "unpaddedMinute" : " 10/11/2020 07:23:50", - "unpaddedMonth" : " 10/11/2020 07:23:50", - "unpaddedSecond" : " 10/11/2020 07:23:50", - "unpaddedYear" : " 10/11/2020 07:23:50", - "usCurrency" : " 10/11/2020 07:23:50", - "weekName:" : " 10/11/2020 07:23:50" }, - "instance" : { - "," : " 10/11/2020 07:23:50", - "pad:center:to:" : " 10/11/2020 07:23:50", - "pad:left:to:" : " 10/11/2020 07:23:50", - "pad:right:to:" : " 10/11/2020 07:23:50", - "print:" : " 10/11/2020 07:23:50", - "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRSequentialPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRSequentialPrinter.class/methodProperties.json deleted file mode 100644 index c1edaef8..00000000 --- a/repository/Grease-Core.package/GRSequentialPrinter.class/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "," : " 10/11/2020 07:23:50", - "initialize" : " 10/11/2020 07:23:50", - "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRSignPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRSignPrinter.class/methodProperties.json deleted file mode 100644 index 37422896..00000000 --- a/repository/Grease-Core.package/GRSignPrinter.class/methodProperties.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "initialize" : " 10/11/2020 07:23:50", - "negativePrinter:" : " 10/11/2020 07:23:50", - "positivePrinter:" : " 10/11/2020 07:23:50", - "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRSmallDictionary.class/methodProperties.json b/repository/Grease-Core.package/GRSmallDictionary.class/methodProperties.json deleted file mode 100644 index f5d8caac..00000000 --- a/repository/Grease-Core.package/GRSmallDictionary.class/methodProperties.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "class" : { - "new" : " 10/11/2020 07:23:50", - "new:" : " 10/11/2020 07:23:50", - "withAll:" : " 10/11/2020 07:23:50" }, - "instance" : { - "add:" : " 10/11/2020 07:23:50", - "addAll:" : " 10/11/2020 07:23:50", - "any" : " 10/11/2020 07:23:50", - "associations" : " 10/11/2020 07:23:50", - "associationsDo:" : " 10/11/2020 07:23:50", - "at:" : " 10/11/2020 07:23:50", - "at:ifAbsent:" : " 10/11/2020 07:23:50", - "at:ifAbsentPut:" : " 10/11/2020 07:23:50", - "at:ifPresent:" : " 10/11/2020 07:23:50", - "at:put:" : " 10/11/2020 07:23:50", - "do:" : " 10/11/2020 07:23:50", - "errorEmptyCollection" : " 10/11/2020 07:23:50", - "errorKeyNotFound" : " 10/11/2020 07:23:50", - "findIndexFor:" : " 10/11/2020 07:23:50", - "grow" : " 10/11/2020 07:23:50", - "includesKey:" : " 10/11/2020 07:23:50", - "initialize:" : " 10/11/2020 07:23:50", - "isCollection" : " 10/11/2020 07:23:50", - "isEmpty" : " 10/11/2020 07:23:50", - "keys" : " 10/11/2020 07:23:50", - "keysAndValuesDo:" : " 10/11/2020 07:23:50", - "keysDo:" : " 10/11/2020 07:23:50", - "noneSatisfy:" : " 10/11/2020 07:23:50", - "notEmpty" : " 10/11/2020 07:23:50", - "postCopy" : " 10/11/2020 07:23:50", - "printOn:" : " 10/11/2020 07:23:50", - "privateAt:put:" : " 10/11/2020 07:23:50", - "removeIndex:" : " 10/11/2020 07:23:50", - "removeKey:" : " 10/11/2020 07:23:50", - "removeKey:ifAbsent:" : " 10/11/2020 07:23:50", - "size" : " 10/11/2020 07:23:50", - "sorted" : " 10/11/2020 07:23:50", - "sorted:" : " 10/11/2020 07:23:50", - "values" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRSmallDictionary2.class/methodProperties.json b/repository/Grease-Core.package/GRSmallDictionary2.class/methodProperties.json deleted file mode 100644 index f5d8caac..00000000 --- a/repository/Grease-Core.package/GRSmallDictionary2.class/methodProperties.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "class" : { - "new" : " 10/11/2020 07:23:50", - "new:" : " 10/11/2020 07:23:50", - "withAll:" : " 10/11/2020 07:23:50" }, - "instance" : { - "add:" : " 10/11/2020 07:23:50", - "addAll:" : " 10/11/2020 07:23:50", - "any" : " 10/11/2020 07:23:50", - "associations" : " 10/11/2020 07:23:50", - "associationsDo:" : " 10/11/2020 07:23:50", - "at:" : " 10/11/2020 07:23:50", - "at:ifAbsent:" : " 10/11/2020 07:23:50", - "at:ifAbsentPut:" : " 10/11/2020 07:23:50", - "at:ifPresent:" : " 10/11/2020 07:23:50", - "at:put:" : " 10/11/2020 07:23:50", - "do:" : " 10/11/2020 07:23:50", - "errorEmptyCollection" : " 10/11/2020 07:23:50", - "errorKeyNotFound" : " 10/11/2020 07:23:50", - "findIndexFor:" : " 10/11/2020 07:23:50", - "grow" : " 10/11/2020 07:23:50", - "includesKey:" : " 10/11/2020 07:23:50", - "initialize:" : " 10/11/2020 07:23:50", - "isCollection" : " 10/11/2020 07:23:50", - "isEmpty" : " 10/11/2020 07:23:50", - "keys" : " 10/11/2020 07:23:50", - "keysAndValuesDo:" : " 10/11/2020 07:23:50", - "keysDo:" : " 10/11/2020 07:23:50", - "noneSatisfy:" : " 10/11/2020 07:23:50", - "notEmpty" : " 10/11/2020 07:23:50", - "postCopy" : " 10/11/2020 07:23:50", - "printOn:" : " 10/11/2020 07:23:50", - "privateAt:put:" : " 10/11/2020 07:23:50", - "removeIndex:" : " 10/11/2020 07:23:50", - "removeKey:" : " 10/11/2020 07:23:50", - "removeKey:ifAbsent:" : " 10/11/2020 07:23:50", - "size" : " 10/11/2020 07:23:50", - "sorted" : " 10/11/2020 07:23:50", - "sorted:" : " 10/11/2020 07:23:50", - "values" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRSmallOrderedSet.class/methodProperties.json b/repository/Grease-Core.package/GRSmallOrderedSet.class/methodProperties.json deleted file mode 100644 index 189568d6..00000000 --- a/repository/Grease-Core.package/GRSmallOrderedSet.class/methodProperties.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "class" : { - "new" : " 10/11/2020 07:23:50", - "new:" : " 10/11/2020 07:23:50", - "withAll:" : " 10/11/2020 07:23:50" }, - "instance" : { - "add:" : " 10/11/2020 07:23:50", - "addAll:" : " 10/11/2020 07:23:50", - "do:" : " 10/11/2020 07:23:50", - "do:separatedBy:" : " 10/11/2020 07:23:50", - "errorNotFound" : " 10/11/2020 07:23:50", - "findIndexFor:" : " 10/11/2020 07:23:50", - "grow" : " 10/11/2020 07:23:50", - "includes:" : " 10/11/2020 07:23:50", - "initialize:" : " 10/11/2020 07:23:50", - "isCollection" : " 10/11/2020 07:23:50", - "isEmpty" : " 10/11/2020 07:23:50", - "postCopy" : " 10/11/2020 07:23:50", - "privateAdd:" : " 10/11/2020 07:23:50", - "remove:" : " 10/11/2020 07:23:50", - "remove:ifAbsent:" : " 10/11/2020 07:23:50", - "removeIndex:" : " 10/11/2020 07:23:50", - "size" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRStringPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRStringPrinter.class/methodProperties.json deleted file mode 100644 index cc13f183..00000000 --- a/repository/Grease-Core.package/GRStringPrinter.class/methodProperties.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "character:" : " 10/11/2020 07:23:50", - "initialize" : " 10/11/2020 07:23:50", - "length:" : " 10/11/2020 07:23:50", - "padCenter" : " 10/11/2020 07:23:50", - "padLeft" : " 10/11/2020 07:23:50", - "padNone" : " 10/11/2020 07:23:50", - "padRight" : " 10/11/2020 07:23:50", - "print:on:" : " 10/11/2020 07:23:50", - "trimBoth" : " 10/11/2020 07:23:50", - "trimLeft" : " 10/11/2020 07:23:50", - "trimNone" : " 10/11/2020 07:23:50", - "trimRight" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRUnboundMessage.class/methodProperties.json b/repository/Grease-Core.package/GRUnboundMessage.class/methodProperties.json deleted file mode 100644 index e6b9e699..00000000 --- a/repository/Grease-Core.package/GRUnboundMessage.class/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "argumentCount" : " 10/11/2020 07:23:50", - "mergeArguments:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRUnitPrinter.class/methodProperties.json b/repository/Grease-Core.package/GRUnitPrinter.class/methodProperties.json deleted file mode 100644 index 095280dd..00000000 --- a/repository/Grease-Core.package/GRUnitPrinter.class/methodProperties.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "class" : { - "base:units:" : " 10/11/2020 07:23:50" }, - "instance" : { - "base:" : " 10/11/2020 07:23:50", - "fractionPrinter:" : " 10/11/2020 07:23:50", - "initialize" : " 10/11/2020 07:23:50", - "integerPrinter:" : " 10/11/2020 07:23:50", - "print:on:" : " 10/11/2020 07:23:50", - "print:unit:on:" : " 10/11/2020 07:23:50", - "units:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/GRUnsupportedEncodingError.class/methodProperties.json b/repository/Grease-Core.package/GRUnsupportedEncodingError.class/methodProperties.json deleted file mode 100644 index 0e4a6622..00000000 --- a/repository/Grease-Core.package/GRUnsupportedEncodingError.class/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - } } diff --git a/repository/Grease-Core.package/GRVersion.class/methodProperties.json b/repository/Grease-Core.package/GRVersion.class/methodProperties.json deleted file mode 100644 index 274ab17f..00000000 --- a/repository/Grease-Core.package/GRVersion.class/methodProperties.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "class" : { - "major:" : " 10/11/2020 07:23:50", - "major:minor:" : " 10/11/2020 07:23:50", - "major:minor:revision:" : " 10/11/2020 07:23:50", - "new" : " 10/11/2020 07:23:50" }, - "instance" : { - "<" : " 10/11/2020 07:23:50", - "<=" : " 10/11/2020 07:23:50", - "=" : " 10/11/2020 07:23:50", - ">" : " 10/11/2020 07:23:50", - ">=" : " 10/11/2020 07:23:50", - "beAlpha" : " 10/11/2020 07:23:50", - "beAlpha:" : " 10/11/2020 07:23:50", - "beBeta" : " 10/11/2020 07:23:50", - "beBeta:" : " 10/11/2020 07:23:50", - "beFinal" : " 10/11/2020 07:23:50", - "beReleaseCandidate" : " 10/11/2020 07:23:50", - "beReleaseCandidate:" : " 10/11/2020 07:23:50", - "greaseString" : " 10/11/2020 07:23:50", - "hash" : " 10/11/2020 07:23:50", - "initializeWithMajor:minor:revision:" : " 10/11/2020 07:23:50", - "isAlpha" : " 10/11/2020 07:23:50", - "isBeta" : " 10/11/2020 07:23:50", - "isFinal" : " 10/11/2020 07:23:50", - "isReleaseCandidate" : " 10/11/2020 07:23:50", - "major" : " 10/11/2020 07:23:50", - "major:" : " 10/11/2020 07:23:50", - "minor" : " 10/11/2020 07:23:50", - "minor:" : " 10/11/2020 07:23:50", - "revision" : " 10/11/2020 07:23:50", - "revision:" : " 10/11/2020 07:23:50", - "stage" : " 10/11/2020 07:23:50", - "stage:number:" : " 10/11/2020 07:23:50", - "stageNumber" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/Integer.extension/methodProperties.json b/repository/Grease-Core.package/Integer.extension/methodProperties.json deleted file mode 100644 index c6850e64..00000000 --- a/repository/Grease-Core.package/Integer.extension/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "greaseInteger" : " 10/11/2020 07:23:50", - "pluralize:" : " 10/11/2020 07:23:50", - "pluralize:with:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/Number.extension/methodProperties.json b/repository/Grease-Core.package/Number.extension/methodProperties.json deleted file mode 100644 index 49bbc162..00000000 --- a/repository/Grease-Core.package/Number.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "greaseInteger" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/Object.extension/methodProperties.json b/repository/Grease-Core.package/Object.extension/methodProperties.json deleted file mode 100644 index 381d46ba..00000000 --- a/repository/Grease-Core.package/Object.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "greaseDeprecatedApi:details:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/String.extension/methodProperties.json b/repository/Grease-Core.package/String.extension/methodProperties.json deleted file mode 100644 index 796d6476..00000000 --- a/repository/Grease-Core.package/String.extension/methodProperties.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "excerpt:" : " 10/11/2020 07:23:50", - "excerpt:radius:" : " 10/11/2020 07:23:50", - "excerpt:radius:ellipsis:" : " 10/11/2020 07:23:50", - "greaseInteger" : " 10/11/2020 07:23:50", - "pluralize" : " 10/11/2020 07:23:50", - "print:on:" : " 10/11/2020 07:23:50", - "truncate" : " 10/11/2020 07:23:50", - "truncate:" : " 10/11/2020 07:23:50", - "truncate:ellipsis:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-Core.package/UndefinedObject.extension/methodProperties.json b/repository/Grease-Core.package/UndefinedObject.extension/methodProperties.json deleted file mode 100644 index 4c54bdcb..00000000 --- a/repository/Grease-Core.package/UndefinedObject.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "print:on:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Array.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Array.extension/methodProperties.json deleted file mode 100644 index 6142915c..00000000 --- a/repository/Grease-GemStone-Core.package/Array.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "beMutable" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Behavior.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Behavior.extension/methodProperties.json deleted file mode 100644 index 63647c72..00000000 --- a/repository/Grease-GemStone-Core.package/Behavior.extension/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "fullName" : " 10/11/2020 07:23:50", - "removeSelectorSilently:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/BinaryFloat.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/BinaryFloat.extension/methodProperties.json deleted file mode 100644 index e505f664..00000000 --- a/repository/Grease-GemStone-Core.package/BinaryFloat.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "greaseString" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/ByteArray.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/ByteArray.extension/methodProperties.json deleted file mode 100644 index e505f664..00000000 --- a/repository/Grease-GemStone-Core.package/ByteArray.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "greaseString" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Character.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Character.extension/methodProperties.json deleted file mode 100644 index 49bbc162..00000000 --- a/repository/Grease-GemStone-Core.package/Character.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "greaseInteger" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/CharacterCollection.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/CharacterCollection.extension/methodProperties.json deleted file mode 100644 index f486ec75..00000000 --- a/repository/Grease-GemStone-Core.package/CharacterCollection.extension/methodProperties.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "excerpt:" : " 10/11/2020 07:23:50", - "excerpt:radius:" : " 10/11/2020 07:23:50", - "excerpt:radius:ellipsis:" : " 10/11/2020 07:23:50", - "greaseInteger" : " 10/11/2020 07:23:50", - "pluralize" : " 10/11/2020 07:23:50", - "print:on:" : " 10/11/2020 07:23:50", - "substrings:" : " 10/11/2020 07:23:50", - "trimBoth" : " 10/11/2020 07:23:50", - "trimBoth:" : " 10/11/2020 07:23:50", - "trimLeft" : " 10/11/2020 07:23:50", - "trimLeft:" : " 10/11/2020 07:23:50", - "trimLeft:right:" : " 10/11/2020 07:23:50", - "trimRight" : " 10/11/2020 07:23:50", - "trimRight:" : " 10/11/2020 07:23:50", - "truncate" : " 10/11/2020 07:23:50", - "truncate:" : " 10/11/2020 07:23:50", - "truncate:ellipsis:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Collection.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Collection.extension/methodProperties.json deleted file mode 100644 index d5d64984..00000000 --- a/repository/Grease-GemStone-Core.package/Collection.extension/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "any" : " 10/11/2020 07:23:50", - "sorted" : " 10/11/2020 07:23:50", - "sorted:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Date.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Date.extension/methodProperties.json deleted file mode 100644 index 51458723..00000000 --- a/repository/Grease-GemStone-Core.package/Date.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - "daysInMonthNumber:forYear:" : " 10/11/2020 07:23:50" }, - "instance" : { - } } diff --git a/repository/Grease-GemStone-Core.package/Dictionary.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Dictionary.extension/methodProperties.json deleted file mode 100644 index 59c1f401..00000000 --- a/repository/Grease-GemStone-Core.package/Dictionary.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "copyFrom:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/DoubleByteString.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/DoubleByteString.extension/methodProperties.json deleted file mode 100644 index e505f664..00000000 --- a/repository/Grease-GemStone-Core.package/DoubleByteString.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "greaseString" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Duration.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Duration.extension/methodProperties.json deleted file mode 100644 index 135f996d..00000000 --- a/repository/Grease-GemStone-Core.package/Duration.extension/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - "milliseconds:" : " 10/11/2020 07:23:50" }, - "instance" : { - "asMilliseconds" : " 10/11/2020 07:23:50", - "milliseconds" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Exception.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Exception.extension/methodProperties.json deleted file mode 100644 index 0bec5698..00000000 --- a/repository/Grease-GemStone-Core.package/Exception.extension/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - "raiseSignal" : " 10/11/2020 07:23:50", - "raiseSignal:" : " 10/11/2020 07:23:50" }, - "instance" : { - "raiseSignal" : " 10/11/2020 07:23:50", - "raiseSignal:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/GRDynamicVariable.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GRDynamicVariable.class/methodProperties.json deleted file mode 100644 index 03da5426..00000000 --- a/repository/Grease-GemStone-Core.package/GRDynamicVariable.class/methodProperties.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "class" : { - "default" : " 10/11/2020 07:23:50", - "defaultValue" : " 10/11/2020 07:23:50", - "use:during:" : " 10/11/2020 07:23:50", - "value" : " 10/11/2020 07:23:50" }, - "instance" : { - } } diff --git a/repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/methodProperties.json deleted file mode 100644 index 6b5e60e2..00000000 --- a/repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/methodProperties.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "class" : { - "initialize" : " 10/11/2020 07:23:50", - "unload" : " 10/11/2020 07:23:50" }, - "instance" : { - "addToShutDownList:" : " 10/11/2020 07:23:50", - "addToStartUpList:" : " 10/11/2020 07:23:50", - "asMethodReturningByteArray:named:" : " 10/11/2020 07:23:50", - "asMethodReturningString:named:" : " 10/11/2020 07:23:50", - "base64Decode:" : " 10/11/2020 07:23:50", - "compile:into:classified:" : " 10/11/2020 07:23:50", - "contentsOfFile:binary:" : " 10/11/2020 07:23:50", - "defaultDispatcherName" : " 10/11/2020 07:23:50", - "deprecationExceptionSet" : " 10/11/2020 07:23:50", - "directoriesIn:" : " 10/11/2020 07:23:50", - "doAbortTransaction" : " 10/11/2020 07:23:50", - "doBeginTransaction" : " 10/11/2020 07:23:50", - "doCommitTransaction" : " 10/11/2020 07:23:50", - "doTransaction:" : " 10/11/2020 07:23:50", - "ensureExistenceOfFolder:" : " 10/11/2020 07:23:50", - "fileExists:" : " 10/11/2020 07:23:50", - "fileStreamOn:do:binary:" : " 10/11/2020 07:23:50", - "filesIn:" : " 10/11/2020 07:23:50", - "isProcessTerminated:" : " 10/11/2020 07:23:50", - "label" : " 10/11/2020 07:23:50", - "localNameOf:" : " 10/11/2020 07:23:50", - "logError:title:" : " 10/11/2020 07:23:50", - "logError:title:shouldCommit:" : " 10/11/2020 07:23:50", - "newRandom" : " 10/11/2020 07:23:50", - "newline" : " 10/11/2020 07:23:50", - "openDebuggerOn:" : " 10/11/2020 07:23:50", - "pathSeparator" : " 10/11/2020 07:23:50", - "readWriteByteStream" : " 10/11/2020 07:23:50", - "readWriteCharacterStream" : " 10/11/2020 07:23:50", - "reducedConflictDictionary" : " 10/11/2020 07:23:50", - "removeFromShutDownList:" : " 10/11/2020 07:23:50", - "removeFromStartUpList:" : " 10/11/2020 07:23:50", - "removeSelector:from:" : " 10/11/2020 07:23:50", - "saveLogEntry:shouldCommit:" : " 10/11/2020 07:23:50", - "secureHashFor:" : " 10/11/2020 07:23:50", - "semaphoreClass" : " 10/11/2020 07:23:50", - "smtpServer" : " 10/11/2020 07:23:50", - "stackDepth" : " 10/11/2020 07:23:50", - "terminateProcess:" : " 10/11/2020 07:23:50", - "thisContext" : " 10/11/2020 07:23:50", - "transactionMutex" : " 10/11/2020 07:23:50", - "weakDictionaryOfSize:" : " 10/11/2020 07:23:50", - "write:toFile:inFolder:" : " 10/11/2020 07:23:50", - "writeCharacterStreamOn:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/GRGemStoneRandomProvider.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GRGemStoneRandomProvider.class/methodProperties.json deleted file mode 100644 index 0d1cce31..00000000 --- a/repository/Grease-GemStone-Core.package/GRGemStoneRandomProvider.class/methodProperties.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "class" : { - "generator" : " 10/11/2020 07:23:50", - "initialize" : " 10/11/2020 07:23:50", - "mutex" : " 10/11/2020 07:23:50", - "nextInt:" : " 10/11/2020 07:23:50", - "randomClass" : " 10/11/2020 07:23:50", - "randomFrom:" : " 10/11/2020 07:23:50", - "sessionStart" : " 10/11/2020 07:23:50" }, - "instance" : { - } } diff --git a/repository/Grease-GemStone-Core.package/GRLatin1GemStoneCodec.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GRLatin1GemStoneCodec.class/methodProperties.json deleted file mode 100644 index 4602091a..00000000 --- a/repository/Grease-GemStone-Core.package/GRLatin1GemStoneCodec.class/methodProperties.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "class" : { - "basicForEncoding:" : " 10/11/2020 07:23:50", - "codecs" : "JohanBrichau 11/14/2020 01:32", - "supportsEncoding:" : " 10/11/2020 07:23:50" }, - "instance" : { - "decode:" : " 10/11/2020 07:23:50", - "encode:" : " 10/11/2020 07:23:50", - "encodeUrl:" : " 10/11/2020 07:23:50", - "encoderFor:" : " 10/11/2020 07:23:50", - "name" : " 10/11/2020 07:23:50", - "name:" : " 10/11/2020 07:23:50", - "url" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/GRPackage.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/GRPackage.extension/methodProperties.json deleted file mode 100644 index fa6adaf7..00000000 --- a/repository/Grease-GemStone-Core.package/GRPackage.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - "greaseGemStoneCore" : " 10/11/2020 07:23:50" }, - "instance" : { - "gemstoneUrl" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/GRTextOrBinaryCodecStream.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GRTextOrBinaryCodecStream.class/methodProperties.json deleted file mode 100644 index 1ad664ab..00000000 --- a/repository/Grease-GemStone-Core.package/GRTextOrBinaryCodecStream.class/methodProperties.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "binary" : " 10/11/2020 07:23:50", - "contents" : " 10/11/2020 07:23:50", - "flush" : " 10/11/2020 07:23:50", - "initializeOn:" : " 10/11/2020 07:23:50", - "next" : " 10/11/2020 07:23:50", - "next:" : " 10/11/2020 07:23:50", - "nextPut:" : " 10/11/2020 07:23:50", - "nextPutAll:" : " 10/11/2020 07:23:50", - "size" : " 10/11/2020 07:23:50", - "text" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/methodProperties.json deleted file mode 100644 index afa3cceb..00000000 --- a/repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/methodProperties.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "class" : { - "basicForEncoding:" : " 10/11/2020 07:23:50", - "codecs" : "JohanBrichau 11/14/2020 01:33", - "supportsEncoding:" : " 10/11/2020 07:23:50" }, - "instance" : { - "decode:" : " 10/11/2020 07:23:50", - "decoderFor:" : " 10/11/2020 07:23:50", - "encode:" : " 10/11/2020 07:23:50", - "encodeUrl:" : " 10/11/2020 07:23:50", - "encoderFor:" : " 10/11/2020 07:23:50", - "initialize" : " 10/11/2020 07:23:50", - "name" : " 10/11/2020 07:23:50", - "url" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/GsContext.class/methodProperties.json b/repository/Grease-GemStone-Core.package/GsContext.class/methodProperties.json deleted file mode 100644 index 7361968d..00000000 --- a/repository/Grease-GemStone-Core.package/GsContext.class/methodProperties.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "class" : { - "fromContinuation:atLevel:" : " 10/11/2020 07:23:50", - "fromLevel:" : " 10/11/2020 07:23:50" }, - "instance" : { - "=" : " 10/11/2020 07:23:50", - "asString" : " 10/11/2020 07:23:50", - "continuation:level:" : " 10/11/2020 07:23:50", - "fullPrintString" : " 10/11/2020 07:23:50", - "greaseString" : " 10/11/2020 07:23:50", - "method" : " 10/11/2020 07:23:50", - "receiver" : " 10/11/2020 07:23:50", - "sender" : " 10/11/2020 07:23:50", - "tempAt:" : " 10/11/2020 07:23:50", - "tempNames" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Interval.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Interval.extension/methodProperties.json deleted file mode 100644 index 9febe955..00000000 --- a/repository/Grease-GemStone-Core.package/Interval.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "any" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/MessageSend.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/MessageSend.extension/methodProperties.json deleted file mode 100644 index 3da0ba03..00000000 --- a/repository/Grease-GemStone-Core.package/MessageSend.extension/methodProperties.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "argumentCount" : " 10/11/2020 07:23:50", - "evaluateWithArguments:" : " 10/11/2020 07:23:50", - "value:" : " 10/11/2020 07:23:50", - "value:value:" : " 10/11/2020 07:23:50", - "valueWithPossibleArgument:" : " 10/11/2020 07:23:50", - "valueWithPossibleArguments:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Number.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Number.extension/methodProperties.json deleted file mode 100644 index 782276fc..00000000 --- a/repository/Grease-GemStone-Core.package/Number.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "milliseconds" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/Object.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Object.extension/methodProperties.json deleted file mode 100644 index 448d57b5..00000000 --- a/repository/Grease-GemStone-Core.package/Object.extension/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "displayString" : " 10/11/2020 07:23:50", - "greaseString" : " 10/11/2020 07:23:50", - "isMessageSend" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/PackageInfo.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/PackageInfo.extension/methodProperties.json deleted file mode 100644 index 72079dc1..00000000 --- a/repository/Grease-GemStone-Core.package/PackageInfo.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "versionString" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/PositionableStream.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/PositionableStream.extension/methodProperties.json deleted file mode 100644 index 6cd2688f..00000000 --- a/repository/Grease-GemStone-Core.package/PositionableStream.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "greaseUpToAll:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/SequenceableCollection.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/SequenceableCollection.extension/methodProperties.json deleted file mode 100644 index 2d4f2a67..00000000 --- a/repository/Grease-GemStone-Core.package/SequenceableCollection.extension/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "beginsWithSubCollection:" : " 10/11/2020 07:23:50", - "endsWithSubCollection:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/String.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/String.extension/methodProperties.json deleted file mode 100644 index 663f83c7..00000000 --- a/repository/Grease-GemStone-Core.package/String.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - "fromString:" : " 10/11/2020 07:23:50" }, - "instance" : { - } } diff --git a/repository/Grease-GemStone-Core.package/Symbol.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/Symbol.extension/methodProperties.json deleted file mode 100644 index 6db43052..00000000 --- a/repository/Grease-GemStone-Core.package/Symbol.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "greaseAsMutator" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/SystemAbortTransaction.class/methodProperties.json b/repository/Grease-GemStone-Core.package/SystemAbortTransaction.class/methodProperties.json deleted file mode 100644 index cc8beed9..00000000 --- a/repository/Grease-GemStone-Core.package/SystemAbortTransaction.class/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "alternatives" : " 10/11/2020 07:23:50", - "defaultAction" : " 10/11/2020 07:23:50", - "transaction" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/SystemBeginTransaction.class/methodProperties.json b/repository/Grease-GemStone-Core.package/SystemBeginTransaction.class/methodProperties.json deleted file mode 100644 index cc8beed9..00000000 --- a/repository/Grease-GemStone-Core.package/SystemBeginTransaction.class/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "alternatives" : " 10/11/2020 07:23:50", - "defaultAction" : " 10/11/2020 07:23:50", - "transaction" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/SystemCommitTransaction.class/methodProperties.json b/repository/Grease-GemStone-Core.package/SystemCommitTransaction.class/methodProperties.json deleted file mode 100644 index cc8beed9..00000000 --- a/repository/Grease-GemStone-Core.package/SystemCommitTransaction.class/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "alternatives" : " 10/11/2020 07:23:50", - "defaultAction" : " 10/11/2020 07:23:50", - "transaction" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/SystemTransactionNotification.class/methodProperties.json b/repository/Grease-GemStone-Core.package/SystemTransactionNotification.class/methodProperties.json deleted file mode 100644 index c4e1ea4b..00000000 --- a/repository/Grease-GemStone-Core.package/SystemTransactionNotification.class/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "alternatives" : " 10/11/2020 07:23:50", - "transaction" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/UnorderedCollection.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/UnorderedCollection.extension/methodProperties.json deleted file mode 100644 index 59c1f401..00000000 --- a/repository/Grease-GemStone-Core.package/UnorderedCollection.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "copyFrom:" : " 10/11/2020 07:23:50" } } diff --git a/repository/Grease-GemStone-Core.package/WriteStream.extension/methodProperties.json b/repository/Grease-GemStone-Core.package/WriteStream.extension/methodProperties.json deleted file mode 100644 index 46831332..00000000 --- a/repository/Grease-GemStone-Core.package/WriteStream.extension/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "crlf" : " 10/11/2020 07:23:50", - "greaseNext:putAll:startingAt:" : " 10/11/2020 07:23:50" } } From ba2be8a4f427b2c0e2f7062726cfaf4e7e7e7225 Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Sat, 14 Nov 2020 09:56:59 +0000 Subject: [PATCH 12/12] removed monticello metadata --- repository/Grease-Core.package/monticello.meta/version | 1 - repository/Grease-GemStone-Core.package/monticello.meta/version | 1 - 2 files changed, 2 deletions(-) delete mode 100644 repository/Grease-Core.package/monticello.meta/version delete mode 100644 repository/Grease-GemStone-Core.package/monticello.meta/version diff --git a/repository/Grease-Core.package/monticello.meta/version b/repository/Grease-Core.package/monticello.meta/version deleted file mode 100644 index a859b494..00000000 --- a/repository/Grease-Core.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'Grease-Core-JohanBrichau.2' message 'added missing ''codecs'' class methods' id 'ab9e5c12-2894-480f-99ae-8a59cce0b861' date '11/14/2020' time '01:37:11' author 'JohanBrichau' ancestors ((name 'Grease-Core-cypress.1' message 'fabricated from a Cypress format repository' id '715af6a5-d13a-4ce1-aea9-3ba5d383fe6a' date '10/11/2020' time '23:45:35' author '' ancestors () stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/repository/Grease-GemStone-Core.package/monticello.meta/version b/repository/Grease-GemStone-Core.package/monticello.meta/version deleted file mode 100644 index 90136bdb..00000000 --- a/repository/Grease-GemStone-Core.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'Grease-GemStone-Core-JohanBrichau.2' message 'added missing ''codecs'' class methods' id '94ddc763-47ef-46d8-9e1d-6a889151ffc5' date '11/14/2020' time '01:37:12' author 'JohanBrichau' ancestors ((name 'Grease-GemStone-Core-cypress.1' message 'fabricated from a Cypress format repository' id '7542e591-944f-48c5-b722-18562c0f475d' date '10/11/2020' time '23:45:35' author '' ancestors () stepChildren ())) stepChildren ()) \ No newline at end of file