Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
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
  • Loading branch information
Johan Brichau committed Jul 23, 2017
commit 6bcefdad575230a9ccc8cd504a31e2d9aceca5ff
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
defaults
defaultValue
^ nil
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
default
^ self class defaultValue
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"instance" : { },
"instance" : {
"default" : "JohanBrichau 7/23/2017 17:45"
},
"class" : {
"defaultValue" : "JohanBrichau 7/23/2017 17:45",
"use:during:" : "MaxLeske 5/16/2017 21:54"
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'Grease-Pharo60-Core-JohanBrichau.2' message 'Added GRDynamicVariable (copied from Grease-Pharo30-Core-MaxLeske.23)' id 'c95f31f1-ba0c-0d00-9a91-77be09e6dcd5' date '25 May 2017' time '3:29:07.233987 pm' author 'JohanBrichau' ancestors ((name 'Grease-Pharo60-Core-JohanBrichau.1' message 'Split from Grease-Pharo30-Core-PavelKrivanek.22with changes for Pharo6.0 onwards' id 'fec0f92f-b80c-0d00-b4b4-c13800bfc9db' date '25 May 2017' time '12:11:55.651574 pm' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())
(name 'Grease-Pharo60-Core-JohanBrichau.3' message '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' id 'b7f896c0-5f11-0d00-87f2-d9cb08c307d1' date '23 July 2017' time '5:47:27.925141 pm' author 'JohanBrichau' ancestors ((name 'Grease-Pharo60-Core-JohanBrichau.2' message 'Added GRDynamicVariable (copied from Grease-Pharo30-Core-MaxLeske.23)' id 'c95f31f1-ba0c-0d00-9a91-77be09e6dcd5' date '25 May 2017' time '3:29:07.233987 pm' author 'JohanBrichau' ancestors ((name 'Grease-Pharo60-Core-JohanBrichau.1' message 'Split from Grease-Pharo30-Core-PavelKrivanek.22with changes for Pharo6.0 onwards' id 'fec0f92f-b80c-0d00-b4b4-c13800bfc9db' date '25 May 2017' time '12:11:55.651574 pm' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())) stepChildren ())
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
defaults
default
defaultValue
^ 'default test value'
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"instance" : {
"default" : "JohanBrichau 7/23/2017 16:58"
},
"class" : { }
"instance" : { },
"class" : {
"defaultValue" : "JohanBrichau 7/23/2017 17:44"
}
}

Large diffs are not rendered by default.