[Pharo-users] String readFrom: bug?

2013-06-14 Thread José Comesaña
I think I've found a bug in String class>>readFrom:. 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' message shouldn't be here, because 'self' itself refers to the String class. Pre

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

2013-06-14 Thread Sven Van Caekenberghe
On 14 Jun 2013, at 11:44, José Comesaña wrote: > I think I've found a bug in String class>>readFrom:. 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' message shouldn't

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 > > On 14 Jun 2013, at 11:44, José Comesaña wrote: > > > I think I've found a bug in String class>>readFrom:. This sentence fails: > > > > z := String readFrom: 'Good morning' readStream. > > > > I think that

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 wrote: > OK, but I don't know how to make an issue, sorry. :( > > > 2013/6/14 Sven Van Caekenberghe >

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

2013-06-14 Thread José Comesaña
Fix and test sent. Regards. 2013/6/14 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 wrote: > > > OK, but I don't k

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

2013-06-14 Thread Sven Van Caekenberghe
On 14 Jun 2013, at 13:52, José Comesaña wrote: > Fix and test sent. Where ? Anyway, I already did it ;-) > Regards. > > 2013/6/14 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 produ

[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 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 flag check? > > On Thu,

[Pharo-users] [ANN] Voyage updated to 2.0 and blog post

2013-06-14 Thread Esteban Lorenzano
Hi, I worked a bit on voyage today to update the configuration for 2.0 (it was working, but not with the latest versions). I also finished a small tutorial I was working on, in the form of a blog: http://smallworks.com.ar/web/blog/2013-06-14-voyage-the-adventure Cheers, Esteban

[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: http://stackoverflow.com/questions/16981791/how-to-proceed-wi

[Pharo-users] recompile a class via menu item in Pharo 2?

2013-06-14 Thread Paul DeBruicker
In earlier versions of Pharo you could choose a refactoring scope and then recompile everything in that scope by choosing the 'recompile' menu item . Is there a way to do the same thing in Pharo 2? Thanks

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 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] 3.0 #30199 -1- $ curl

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 wrote: > andy > > thanks for this discussion. It would be good to raise a kind of consensus > because this is an ef

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 crea