[squeak-dev] Tweak in Squeak4.5

Ken G. Brown kbrown at mac.com
Mon Jun 9 16:04:58 UTC 2014


Here are all the links from my Croquet/Tweak bookmarks folder that I saved over time. Perhaps they might be of use for anyone interested in looking for Tweak info in the wayback machine for example.

I think Tweak would be very valuable to be kept alive. It was the obvious choice and used for the Sophie project for example.

http://languagegame.org:8080/ggame/15
http://croquet-src-01.oit.duke.edu:8886/Contributions/
http://atsosxdev.doit.wisc.edu/croquetdevelopment/index.html
http://croquet-src-01.oit.duke.edu:8886/@PPS94ueiseNPANn_/WjyUCKK9
http://www.reed.com/tealand/lightsmith/04.01.01%20CroquetUIPaperV3.pdf
http://murl.microsoft.com/LectureDetails.asp?1019
http://croquet.doit.wisc.edu/wiki/tiki-index.php?page=CroquetRoadmap
http://minnow.cc.gatech.edu/croquet
http://www.reed.com/TeaLand/Manual/Croquet.html
http://www.dmu.com/croquet/
http://www.croquetproject.org/
http://developer.creative.com/landing.asp?cat=1&sbcat=31&top=38
http://orionelenzil.blogspot.com/
http://squeak.joyful.com/planetsqueak/
http://people.squeakfoundation.org/person/gcorriga/diary.html?start=8
http://vpri.org/html/writings.htm
http://www.erights.org/elib/concurrency/event-loop.html
http://news.gmane.org/gmane.comp.lang.smalltalk.tweak
http://source.impara.de/@vTgignXRSvHJNsjz/haJNMtyE
http://www.croquetproject.org/index.php/Road_Map#Two_Dimension_Infrastructure
http://squeak.pbwiki.com/interview
http://impara.de/mailman/listinfo/tweak
http://tweakproject.org/TECHNOLOGY/Documentation/
http://ttweakproject.org/TECHNOLOGY/Whitepapers/Projects
http://tweakproject.org/TECHNOLOGY/Tutorials/
http://tweakproject.org/
http://tweakproject.org/TECHNOLOGY/Whitepapers/TweakEventDebugging
http://tweakproject.org/TECHNOLOGY/Whitepapers/
http://tweakingcroquet.blogspot.com/2008/08/simple-example-2d-tweak-embedded-app-in.html
http://croquetweak.blogspot.com/
http://source.impara.de/Tweak.html
http://tweak.impara.de/ABOUT/FAQ/MCConfigurationUpdates/
http://tweak.impara.de/
http://croquetproject.org/Croquet_Technologies/downloads.html#

Ken G. Brown

On Jun 9, 2014, at 9:31, Chris Cunnington <brasspen at gmail.com> wrote:

> 
> On Jun 9, 2014, at 10:53 AM, Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com> wrote:
> 
>> I wanted to test if my new handling (handleSignal:) was Tweak compatible.
>> But, http://www.squeaksource.com/TweakCore is not currently loading in Squeak4.5 due to several uncompatible changes:
>> 
>> - 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.
>> - Tweak is subclassing Compiler, but the Compiler changed (Introduction of CompilationCue by Colin)
>> - Tweak is extending MultiDisplayScanner, but this class vanished (It should now be BltDisplayScanner).
>> - Tweak is using this weird literal syntax that has been retracted: (self flag: #1). should be (self flag: 1) instead.
>> 
>> Is there any interest in upgrading Tweak to latest trunk?
> I'm interested, but I cannot justify it in any real way. There used to be a site, I believe, called tweak.com, with some basic documentation. 
> I suppose Tweak is used in Croquet/Qwaq still. 
> 
> Chris 
> 
>> If yes, see attachments for a quick fix of last 3 points (Tweak-Compiler and Tweak-Costume)
>> 
>> I also noticed that I get many packages marked dirty because the fields changed.
>> Is it normal?
>> 
>> <BitBltDisplayScanner-privatePort.st><CCompiler-evaluatenotifyingin.st><WindowFont class-initialize.st>
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20140609/9ed50df3/attachment.htm


More information about the Squeak-dev mailing list