X Tutup
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"removeIndex:" : "jf 2/15/2010 14:33",
"any" : "pmm 9/9/2017 18:44",
"removeKey:ifAbsent:" : "jf 2/15/2010 14:40",
"sortedWith:" : "pmm 9/9/2017 18:56",
"at:ifAbsentPut:" : "lr 10/28/2007 14:42",
"values" : "lr 7/9/2007 10:38",
"at:ifAbsentPut:" : "lr 10/28/2007 14:42",
"keysAndValuesDo:" : "lr 6/7/2007 08:04",
"errorEmptyCollection" : "pmm 9/9/2017 18:41",
"includesKey:" : "lr 10/28/2007 14:42",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"removeIndex:" : "pmm 8/22/2016 12:29",
"any" : "pmm 9/9/2017 18:45",
"removeKey:ifAbsent:" : "jf 2/15/2010 14:40",
"sortedWith:" : "pmm 9/9/2017 18:57",
"at:ifAbsentPut:" : "pmm 8/22/2016 12:09",
"values" : "pmm 8/22/2016 12:34",
"at:ifAbsentPut:" : "pmm 8/22/2016 12:09",
"keysAndValuesDo:" : "pmm 8/25/2016 15:04",
"errorEmptyCollection" : "pmm 9/9/2017 18:43",
"includesKey:" : "lr 10/28/2007 14:42",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
comparing
hash
^ (major hash bitXor: minor hash) bitXor: revision hash
^ (major hash
bitXor: (minor ifNil: [ 0 ]) hash)
bitXor: (revision ifNil: [ 0 ]) hash
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"beReleaseCandidate:" : "jf 5/22/2010 23:37",
"stage:number:" : "jf 2/8/2010 23:17",
">=" : "jf 2/9/2010 00:07",
"hash" : "lr 2/16/2010 20:55",
"hash" : "pmm 9/10/2017 11:50",
"major:" : "jf 2/8/2010 23:16",
"isBeta" : "jf 2/9/2010 00:34",
"minor:" : "jf 2/8/2010 23:17",
Expand Down
2 changes: 1 addition & 1 deletion repository/Grease-Core.package/monticello.meta/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'Grease-Core-pmm.114' message 'Add missing collection methods to GRSmallDictionary- #49' id '3afe7309-2915-0d00-9d79-d857043468d3' date '9 September 2017' time '10:11:33.677831 pm' author 'pmm' ancestors ((name 'Grease-Core-pmm.113' message 'Fix Symbol >> #greaseString- #46' id '6aeef6bc-2315-0d00-978c-877c07fe6076' date '9 September 2017' time '3:52:15.576904 pm' author 'pmm' ancestors ((name 'Grease-Core-pmm.111' message 'Small optimization- avoid message send in common case' id '347a901b-1115-0d00-9403-7ea904aeb9ca' date '8 September 2017' time '5:38:38.319353 pm' author 'pmm' ancestors ((name 'Grease-Core-pmm.110' message 'Add GRNotificationBasedDynamicVariable' id 'bc710350-d214-0d00-b70d-9dae0d40d3ce' date '5 September 2017' time '2:43:35.329414 pm' author 'pmm' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'Grease-Core-pmm.115' message '- fix GRVersion >> #hash- remove unused methods' id '48a503ee-3415-0d00-8847-16580466576b' date '10 September 2017' time '12:22:52.937784 pm' author 'pmm' ancestors ((name 'Grease-Core-pmm.114' message 'Add missing collection methods to GRSmallDictionary- #49' id '3afe7309-2915-0d00-9d79-d857043468d3' date '9 September 2017' time '10:11:33.677831 pm' author 'pmm' ancestors ((name 'Grease-Core-pmm.113' message 'Fix Symbol >> #greaseString- #46' id '6aeef6bc-2315-0d00-978c-877c07fe6076' date '9 September 2017' time '3:52:15.576904 pm' author 'pmm' ancestors ((name 'Grease-Core-pmm.111' message 'Small optimization- avoid message send in common case' id '347a901b-1115-0d00-9403-7ea904aeb9ca' date '8 September 2017' time '5:38:38.319353 pm' author 'pmm' ancestors ((name 'Grease-Core-pmm.110' message 'Add GRNotificationBasedDynamicVariable' id 'bc710350-d214-0d00-b70d-9dae0d40d3ce' date '5 September 2017' time '2:43:35.329414 pm' author 'pmm' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"instance" : {
"testNext" : "pmm 2/17/2010 20:09",
"testReadString" : "dkh 11/13/2009 15:36",
"testSpace" : "lr 2/6/2010 10:34",
"testTab" : "lr 2/6/2010 10:35",
"testSpace" : "lr 2/6/2010 10:34",
"testReadString" : "dkh 11/13/2009 15:36",
"testName" : "pmm 5/26/2010 07:08",
"testPrint" : "lr 9/25/2011 10:12",
"testFlush" : "lr 2/6/2010 10:37",
"testWriteString" : "dkh 11/13/2009 15:36",
"testSize" : "lr 2/6/2010 10:37",
"codecStreamClass" : "lr 2/6/2010 10:30",
"seasideByteArray" : "pmm 2/17/2010 20:03",
"testCrlf" : "lr 2/6/2010 10:34"
},
"class" : { }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
configuration
collectionClass
^ GRPlatform current reducedConflictDictionary
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"instance" : {
"collectionClass" : "pmm 9/10/2017 11:56"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"commentStamp" : "",
"super" : "GRDictionaryTest",
"category" : "Grease-Tests-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "GRReducedConflictDictionaryTest",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
configuration
collectionClass
^ GRSmallOrderedSet
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"testIsEmpty" : "pmm 8/25/2016 14:49",
"testRemove" : "pmm 8/25/2016 14:51",
"testDo" : "pmm 8/25/2016 14:09",
"collectionClass" : "pmm 9/10/2017 11:59",
"testSize" : "pmm 8/25/2016 14:10",
"testRemoveIfAbsent" : "pmm 8/25/2016 14:52",
"testIncludes" : "pmm 8/25/2016 14:49",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commentStamp" : "",
"super" : "TestCase",
"super" : "GRSetTest",
"category" : "Grease-Tests-Core",
"classinstvars" : [ ],
"pools" : [ ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ assert: aVersionArray equals: bVersionArray
self assert: b >= a.
self deny: a > b.
self assert: a >= b.
self assert: a = b
self assert: a = b.
self assert: a hash = b hash
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tests
testAccessors
| version |
version := self buildVersion: #(1 2 3 #alpha 4).
self assert: version major = 1.
self assert: version minor = 2.
self assert: version revision = 3.
self assert: version stage = #alpha.
self assert: version stageNumber = 4.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"instance" : {
"testStringConversion" : "pmm 9/1/2012 15:50",
"testConvenience" : "pmm 9/1/2012 15:50",
"testComparison" : "pmm 9/1/2012 15:55",
"assert:sortsBefore:" : "pmm 9/1/2012 15:55",
"buildVersion:" : "jf 2/8/2010 23:31",
"assert:equals:" : "pmm 9/1/2012 15:54",
"assert:equals:" : "pmm 9/10/2017 11:48",
"testEquality" : "pmm 9/1/2012 15:54",
"testStringConversion" : "pmm 9/1/2012 15:50"
"testAccessors" : "pmm 9/10/2017 12:04"
},
"class" : { }
}

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions repository/Grease-Tests-Pharo20-Core.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"instance" : { },
"class" : {
"greaseTestsPharo20Core" : "pmm 9/12/2013 16:00" },
"instance" : {
} }
"greaseTestsPharo20Core" : "pmm 9/12/2013 16:00"
}
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRPackage" }
"name" : "GRPackage"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"class" : {
},
"instance" : {
"assert:next:startingAt:gives:" : "pmm 4/21/2012 20:54",
"assertEncodingIgnoresLanguageTat:" : "pmm 12/26/2010 22:24",
"stripLeadingCharFrom:" : "pmm 12/26/2010 22:13",
"testAllCodesIncludesIso88591" : "pmm 8/16/2010 00:24",
"testGreaseNextPutAllStartingAt" : "pmm 5/21/2014 20:43",
"testLanguageTag" : "pmm 12/26/2010 22:25" } }
"testLanguageTag" : "pmm 12/26/2010 22:25",
"stripLeadingCharFrom:" : "pmm 12/26/2010 22:13",
"assert:next:startingAt:gives:" : "pmm 4/21/2012 20:54",
"assertEncodingIgnoresLanguageTat:" : "pmm 12/26/2010 22:24"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Grease-Tests-Pharo20-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "GRPharoCodecTest",
"pools" : [
],
"super" : "TestCase",
"type" : "normal" }
"category" : "Grease-Tests-Pharo20-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "GRPharoCodecTest",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"class" : {
},
"instance" : {
"expectedFailures" : "lr 7/25/2011 19:51",
"testAllColors" : "lr 7/25/2011 18:34",
"testColorAsHtmlColor" : "MAD 8/29/2008 15:36",
"testFromSixDigit" : "pmm 11/20/2008 22:00",
"expectedFailures" : "lr 7/25/2011 19:51",
"testFromStringName" : "pmm 8/25/2016 10:59",
"testColorAsHtmlColor" : "MAD 8/29/2008 15:36",
"testFromStringSixDigit" : "pmm 11/20/2008 22:01",
"testFromStringThreeDigit" : "pmm 8/25/2016 11:00" } }
"testFromStringThreeDigit" : "pmm 8/25/2016 11:00",
"testAllColors" : "lr 7/25/2011 18:34"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Grease-Tests-Pharo20-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "GRPharoColorTest",
"pools" : [
],
"super" : "TestCase",
"type" : "normal" }
"category" : "Grease-Tests-Pharo20-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "GRPharoColorTest",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"class" : {
},
"instance" : {
"testNoAmbiguities" : "pmm 8/16/2010 00:47" } }
"testNoAmbiguities" : "pmm 8/16/2010 00:47"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Grease-Tests-Pharo20-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "GRPharoGenericCodecTest",
"pools" : [
],
"super" : "TestCase",
"type" : "normal" }
"category" : "Grease-Tests-Pharo20-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "GRPharoGenericCodecTest",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tests
testUseByteArrayLiterals
| useByteArrayLiterals |
useByteArrayLiterals := GRPlatform current useByteArrayLiterals.
self assert: (useByteArrayLiterals or: [ useByteArrayLiterals not ])
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"class" : {
},
"instance" : {
"runCase" : "pmm 9/12/2013 18:03",
"testCompileIntoClassified" : "JohanBrichau 4/19/2014 17:14",
"runCase" : "pmm 9/12/2013 18:03",
"testReadWriteToFileInFolderBinary" : "pmm 8/25/2016 10:59",
"testUseByteArrayLiterals" : "pmm 9/10/2017 12:21",
"testFullName" : "jf 10/6/2008 14:37",
"testGreaseIntegerOnCharacter" : "pmm 12/26/2010 21:44",
"writeToFile:withFileNameDo:" : "JohanBrichau 11/8/2014 10:33",
"testMessageSendValueWithPossibleArguments" : "jf 12/18/2009 12:29",
"testReadWriteToFileInFolderBinary" : "pmm 8/25/2016 10:59",
"testReadWriteToFileInFolderText" : "pmm 8/25/2016 10:59",
"writeToFile:withFileNameDo:" : "JohanBrichau 11/8/2014 10:33" } }
"testReadWriteToFileInFolderText" : "pmm 8/25/2016 10:59"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Grease-Tests-Pharo20-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "GRPharoPlatformTest",
"pools" : [
],
"super" : "TestCase",
"type" : "normal" }
"category" : "Grease-Tests-Pharo20-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "GRPharoPlatformTest",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"class" : {
},
"instance" : {
"testScaledDecimalGreaseString" : "pmm 9/15/2013 12:27" } }
"testScaledDecimalGreaseString" : "pmm 9/15/2013 12:27"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRPlatformTest" }
"name" : "GRPlatformTest"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"class" : {
},
"instance" : {
"testScaledDecimalPrinter" : "pmm 9/15/2013 12:27" } }
"testScaledDecimalPrinter" : "pmm 9/15/2013 12:27"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRPrinterTest" }
"name" : "GRPrinterTest"
}
Loading
X Tutup