[Pharo-project] Funny 3D sketch

2011-11-19 Thread Hilaire Fernandes
http://blog.ofset.org/hilaire/index.php?post/2011/11/18/3D-Cube-section Hilaire

Re: [Pharo-project] [update 1.4] #14228

2011-11-19 Thread Stéphane Ducasse
ok I will do it. Stef On Nov 18, 2011, at 11:23 PM, Sven Van Caekenberghe wrote: On 18 Nov 2011, at 15:22, Stéphane Ducasse wrote: 14228 - Issue 4903: New version of Zinc http://code.google.com/p/pharo/issues/detail?id=4903 Stef Nice, thanks! I forgot to

Re: [Pharo-project] [update 1.4] #14228

2011-11-19 Thread Stéphane Ducasse
Now in 14231 stef On Nov 19, 2011, at 10:16 AM, Stéphane Ducasse wrote: ok I will do it. Stef On Nov 18, 2011, at 11:23 PM, Sven Van Caekenberghe wrote: On 18 Nov 2011, at 15:22, Stéphane Ducasse wrote: 14228 - Issue 4903: New version of Zinc

[Pharo-project] [update 1.4] #14231

2011-11-19 Thread Stéphane Ducasse
14231 - ZnTests now :)

[Pharo-project] Startup Preferences

2011-11-19 Thread Benjamin
Hi guys, I did a little project which allow you to save a st script on your HDD in a preference folder (~/.pharo#{version} for unix based machine, not yet defined for windows) and run it each time an image is open. You can also decide for each item if you want it to be run each time or only

Re: [Pharo-project] how to get a string read stream from filesystem

2011-11-19 Thread Tudor Girba
Hi, Thanks. I know that the ByteArray is the data structure, but I would like to get a stream that decodes the information and lets me traverse characters, rather than bytes. By retrieving aReference readStream contents asString I first get all the ByteArray in memory, and then create another

Re: [Pharo-project] Startup Preferences

2011-11-19 Thread Stéphane Ducasse
thanks ben I will wait for feedback before pushing that in the system but indeed, I'm tired to always type my password in all the images. For script loader I did a hack but it would be better to have something nicer like what you did. Stef On Nov 19, 2011, at 2:13 PM, Benjamin wrote: Hi

Re: [Pharo-project] how to get a string read stream from filesystem

2011-11-19 Thread Stéphane Ducasse
Doru FS should be usable so if you have suggestions and code please send them. Stef Hi, Thanks. I know that the ByteArray is the data structure, but I would like to get a stream that decodes the information and lets me traverse characters, rather than bytes. By retrieving aReference

Re: [Pharo-project] how to get a string read stream from filesystem

2011-11-19 Thread Lukas Renggli
As I just wrote a few days ago, you must use #fileStreamDo: or #fileStreamWriteable:do: to get the traditional system stream that supports ascii/binary and various convertors. The streams built into FileSystem are minimal ANSI streams. They are supposed to be wrapped by something more

Re: [Pharo-project] Startup Preferences

2011-11-19 Thread Schwab,Wilhelm K
FWIW, I thought there is a way to put a preferences file in the image directory to achieve this?? I read that somewhere, I just never tried it. I typically use an image for a long time (still using 1.1.1 at the moment - it WORKS, okg), so the prompts are perhaps less annoying to me than they

Re: [Pharo-project] Startup Preferences

2011-11-19 Thread Benjamin
The problem is when you download 4-5 images per day, each in a different folder :) Ben On Nov 19, 2011, at 6:02 PM, Schwab,Wilhelm K wrote: FWIW, I thought there is a way to put a preferences file in the image directory to achieve this?? I read that somewhere, I just never tried it. I

Re: [Pharo-project] Moving a file

2011-11-19 Thread Francois Stephany
Hi Sean, I've tested it on my mac it seems to work fine. Have you tested it on Linux? If so, May I update the ConfigurationOfFilesytem to include your fix? Francois On 03/11/11 08:09, Sean P. DeNigris wrote: I wrote a partial fix (move and rename now work for disk filesystems on my mac) and

Re: [Pharo-project] Moving a file

2011-11-19 Thread Francois Stephany
On an other side, wouldnt be handy if renameAs: returns a new FSReference to the newly created file (or update the location of the current one)? On 03/11/11 08:09, Sean P. DeNigris wrote: I wrote a partial fix (move and rename now work for disk filesystems on my mac) and uploaded it to

[Pharo-project] Loading projects and building your own images with Metacello

2011-11-19 Thread Mariano Martinez Peck
Hi. I usually don't advertise my blog, but I think this post may be interesting to some of you: http://marianopeck.wordpress.com/2011/11/19/loading-projects-and-building-your-own-images-with-metacello/ Cheers, -- Mariano http://marianopeck.wordpress.com

Re: [Pharo-project] how to get a string read stream from filesystem

2011-11-19 Thread Stéphane Ducasse
The problem is that now we should not open a new task. I would like to close the pending ones: debugger rpackage ring (methodreference and friends) opal May be for 1.5. now for 1.4 we should finish the current ones. stef On Nov 19, 2011, at 5:31 PM, Lukas Renggli

Re: [Pharo-project] Startup Preferences

2011-11-19 Thread Stéphane Ducasse
I always build everything from a new image. It is my process. and I try to throw away images as fast as I can (but not fast enough… when I see all the images I have around :). On Nov 19, 2011, at 6:02 PM, Schwab,Wilhelm K wrote: FWIW, I thought there is a way to put a preferences file in the

Re: [Pharo-project] Moving a file

2011-11-19 Thread Stéphane Ducasse
Good. Did you write some tests? On Nov 3, 2011, at 4:09 PM, Sean P. DeNigris wrote: I wrote a partial fix (move and rename now work for disk filesystems on my mac) and uploaded it to sqs/fs. Here's the package comment for FS-Core-SeanDeNigris.16 (the other affected package is

Re: [Pharo-project] New SmalltalkHub preview online

2011-11-19 Thread Herby Vojčík
In github when I click on the commit I see a diff. How can I see a difference that the commit brought up here (online, without downloading)? Herby -- View this message in context: http://forum.world.st/The-SmalltalkHub-demo-is-online-tp4073806p4087229.html Sent from the Pharo Smalltalk mailing

Re: [Pharo-project] New SmalltalkHub preview online

2011-11-19 Thread nicolas petton
Hi, This is coming soon :) Cheers, Nico 2011/11/19 Herby Vojčík he...@mailbox.sk In github when I click on the commit I see a diff. How can I see a difference that the commit brought up here (online, without downloading)? Herby -- View this message in context:

Re: [Pharo-project] Startup Preferences

2011-11-19 Thread Schwab,Wilhelm K
Ben, Whatever you, Stef and others find helpful is fine by me. My guess would be that having one extra settings file to copy would be a minor hassle compared to providing sources (or symlink to same), a vm, and probably a shell script to make the thing go. Put another way, what do you do to