Skip to content

Commit

Permalink
slight freeze-related changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
verwaest authored and camillobruni committed Jan 20, 2014
1 parent 0994481 commit 6f76743
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
Expand Up @@ -2,5 +2,5 @@ freezing
freeze
| clone |
clone := super freeze.
clone rawOuterScope: outerScope.
clone homeContext: homeContext.
^ clone
Expand Up @@ -4,7 +4,7 @@
"instance" : {
"asAliased" : "ToonVerwaest 4/6/2010 17:16",
"assignAt:in:to:" : "ToonVerwaest 3/25/2010 12:39",
"freeze" : "CamilloBruni 8/23/2010 22:35",
"freeze" : "ToonVerwaest 10/17/2010 23:43",
"lookupAt:in:" : "ToonVerwaest 3/25/2010 12:39",
"outerScope" : "ToonVerwaest 3/25/2010 12:39",
"outerScope:" : "ToonVerwaest 3/25/2010 12:39",
Expand Down
@@ -1,7 +1,7 @@
freezing
freeze
| clone |
clone := self species new.
returnContext ifNotNil: [ clone returnContext: returnContext freeze ].
clone := self species new: (self size).
clone closure: closure.
clone returnContext: returnContext freeze.
^ clone
Expand Up @@ -5,7 +5,7 @@
"asAliased" : "ToonVerwaest 10/13/2010 18:10",
"closure" : "ToonVerwaest 3/25/2010 12:39",
"closure:" : "ToonVerwaest 3/25/2010 12:39",
"freeze" : "CamilloBruni 8/23/2010 16:53",
"freeze" : "ToonVerwaest 10/18/2010 00:18",
"homeContext" : "ToonVerwaest 3/25/2010 12:39",
"homeContext:" : "ToonVerwaest 3/25/2010 12:39",
"initialize" : "ToonVerwaest 9/22/2010 13:30",
Expand Down
Expand Up @@ -10,7 +10,7 @@
"environment:" : "ToonVerwaest 8/6/2010 19:51",
"isResumable" : "ToonVerwaest 8/18/2010 16:22",
"messageText" : "ToonVerwaest 8/18/2010 16:22",
"pinitialize" : "ToonVerwaest 9/24/2010 14:43",
"pinitialize" : "ToonVerwaest 10/18/2010 14:40",
"printStacktraceOn:" : "CamilloBruni 8/23/2010 23:20",
"privHandlerContext:" : "ToonVerwaest 8/18/2010 16:13",
"psignal" : "ToonVerwaest 8/2/2010 11:34",
Expand Down
Expand Up @@ -2,4 +2,4 @@ initialize-release
initialize
super initialize.
homeContext := self.
scopeId := 0.
scopeId := 0
Expand Up @@ -5,7 +5,7 @@
"asAliased" : "ToonVerwaest 4/6/2010 17:16",
"assignAt:in:to:" : "ToonVerwaest 8/18/2010 19:07",
"freeze" : "CamilloBruni 8/23/2010 16:54",
"initialize" : "ToonVerwaest 8/23/2010 23:04",
"initialize" : "ToonVerwaest 10/17/2010 22:30",
"lookupAt:in:" : "ToonVerwaest 8/18/2010 19:07",
"methodClass" : "ToonVerwaest 4/6/2010 13:42",
"printStacktraceOn:" : "CamilloBruni 8/23/2010 22:53",
Expand Down
2 changes: 2 additions & 0 deletions repository/Pinocchio.package/PNil.class/instance/freeze.st
@@ -0,0 +1,2 @@
debugging
freeze
Expand Up @@ -4,6 +4,7 @@
"instance" : {
"accept:" : "CamilloBruni 7/27/2010 15:10",
"asString" : "ToonVerwaest 3/25/2010 12:39",
"freeze" : "ToonVerwaest 10/17/2010 22:47",
"ifNil:" : "ToonVerwaest 3/25/2010 12:39",
"ifNil:ifNotNil:" : "ToonVerwaest 3/25/2010 12:39",
"ifNil:ifNotNilDo:" : "ToonVerwaest 8/2/2010 12:31",
Expand Down
2 changes: 1 addition & 1 deletion repository/Pinocchio.package/monticello.meta/version

Large diffs are not rendered by default.

0 comments on commit 6f76743

Please sign in to comment.