<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Jun 9, 2014, at 10:53 AM, Nicolas Cellier &lt;<a href="mailto:nicolas.cellier.aka.nice@gmail.com">nicolas.cellier.aka.nice@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div><div><div><div><div>I wanted to test if my new handling (handleSignal:) was Tweak compatible.<br></div>But, <a href="http://www.squeaksource.com/TweakCore">http://www.squeaksource.com/TweakCore</a> is not currently loading in Squeak4.5 due to several uncompatible changes:<br>
<br></div><div>- Tweak requires 'allow block argument assignement' preference to be true, that's the first thing which should be mentionned on the squeaksource page loading instructions.<br></div>- Tweak is subclassing Compiler, but the Compiler changed (Introduction of CompilationCue by Colin)<br>
</div>- Tweak is extending MultiDisplayScanner, but this class vanished (It should now be BltDisplayScanner).<br></div>- Tweak is using this weird literal syntax that has been retracted: (self flag: #1). should be (self flag: 1) instead.<br>
<br>Is there any interest in upgrading Tweak to latest trunk?<br></div></div></blockquote>I'm interested, but I cannot justify it in any real way. There used to be a site, I believe, called <a href="http://tweak.com">tweak.com</a>, with some basic documentation.&nbsp;</div><div>I suppose Tweak is used in Croquet/Qwaq still.&nbsp;</div><div><br></div><div>Chris&nbsp;</div><div><br></div><div><blockquote type="cite"><div dir="ltr"><div>If yes, see attachments for a quick fix of last 3 points (Tweak-Compiler and Tweak-Costume)<br><br></div><div>I also noticed that I get many packages marked dirty because the fields changed.<br>
Is it normal?<br><br></div></div>
<span>&lt;BitBltDisplayScanner-privatePort.st&gt;</span><span>&lt;CCompiler-evaluatenotifyingin.st&gt;</span><span>&lt;WindowFont class-initialize.st&gt;</span><br></blockquote></div><br></body></html>