Hi, I recently found the RepeatTimesMorphicTile in SqueakMap but can´t figure out how to use it in Squeak 3.9. Since it is supposed to have a place in the ...
132849
Edgar J. De Cleene
edgardec2001@...
Aug 1, 2008 11:37 am
... Luis: If you understand Spanish, could join to http://ar.groups.yahoo.com/group/squeakRos/ (Group) And have few help here. ...
132850
stephane ducasse
stephane.ducasse@...
Aug 1, 2008 3:13 pm
... for example....
132851
Yoshiki Ohshima
yoshiki@...
Aug 1, 2008 6:12 pm
Subbu, ... This looks like you are not using the very latest RomePlugin (The squeaksource seems to be down at the moment, but you can get it from there)....
132852
Igor Stasenko
siguctua@...
Aug 1, 2008 9:48 pm
... As i said before, an immutability should be provided through behavior (by disabling/removing methods which can mutate an object) not by state (hidden...
132853
Igor Stasenko
siguctua@...
Aug 1, 2008 10:02 pm
Also, things become pretty odd when there is another party playing with immutability in parallel to OODB. But! If we, instead, implement a proper support in...
132854
Klaus D. Witzel
klaus.witzel@...
Aug 2, 2008 8:32 am
... Don't touch the button besides that field in VMMaker :( ... Whatever the procedure, it does not work, it complains :( But gnu-interp.c is indeed in...
132855
Igor Stasenko
siguctua@...
Aug 2, 2008 8:59 am
Yes, i'm aware of this issue. It looks like gawk -f ../platforms/win32/misc/gnuify ./src/vm/interp.c > ./src/vm/gnu-interp.c forks another process and returns...
132856
Klaus D. Witzel
klaus.witzel@...
Aug 2, 2008 9:12 am
... Thanks. BTW it also seems to be sensitive to none/what plugins are put internal. Have a list handy somewhere (just so that it DoesTheRightThing). TIA...
132857
Igor Stasenko
siguctua@...
Aug 2, 2008 9:18 am
... ah, yes, some plugins should be mandatory included as internal into build, otherwise you'll be unable to build vm. Here the list of internal plugins which...
132858
Igor Stasenko
siguctua@...
Aug 2, 2008 9:24 am
This is what i'm doing in workspace: HTTPSocket httpFileIn: 'installer.pbwiki.com/f/LPF.st'. Installer sm install: 'FFI'. The i trying to open an MC and...
132859
Igor Stasenko
siguctua@...
Aug 2, 2008 9:25 am
oh , forgot to add. I tried this on vanilla Squeak3dot10.7159.image ... -- Best regards, Igor Stasenko AKA sig....
132860
Klaus D. Witzel
klaus.witzel@...
Aug 2, 2008 9:48 am
... No such class in the .image #FileDialogPlugin :( ... Scaring: too few args for messages to interpreter and memory (at the bottom): ...
132861
Klaus D. Witzel
klaus.witzel@...
Aug 2, 2008 9:55 am
... Smalltalk recreateSpecialObjectsArray Smalltalk discardFFI "recreates it as well" HTH....
132862
Igor Stasenko
siguctua@...
Aug 2, 2008 9:58 am
... does not helps with sockets :( Sockets are still dead.. Oh.. nevermind , i'll take more recent image to play with. ... -- Best regards, Igor Stasenko AKA...
132863
Igor Stasenko
siguctua@...
Aug 2, 2008 10:02 am
... Yes. You shouldn't have this plugin :) But its not a problem. ... yeah, just delete this file (sqOldSoundPrims.c) by hands. Its not used anywhere, just a...
132864
Bèrto ëd Sèra
berto.d.sera@...
Aug 2, 2008 10:25 am
Hi all, I remember reading somewhere that OLPC was using Squeak. Does anyone know what parts of it are written in Squeak, exactly? Bèrto Hi all, I remember...
132865
Igor Stasenko
siguctua@...
Aug 2, 2008 10:29 am
Heh.. it seems like i have an unlucky day. Just downloaded a Squeak3.10.2-7179-basic.image. Open Universes and install FFI package from it. (Note, it has...
... Vm - croquet. Platform - win32. I can assure you that issue has nothing to do with vm or platform. This bug was already discovered earlier (and discussed...
132869
Igor Stasenko
siguctua@...
Aug 2, 2008 11:02 am
... Congratulations!!! :) /me stops trying to repeat process from the scratch, since Klaus already succeeded. ... -- Best regards, Igor Stasenko AKA sig....
132870
Janko Mivšek
janko.mivsek@...
Aug 2, 2008 11:06 am
Hi all, Göran's work encouraged me to run benchmarks more carefully and repeatably to minimize impact of OS file system performance and as you can see, Kom...
132871
Edgar J. De Cleene
edgardec2001@...
Aug 2, 2008 11:18 am
El 8/2/08 8:06 AM, "Janko Miv¹ek" <janko.mivsek@...> escribió: Janko: Sorry if I miss some , but like to have the upload code you are talking about. ...
132872
Derek O'Connell
doconnel@...
Aug 2, 2008 12:14 pm
The OLPC "activity" called "Etoys" is actually Squeak with a focus on the Etoys element (hence the renaming). This page provides more information:...
132873
Torsten Bergmann
astares@...
Aug 2, 2008 12:45 pm
see http://bugs.squeak.org/view.php?id=6980 Maybe nobody cared to rebuild new images with the fix? Bye Torsten -- GMX startet ShortView.de. Hier findest Du...
132874
Edgar J. De Cleene
edgardec2001@...
Aug 2, 2008 2:03 pm
... Maybe is time to re-think about who should be in the Release Team ? Edgar...
132875
Stefan Sobernig
ss@...
Aug 2, 2008 3:45 pm
Dear Squeakers, (sorry for cross-posting; already posted to comp.lang.smalltalk) For a piece of research I am currently working on, I have been reviewing the...
132876
Janko Mivšek
janko.mivsek@...
Aug 2, 2008 4:20 pm
... Edgar, For testing Swazoo upload: 1. Start with latest Damien's squeak-dev 2. load over latest Swazoo 2.2beta2: -...
132877
Klaus D. Witzel
klaus.witzel@...
Aug 2, 2008 6:00 pm
... Interesting question (origin) indeed :) ... What I always liked are the paragraphs between "Inside every large program there is a small program trying to...