help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] 2.2d BloxTK


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] 2.2d BloxTK
Date: Fri, 01 Dec 2006 07:37:58 +0100
User-agent: Thunderbird 1.5.0.8 (Macintosh/20061025)

Brad Watson wrote:
Hi,

When I attempted to start blox I encountered the following:

A typo caused by bad coverage in the test suite. Fixed with the following one-character patch (I committed to arch an additional change that adds a test case).

--- orig/kernel/CompildMeth.st
+++ mod/kernel/CompildMeth.st
@@ -560,7 +560,7 @@ rewriteAsAsyncCCall: func args: argsArra

     "descr asyncCall. ^self"
     literals := { descr. #asyncCall }.
-    bytecodes := #[ 136 1 64 1 67 0 ].
+    bytecodes := #[ 136 1 66 1 67 0 ].

     newMethod := CompiledMethod
        literals: literals

Paolo





reply via email to

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