make check failed

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

make check failed

SJS-2
Saw the update on IRC. Pulled down the changes, ran make, then
make check... and saw a failure.

The testsuite.log file can be found here:

http://www.stremler.net/temp/Software/GST_20090119_testsuite.log

Running make clean and recompiling, it still fails.

FYI and all that.

-S.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: make check failed

Paolo Bonzini-2
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


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk