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
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
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
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
>
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
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
Hi guys
We will organize a one day sprint Friday at Lille.
You are all welcome :)
Stef
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,
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
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
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
<<<
This should work:
(ZnServer defaultOn: 1701)
logToTranscript;
delegate: ((ZnStaticFileServerDelegate new)
prefixFromString:
'apple/macosx';
directory:
'/Library/WebServer/Documents'
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
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
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
15 matches
Mail list logo