X Tutup
Skip to content

Commit 42fba2f

Browse files
author
Johan Brichau
committed
For Pharo3,4,5: Added GRDynamicVariable class>>defaultValue to represent the default value of a GRDynamicVariable. Previously, this was GRDynamicvariable>>default but this was not compatible for all platforms
1 parent 6bcefda commit 42fba2f

File tree

47 files changed

+245
-264
lines changed

Some content is hidden

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

47 files changed

+245
-264
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
accessing
2+
defaultValue
3+
^ nil
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
accessing
2+
default
3+
^ self class defaultValue
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"instance" : { },
32
"class" : {
4-
"use:during:" : "MaxLeske 5/16/2017 21:54"
5-
}
6-
}
3+
"defaultValue" : "JohanBrichau 7/23/2017 17:55",
4+
"use:during:" : "MaxLeske 5/16/2017 21:54" },
5+
"instance" : {
6+
"default" : "JohanBrichau 7/23/2017 17:56" } }
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
2-
"commentStamp" : "MaxLeske 5/16/2017 22:05",
3-
"super" : "DynamicVariable",
42
"category" : "Grease-Pharo30-Core",
5-
"classinstvars" : [ ],
6-
"pools" : [ ],
7-
"classvars" : [ ],
8-
"instvars" : [ ],
3+
"classinstvars" : [
4+
],
5+
"classvars" : [
6+
],
7+
"commentStamp" : "MaxLeske 5/16/2017 22:05",
8+
"instvars" : [
9+
],
910
"name" : "GRDynamicVariable",
10-
"type" : "normal"
11-
}
11+
"pools" : [
12+
],
13+
"super" : "DynamicVariable",
14+
"type" : "normal" }
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
{
2-
"name" : "GRPackage"
3-
}
2+
"name" : "GRPackage" }
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
2+
"class" : {
3+
"on:converter:" : "pmm 10/30/2010 18:58" },
24
"instance" : {
3-
"nextPut:" : "pmm 4/10/2010 13:30",
45
"greaseNext:putAll:startingAt:" : "pmm 12/28/2010 22:12",
5-
"nextPutAll:" : "lr 2/7/2009 12:54",
6+
"initializeOn:converter:" : "pmm 10/30/2010 18:58",
67
"next" : "pmm 4/10/2010 13:32",
78
"next:" : "lr 2/7/2009 12:57",
8-
"initializeOn:converter:" : "pmm 10/30/2010 18:58"
9-
},
10-
"class" : {
11-
"on:converter:" : "pmm 10/30/2010 18:58"
12-
}
13-
}
9+
"nextPut:" : "pmm 4/10/2010 13:30",
10+
"nextPutAll:" : "lr 2/7/2009 12:54" } }
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"commentStamp" : "pmm 6/25/2012 20:22",
3-
"super" : "GRCodecStream",
42
"category" : "Grease-Pharo30-Core",
5-
"classinstvars" : [ ],
6-
"pools" : [ ],
7-
"classvars" : [ ],
3+
"classinstvars" : [
4+
],
5+
"classvars" : [
6+
],
7+
"commentStamp" : "pmm 6/25/2012 20:22",
88
"instvars" : [
9-
"converter"
10-
],
9+
"converter" ],
1110
"name" : "GRPharoConverterCodecStream",
12-
"type" : "normal"
13-
}
11+
"pools" : [
12+
],
13+
"super" : "GRCodecStream",
14+
"type" : "normal" }
Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
{
2+
"class" : {
3+
"basicForEncoding:" : "pmm 6/28/2009 15:43",
4+
"codecs" : "pmm 8/16/2010 00:19",
5+
"supportedEncodingNames" : "lr 7/25/2011 19:46",
6+
"supportsEncoding:" : "pmm 6/28/2009 16:43" },
27
"instance" : {
38
"converter" : "lr 7/25/2011 19:51",
49
"decoderFor:" : "lr 2/7/2009 12:52",
5-
"url" : "lr 2/7/2009 12:36",
610
"encoderFor:" : "jf 9/30/2009 00:46",
711
"initializeWithName:" : "pmm 8/16/2010 11:52",
8-
"name" : "lr 2/7/2009 10:16"
9-
},
10-
"class" : {
11-
"codecs" : "pmm 8/16/2010 00:19",
12-
"supportsEncoding:" : "pmm 6/28/2009 16:43",
13-
"basicForEncoding:" : "pmm 6/28/2009 15:43",
14-
"supportedEncodingNames" : "lr 7/25/2011 19:46"
15-
}
16-
}
12+
"name" : "lr 2/7/2009 10:16",
13+
"url" : "lr 2/7/2009 12:36" } }
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"commentStamp" : "",
3-
"super" : "GRCodec",
42
"category" : "Grease-Pharo30-Core",
5-
"classinstvars" : [ ],
6-
"pools" : [ ],
7-
"classvars" : [ ],
3+
"classinstvars" : [
4+
],
5+
"classvars" : [
6+
],
7+
"commentStamp" : "",
88
"instvars" : [
99
"name",
10-
"urlCodec"
11-
],
10+
"urlCodec" ],
1211
"name" : "GRPharoGenericCodec",
13-
"type" : "normal"
14-
}
12+
"pools" : [
13+
],
14+
"super" : "GRCodec",
15+
"type" : "normal" }
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
2+
"class" : {
3+
"basicForEncoding:" : "pmm 8/16/2010 00:36",
4+
"codecs" : "lr 7/25/2011 19:46",
5+
"supportedEncodingNames" : "lr 7/25/2011 19:46",
6+
"supportsEncoding:" : "pmm 8/16/2010 00:36" },
27
"instance" : {
3-
"decoderFor:" : "pmm 8/16/2010 00:32",
48
"decode:" : "pmm 8/16/2010 09:20",
5-
"initializeWithName:" : "pmm 8/25/2016 11:00",
9+
"decoderFor:" : "pmm 8/16/2010 00:32",
610
"encoderFor:" : "pmm 8/16/2010 00:32",
7-
"name" : "pmm 8/16/2010 00:32"
8-
},
9-
"class" : {
10-
"codecs" : "lr 7/25/2011 19:46",
11-
"supportsEncoding:" : "pmm 8/16/2010 00:36",
12-
"basicForEncoding:" : "pmm 8/16/2010 00:36",
13-
"supportedEncodingNames" : "lr 7/25/2011 19:46"
14-
}
15-
}
11+
"initializeWithName:" : "pmm 8/25/2016 11:00",
12+
"name" : "pmm 8/16/2010 00:32" } }

0 commit comments

Comments
 (0)
X Tutup