Re: [Pharo-project] TestCase#assert:equals: optimization

2012-03-15 Thread Nicolas Cellier
Being able to automate is very good, however... rant I find a great deal of issues report are unhelpful, not to say totally useless. Take for example http://code.google.com/p/pharo/issues/detail?id=5482 it just tells, hey look at the fix in this slice, and you'll understand Then some bits of

Re: [Pharo-project] Fwd: [Moose-dev] Moose Windows VM problem

2012-03-15 Thread Igor Stasenko
On 14 March 2012 08:00, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys can we fix the one click on windows especially? Stef Begin forwarded message: From: Usman Bhatti usman.bha...@gmail.com Subject: [Moose-dev] Moose Windows VM problem Date: March 13, 2012 6:23:44 PM

[Pharo-project] Unix CogVM compilation summary

2012-03-15 Thread Pavel Krivanek
git clone --depth 1 git://git.gitorious.org/cogvm/blessed.git cd blessed mkdir -p build cd build sh ../codegen-scripts/extract-commit-info.sh cd ../image curl https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/lastSuccessfulBuild/artifact/Pharo-1.4.zip; -o image.zip unzip -jbo

Re: [Pharo-project] [Moose-dev] Moose Windows VM problem

2012-03-15 Thread Tudor Girba
Hi, It would be great to get a job for running the Moose on Windows. Cheers, Doru On 15 Mar 2012, at 23:41, Igor Stasenko wrote: On 14 March 2012 08:00, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys can we fix the one click on windows especially? Stef Begin forwarded

Re: [Pharo-project] Unicode depending on Zinc

2012-03-15 Thread Guillermo Polito
That's why I generated a method from the file, and then put the link in the comment... On Thu, Mar 15, 2012 at 8:17 PM, Guillermo Polito guillermopol...@gmail.com wrote: But what if I want to have an image without Zinc? Ok, I will not use that method, but I'll get an Undeclared entry and

Re: [Pharo-project] Unix CogVM compilation summary

2012-03-15 Thread Igor Stasenko
Yes, something like that :) But it work only if before you installed all tools required for building it.. gcc. cmake, git ,zip, curl etc. On 16 March 2012 00:01, Pavel Krivanek pavel.kriva...@gmail.com wrote: git clone --depth 1 git://git.gitorious.org/cogvm/blessed.git cd blessed mkdir -p

Re: [Pharo-project] Unicode depending on Zinc

2012-03-15 Thread Igor Stasenko
you can always make dependency less hardcoded: Smalltalk at: #ZnClient ifAbsent: [ self error: 'sorry dude' ] ifPresent: [:client | ... download stuff , whatever ] On 16 March 2012 00:18, Guillermo Polito guillermopol...@gmail.com wrote: That's why I generated a method from the file, and

[Pharo-project] Issue 5476: File Browser Invalid utf8 input detected when clicking on a binary file

2012-03-15 Thread Alexis Parseghian
Clicking on a file in the File Browser immediately loads a preview of its contents. Works fine for text files, but when the file is binary (eg .image, .png) the above error is raised. Changeset attached in the issue, wrapping on:do: handler around contents-reading calls. The fix as provided is

[Pharo-project] Sorry for the spam

2012-03-15 Thread Guillermo Polito
I have still more stuff about weird dependencies, but I'll stop today :) Guille

[Pharo-project] Unicode depending on Zinc

2012-03-15 Thread Guillermo Polito
Hi, Does this method make sense? (Do we want Unicode to update itself?) Unicode classinitializeCaseMappings Unicode initializeCaseMappings ToCasefold := IdentityDictionary new. ToUpper := IdentityDictionary new. ToLower := IdentityDictionary new. UIManager default

[Pharo-project] Does anyone have tried/succeeded to use PetitParser for parsing dates?

2012-03-15 Thread Friedrich Dominicus
I wonder if anyone has used PetitParser to parse dates in diverse formats. e.g 01/01/2012 07/31/2012 And with failures on things like 2012-07-32 or 2012-13-01 or 2012-02-30 or 2011-02-29 Regards Friedrich -- Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim

<    1   2