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



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

Reply via email to