X Tutup
Skip to content

Commit 90442dc

Browse files
committed
Improve test coverage
Also fix GRVersion >> #hash
1 parent f3a90d3 commit 90442dc

File tree

40 files changed

+141
-110
lines changed

40 files changed

+141
-110
lines changed

repository/Grease-Core.package/GRSmallDictionary.class/instance/sortedWith..st

Lines changed: 0 additions & 3 deletions
This file was deleted.

repository/Grease-Core.package/GRSmallDictionary.class/methodProperties.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
"removeIndex:" : "jf 2/15/2010 14:33",
77
"any" : "pmm 9/9/2017 18:44",
88
"removeKey:ifAbsent:" : "jf 2/15/2010 14:40",
9-
"sortedWith:" : "pmm 9/9/2017 18:56",
10-
"at:ifAbsentPut:" : "lr 10/28/2007 14:42",
119
"values" : "lr 7/9/2007 10:38",
10+
"at:ifAbsentPut:" : "lr 10/28/2007 14:42",
1211
"keysAndValuesDo:" : "lr 6/7/2007 08:04",
1312
"errorEmptyCollection" : "pmm 9/9/2017 18:41",
1413
"includesKey:" : "lr 10/28/2007 14:42",

repository/Grease-Core.package/GRSmallDictionary2.class/instance/sortedWith..st

Lines changed: 0 additions & 3 deletions
This file was deleted.

repository/Grease-Core.package/GRSmallDictionary2.class/methodProperties.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
"removeIndex:" : "pmm 8/22/2016 12:29",
77
"any" : "pmm 9/9/2017 18:45",
88
"removeKey:ifAbsent:" : "jf 2/15/2010 14:40",
9-
"sortedWith:" : "pmm 9/9/2017 18:57",
10-
"at:ifAbsentPut:" : "pmm 8/22/2016 12:09",
119
"values" : "pmm 8/22/2016 12:34",
10+
"at:ifAbsentPut:" : "pmm 8/22/2016 12:09",
1211
"keysAndValuesDo:" : "pmm 8/25/2016 15:04",
1312
"errorEmptyCollection" : "pmm 9/9/2017 18:43",
1413
"includesKey:" : "lr 10/28/2007 14:42",
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
comparing
22
hash
3-
^ (major hash bitXor: minor hash) bitXor: revision hash
3+
^ (major hash
4+
bitXor: (minor ifNil: [ 0 ]) hash)
5+
bitXor: (revision ifNil: [ 0 ]) hash

repository/Grease-Core.package/GRVersion.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"beReleaseCandidate:" : "jf 5/22/2010 23:37",
2121
"stage:number:" : "jf 2/8/2010 23:17",
2222
">=" : "jf 2/9/2010 00:07",
23-
"hash" : "lr 2/16/2010 20:55",
23+
"hash" : "pmm 9/10/2017 11:50",
2424
"major:" : "jf 2/8/2010 23:16",
2525
"isBeta" : "jf 2/9/2010 00:34",
2626
"minor:" : "jf 2/8/2010 23:17",

repository/Grease-Core.package/monticello.meta/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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 ())
1+
(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 ())

repository/Grease-Tests-Core.package/GRNullCodecStreamTest.class/instance/seasideByteArray.st

Lines changed: 0 additions & 3 deletions
This file was deleted.

repository/Grease-Tests-Core.package/GRNullCodecStreamTest.class/methodProperties.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"instance" : {
33
"testNext" : "pmm 2/17/2010 20:09",
4-
"testReadString" : "dkh 11/13/2009 15:36",
5-
"testSpace" : "lr 2/6/2010 10:34",
64
"testTab" : "lr 2/6/2010 10:35",
5+
"testSpace" : "lr 2/6/2010 10:34",
6+
"testReadString" : "dkh 11/13/2009 15:36",
77
"testName" : "pmm 5/26/2010 07:08",
88
"testPrint" : "lr 9/25/2011 10:12",
99
"testFlush" : "lr 2/6/2010 10:37",
1010
"testWriteString" : "dkh 11/13/2009 15:36",
1111
"testSize" : "lr 2/6/2010 10:37",
1212
"codecStreamClass" : "lr 2/6/2010 10:30",
13-
"seasideByteArray" : "pmm 2/17/2010 20:03",
1413
"testCrlf" : "lr 2/6/2010 10:34"
1514
},
1615
"class" : { }

repository/Grease-Tests-Core.package/GRReducedConflictDictionaryTest.class/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)
X Tutup