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 <[EMAIL PROTECTED]> To: Brad Watson <[EMAIL PROTECTED]> Cc: [email protected] 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 _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
