help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] make check failed


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] make check failed
Date: Mon, 19 Jan 2009 10:10:58 +0100
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

SJS wrote:
> Saw the update on IRC. Pulled down the changes, ran make, then
> make check... and saw a failure.

Oops, pushed the wrong directory.

diff --git a/kernel/ProcEnv.st b/kernel/ProcEnv.st
index b0ad1a3..e4e7463 100644
--- a/kernel/ProcEnv.st
+++ b/kernel/ProcEnv.st
@@ -44,7 +44,7 @@ setting for the current process.'>
         automatically create it in the current process, while removal must
         be done by hand through the ProcessEnvironment singleton object."
        <category: 'accessing'>
-       ^self basicNew key: Object new
+       ^self basicNew key: anObject
     ]

     ProcessVariable class >> new [

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]