Skip to content

Commit 87b33fd

Browse files
author
Johan Brichau
committed
added GRDynamicVariable to Pharo60 package
1 parent ead2c3f commit 87b33fd

File tree

7 files changed

+26
-4
lines changed

7 files changed

+26
-4
lines changed

repository/Grease-Pharo60-Core.package/GRDynamicVariable.class/README.md

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
accessing
2+
use: anObject during: aBlock
3+
^ self
4+
value: anObject
5+
during: aBlock
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"instance" : { },
3+
"class" : {
4+
"use:during:" : "MaxLeske 5/16/2017 21:54"
5+
}
6+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"commentStamp" : "",
3+
"super" : "DynamicVariable",
4+
"category" : "Grease-Pharo60-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "GRDynamicVariable",
10+
"type" : "normal"
11+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*Grease-Pharo60-Core
2-
greasePharo30Core
2+
greasePharo60Core
33
^ self new
4-
name: 'Grease-Pharo30-Core';
4+
name: 'Grease-Pharo60-Core';
55
addDependency: 'Grease-Core';
66
url: #greaseUrl;
77
yourself
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"instance" : { },
33
"class" : {
4-
"greasePharo30Core" : "pmm 9/12/2013 16:00"
4+
"greasePharo60Core" : "JohanBrichau 5/25/2017 15:26"
55
}
66
}

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

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

0 commit comments

Comments
 (0)