Re: [Pharo-users] String readFrom: bug?

2013-06-14 Thread Sven Van Caekenberghe
On 14 Jun 2013, at 11:44, José Comesaña jose.comes...@gmail.com wrote: I think I've found a bug in String classreadFrom:. This sentence fails: z := String readFrom: 'Good morning' readStream. I think that the bug is on the first line, saying: ^ self class streamContents:. The 'class'

Re: [Pharo-users] String readFrom: bug?

2013-06-14 Thread José Comesaña
OK, but I don't know how to make an issue, sorry. :( 2013/6/14 Sven Van Caekenberghe s...@stfx.eu On 14 Jun 2013, at 11:44, José Comesaña jose.comes...@gmail.com wrote: I think I've found a bug in String classreadFrom:. This sentence fails: z := String readFrom: 'Good morning'

Re: [Pharo-users] String readFrom: bug?

2013-06-14 Thread Sven Van Caekenberghe
No problem, here is the issue https://pharo.fogbugz.com/f/cases/10915/String-class-readFrom-is-broken-and-untested I will produce a slice later on. On 14 Jun 2013, at 11:58, José Comesaña jose.comes...@gmail.com wrote: OK, but I don't know how to make an issue, sorry. :( 2013/6/14 Sven

Re: [Pharo-users] String readFrom: bug?

2013-06-14 Thread José Comesaña
Fix and test sent. Regards. 2013/6/14 Sven Van Caekenberghe s...@stfx.eu No problem, here is the issue https://pharo.fogbugz.com/f/cases/10915/String-class-readFrom-is-broken-and-untested I will produce a slice later on. On 14 Jun 2013, at 11:58, José Comesaña jose.comes...@gmail.com

[Pharo-users] Sprint friday 28 of June

2013-06-14 Thread Stéphane Ducasse
Hi guys We will organize a one day sprint Friday at Lille. You are all welcome :) Stef

Re: [Pharo-users] ui slowness on newly installed ubuntu 13.04 64bit

2013-06-14 Thread Igor Stasenko
On 13 June 2013 22:05, Guillermo Polito guillermopol...@gmail.com wrote: Hmm, unless there is a difference in compilation, then it is maybe the check we added with Igor to handle correctly objects as methods. I'll put this in my todo for the weekend :/. 10 times slowdown because of a single

[Pharo-users] How to split or rename Pharo categories with regard to Monticello packages?

2013-06-14 Thread MartinW
Hi, i was looking for best practices on how to split or rename Pharo categories with regard to Monticello packages. Means, when i change category names i have to somehow reflect this in Monticello packages too? I asked on Stackoverflow:

Re: [Pharo-users] Configuring where ZnServer serves files from

2013-06-14 Thread Andy Burnett
This should work: (ZnServer defaultOn: 1701) logToTranscript; delegate: ((ZnStaticFileServerDelegate new) prefixFromString: 'apple/macosx'; directory: '/Library/WebServer/Documents'

Re: [Pharo-users] ui slowness on newly installed ubuntu 13.04 64bit

2013-06-14 Thread Sven Van Caekenberghe
On 07 Jun 2013, at 17:15, Camillo Bruni camillobr...@gmail.com wrote: Can you try on the command line only? This is getting _very_ weird: This is on Ubuntu 12.10 x64 running on a non-virtualised Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz, 8GB RAM. $ ./pharo Pharo.image printVersion [version]

Re: [Pharo-users] Phaas - anyone interested in setting up Pharo as a Service?

2013-06-14 Thread James Foster
I have some ideas I would like to discuss off-line. Anyone interested should contact me at james.fos...@gemtalksystems.com. James On Jan 26, 2013, at 8:04 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: andy thanks for this discussion. It would be good to raise a kind of consensus

Re: [Pharo-users] Topic search - Learn programming with Smalltalk

2013-06-14 Thread Pierce Ng
On Wed, Jun 12, 2013 at 02:46:23AM -0700, basilmir wrote: *Smalltalk, Objects and Design by Chamond Liu* One of the first Smalltalk books I read, before I had gotten hold of any implementation to play with. Very nice book! but without extensive knowledge of the framework how could one create