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: Brad Watson
Subject: Re: [Help-smalltalk] 2.2d BloxTK
Date: Fri, 1 Dec 2006 06:36:18 -0800 (PST)

Paolo,

That corrected it.  However, when I attempt to exit BloxTK, I get a:

MessageNotUnderstood(Exception)>>#signal

Should I be using BloxGTK instead ?  Is BloxTK effectively depreciated ?

Regards,

Brad Watson

----- Original Message ----
From: Paolo Bonzini <address@hidden>
To: Brad Watson <address@hidden>
Cc: address@hidden
Sent: Thursday, November 30, 2006 10:37:58 PM
Subject: Re: [Help-smalltalk] 2.2d BloxTK

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






 
____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index




reply via email to

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