X Tutup
Skip to content

Commit 7ab2334

Browse files
author
Johan Brichau
committed
fix for issue 81, thanks @gcotelli
1 parent d6c0241 commit 7ab2334

File tree

44 files changed

+348
-427
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+348
-427
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
private
22
removeIndex: index
33
| value |
4-
value := table at: index * 2.
4+
value := table at: index + 1.
55
index to: size * 2 - 2 do: [ :i |
66
table at: i put: (table at: i + 2) ].
77
table at: size * 2 - 1 put: nil.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"noMethodMetaData" : true,
32
"separateMethodMetaAndSource" : false,
4-
"useCypressPropertiesFile" : true }
3+
"noMethodMetaData" : true,
4+
"useCypressPropertiesFile" : true
5+
}
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2-
"category" : "Grease-Tests-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
3+
"super" : "GRCollectionTest",
4+
"category" : "Grease-Tests-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
88
"instvars" : [
9-
"associations" ],
9+
"associations"
10+
],
1011
"name" : "GRAbstractDictionaryTest",
11-
"pools" : [
12-
],
13-
"super" : "GRCollectionTest",
14-
"type" : "normal" }
12+
"type" : "normal"
13+
}
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"category" : "Grease-Tests-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
8-
"instvars" : [
9-
],
10-
"name" : "GRAbstractSequenceableCollectionTest",
11-
"pools" : [
12-
],
133
"super" : "GRCollectionTest",
14-
"type" : "normal" }
4+
"category" : "Grease-Tests-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "GRAbstractSequenceableCollectionTest",
10+
"type" : "normal"
11+
}
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"category" : "Grease-Tests-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
8-
"instvars" : [
9-
],
10-
"name" : "GRArrayTest",
11-
"pools" : [
12-
],
133
"super" : "GRAbstractSequenceableCollectionTest",
14-
"type" : "normal" }
4+
"category" : "Grease-Tests-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "GRArrayTest",
10+
"type" : "normal"
11+
}
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"category" : "Grease-Tests-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
8-
"instvars" : [
9-
],
10-
"name" : "GRBagTest",
11-
"pools" : [
12-
],
133
"super" : "GRCollectionTest",
14-
"type" : "normal" }
4+
"category" : "Grease-Tests-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "GRBagTest",
10+
"type" : "normal"
11+
}
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"category" : "Grease-Tests-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
8-
"instvars" : [
9-
],
10-
"name" : "GRCodecTest",
11-
"pools" : [
12-
],
133
"super" : "TestCase",
14-
"type" : "normal" }
4+
"category" : "Grease-Tests-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "GRCodecTest",
10+
"type" : "normal"
11+
}
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"category" : "Grease-Tests-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
8-
"instvars" : [
9-
],
10-
"name" : "GRCollectionTest",
11-
"pools" : [
12-
],
133
"super" : "TestCase",
14-
"type" : "normal" }
4+
"category" : "Grease-Tests-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "GRCollectionTest",
10+
"type" : "normal"
11+
}
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2-
"category" : "Grease-Tests-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
3+
"super" : "TestCase",
4+
"category" : "Grease-Tests-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
88
"instvars" : [
9-
"countingStream" ],
9+
"countingStream"
10+
],
1011
"name" : "GRCountingStreamTest",
11-
"pools" : [
12-
],
13-
"super" : "TestCase",
14-
"type" : "normal" }
12+
"type" : "normal"
13+
}
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"category" : "Grease-Tests-Core",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
8-
"instvars" : [
9-
],
10-
"name" : "GRDelayedSendTest",
11-
"pools" : [
12-
],
133
"super" : "TestCase",
14-
"type" : "normal" }
4+
"category" : "Grease-Tests-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "GRDelayedSendTest",
10+
"type" : "normal"
11+
}

0 commit comments

Comments
 (0)
X Tutup