[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 Registriern

[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 class>>initializeCaseMappings "Unicode initializeCaseMappings" ToCasefold := IdentityDictionary new. ToUpper := IdentityDictionary new. ToLower := IdentityDictionary new. UIManager default informUs

[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] 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 re

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 wrote: > That's why I generated a method from the file, and then put the link in the > c

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 wrote: > git clone --depth 1 git://git.gitorious.org/cogvm/blessed.git > cd blessed > mkdir -p build > cd build > sh ..

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 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 therefore a dirty image... :

Re: [Pharo-project] Unicode depending on Zinc

2012-03-15 Thread Guillermo Polito
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 therefore a dirty image... :/ On Thu, Mar 15, 2012 at 12:37 PM, Sven Van Caekenberghe wrote: > Hi Guillermo, > > On 15 Mar 2012, at 16:25, Guillermo Polito wrote: > > > Of cours

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 wrote: >> Hi guys >> >> can we fix the one click on windows especially? >> >> Stef >> >> Begin forwarded message: >>

[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 im

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 wrote: > Hi guys > > can we fix the one click on windows especially? > > Stef > > Begin forwarded message: > > From: Usman Bhatti > Subject: [Moose-dev] Moose Windows VM problem > Date: March 13, 2012 6:23:44 PM GMT+01:00 > To: Moose-related development >

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

2012-03-15 Thread Nicolas Cellier
Being able to automate is very good, however... 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 status

Re: [Pharo-project] [Vm-dev] Finally, jenkins were able to build win32 VM.

2012-03-15 Thread Eliot Miranda
Hi Tudor, On Thu, Mar 15, 2012 at 2:55 PM, Tudor Girba wrote: > > Hi, > > The problem is that I cannot get it for you because it's proprietary code, > and the issue raised when loading the code from a Monticello repository. > I sign non-disclosure agreements and destroy files once I'm done :)

Re: [Pharo-project] [Vm-dev] Finally, jenkins were able to build win32 VM.

2012-03-15 Thread Tudor Girba
Hi, The problem is that I cannot get it for you because it's proprietary code, and the issue raised when loading the code from a Monticello repository. I got some strange crashes in other contexts but without having time to dig into these :(. I will try to keep my eyes opened and find some repr

[Pharo-project] Pharo Kernel Reload Tests-Unix - Build # 5 - Still unstable!

2012-03-15 Thread jenkins-pharo . ci . inria . fr
BUILD UNSTABLEBuild URLhttps://ci.lille.inria.fr/pharo/job/Pharo%20Kernel%20Reload%20Tests-Unix/5/Project:Pharo Kernel Reload Tests-UnixDate of build:Wed, 14 Mar 2012 09:21:09 +0100Build duration:3 mn 18 sCHANGESNo ChangesJUnit TestsName: Announcements.Tests.Core Failed: 0 test(s), Passed: 29 test(

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

2012-03-15 Thread Stéphane Ducasse
Hi guys can we fix the one click on windows especially? Stef Begin forwarded message: > From: Usman Bhatti > Subject: [Moose-dev] Moose Windows VM problem > Date: March 13, 2012 6:23:44 PM GMT+01:00 > To: Moose-related development > Reply-To: Moose-related development > > Hello, > > I have

[Pharo-project] we should make some noise around the pharo conf :)

2012-03-15 Thread stephane ducasse
http://pharoconference.eventbrite.com/ Stef

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

2012-03-15 Thread Stéphane Ducasse
thanks stefan Can you open a bug tracker and publish your code with a slice or a cs so that our crawler can handle it automatically? Yes we are getting professional thanks for camillo and ben :) Stef On Mar 15, 2012, at 8:58 PM, Stefan Marr wrote: > Hi: > > While stepping through bytecodes, I

Re: [Pharo-project] Extending SystemBrowser

2012-03-15 Thread Stéphane Ducasse
On Mar 13, 2012, at 9:21 PM, Ezequiel Lamonica wrote: > Hi everybody, > > I have some problems to extend the SystemBrowser. > I want to add a panel at the left of package panel to list products. > Product is a new concept that I created to manage a group of packages. > > For example, Pharo

Re: [Pharo-project] Finally, jenkins were able to build win32 VM.

2012-03-15 Thread Stéphane Ducasse
not good :( because I'm sure it crashed on you the first time. Stef On Mar 13, 2012, at 3:44 PM, Tudor Girba wrote: > Strange. I tried to reproduce the problem, but following the same path > worked fine the second time. > > Doru > > > On Tue, Mar 13, 2012 at 3:18 PM, Tudor Girba wrote: >> Ah

Re: [Pharo-project] MultiCompositionScanner depending on Morphic stuff

2012-03-15 Thread Stéphane Ducasse
> Hi Guillermo, > > great to see someone to improve modularity of the system. :) We are always thinking. Now Guille will start a PhD with us :) > Look at > results of latest Pharo-Kernel: > > https://ci.lille.inria.fr/pharo/view/Pharo-Kernel/job/Pharo%20Kernel%201.4/lastSuccessfulBuild/artifact

Re: [Pharo-project] [squeak-dev] Simulation discrepancy with #return:

2012-03-15 Thread Eliot Miranda
Hi Yoshiki, Hi Hans-Martin, Hi All, On Tue, Mar 13, 2012 at 10:25 AM, Yoshiki Ohshima wrote: > At Tue, 13 Mar 2012 10:08:12 -0700, > Eliot Miranda wrote: > > > > In this case runUntilErrorOrReturnFrom: aContext should return the > sender of the activation of Foo>test and the result to be returne

Re: [Pharo-project] Gettext package, who?

2012-03-15 Thread Hilaire Fernandes
Le 15/03/2012 17:45, Stéphane Ducasse a écrit : > What is the size of this package? The .mcz file is 26.7 kB -- Dr. Geo -- http://www.drgeo.eu

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

2012-03-15 Thread Stefan Marr
Hi: While stepping through bytecodes, I noticed a bit annoying inefficiency in the SUnit implementation. The description string in #assert:equals: is always computed, even if it is not necessary. While that might not be a performance problem, I find it rather distracting when I have to debug o

[Pharo-project] Extending SystemBrowser

2012-03-15 Thread Ezequiel Lamonica
Hi everybody, I have some problems to extend the SystemBrowser. I want to add a panel at the left of package panel to list products. Product is a new concept that I created to manage a group of packages. For example, Pharo is a product and Seaside is another that depends on Pharo. This is the p

Re: [Pharo-project] [Vm-dev] Re: SystemTracer

2012-03-15 Thread Eliot Miranda
I've attached my most up-to-date version. I'll add this to Squeak trunk pronto. On Thu, Mar 15, 2012 at 12:49 PM, Guillermo Polito < guillermopol...@gmail.com> wrote: > > > > On Thu, Mar 15, 2012 at 4:26 PM, Guillermo Polito < > guillermopol...@gmail.com> wrote: > >> >> >> On Thu, Mar 15, 2012 a

[Pharo-project] Pharo 1.4 Tests-Unix - Build # 286 - Still Unstable!

2012-03-15 Thread jenkins-pharo . ci . inria . fr
BUILD UNSTABLEBuild URLhttps://ci.lille.inria.fr/pharo/job/Pharo%201.4%20Tests-Unix/286/Project:Pharo 1.4 Tests-UnixDate of build:Thu, 15 Mar 2012 20:57:25 +0100Build duration:3 mn 48 sCHANGESNo ChangesJUnit TestsName: Announcements.Tests.Core Failed: 0 test(s), Passed: 29 test(s), Skipped: 0 test(

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

2012-03-15 Thread Stefan Marr
Hi: While stepping through bytecodes, I noticed a slightly annoying inefficiency in the SUnit implementation. The description string in #assert:equals: is always computed, even if it is not necessary. While that might not be a performance problem, I find it rather distracting when I have to de

Re: [Pharo-project] [Vm-dev] Re: SystemTracer

2012-03-15 Thread Guillermo Polito
On Thu, Mar 15, 2012 at 4:26 PM, Guillermo Polito wrote: > > > On Thu, Mar 15, 2012 at 1:58 PM, Eliot Miranda wrote: > >> >> Hi Guillermo, >> >> On Wed, Mar 14, 2012 at 12:48 PM, Guillermo Polito < >> guillermopol...@gmail.com> wrote: >> >>> Hi Eliot, >>> >>> do you have a pointer of where can I

[Pharo-project] [update 1.4] #14393

2012-03-15 Thread Marcus Denker
14393 - Issue 5476: File Browser Invalid utf8 input detected when clicking on a binary file http://code.google.com/p/pharo/issues/detail?id=5476 Issue 5469: Refactoring in DropList + Fix wrap http://code.google.com/p/pharo/issues/detail?id=5469 -- Marcus Denker -- htt

Re: [Pharo-project] [Vm-dev] Re: SystemTracer

2012-03-15 Thread Guillermo Polito
On Thu, Mar 15, 2012 at 1:58 PM, Eliot Miranda wrote: > > Hi Guillermo, > > On Wed, Mar 14, 2012 at 12:48 PM, Guillermo Polito < > guillermopol...@gmail.com> wrote: > >> Hi Eliot, >> >> do you have a pointer of where can I see the differences between the old >> Squeak format and the cog image form

Re: [Pharo-project] [Vm-dev] Re: SystemTracer

2012-03-15 Thread Igor Stasenko
Just want to add, that in Pharo we refactored things a bit, so if you want to look for vm parameters, they are accessed via: Smalltalk vm parameterAt: xyz not Smalltalk vmParameterAt: look in VirtualMachine class for implementation. On 15 March 2012 17:58, Eliot Miranda wrote: > > Hi Guillermo

Re: [Pharo-project] [Vm-dev] Re: Latest image from jenkins does not open with interpreter vm

2012-03-15 Thread Guillermo Polito
HEhe, he already sent in a different thread the differences ;). On Thu, Mar 15, 2012 at 4:11 PM, Igor Stasenko wrote: > > On 15 March 2012 20:05, Guillermo Polito > wrote: > > Ok, so I have no chose. I have to move SystemTracer to cog, or do it :D > > > > Yes. We need to make it working with C

Re: [Pharo-project] Latest image from jenkins does not open with interpreter vm

2012-03-15 Thread Igor Stasenko
On 15 March 2012 20:05, Guillermo Polito wrote: > Ok, so I have no chose.  I have to move SystemTracer to cog, or do it :D > Yes. We need to make it working with Cog. Hope, Eliot remembers what is essential changes between 6502 and 6505 formats, which needs to be fixed in system tracer. -- Bes

Re: [Pharo-project] Latest image from jenkins does not open with interpreter vm

2012-03-15 Thread Guillermo Polito
Ok, so I have no chose. I have to move SystemTracer to cog, or do it :D On Thu, Mar 15, 2012 at 4:02 PM, Marcus Denker wrote: > > On Mar 15, 2012, at 7:59 PM, Guillermo Polito wrote: > > > I'm having the following > > > > This interpreter (vers. 6502) cannot read image file (vers. 6505). > > > >

Re: [Pharo-project] [Vm-dev] Re: Finally, jenkins were able to build win32 VM.

2012-03-15 Thread Igor Stasenko
On 15 March 2012 19:28, Eliot Miranda wrote: > > > > On Tue, Mar 13, 2012 at 7:44 AM, Tudor Girba wrote: >> >> Strange. I tried to reproduce the problem, but following the same path >> worked fine the second time. > > > Such GC bugs are extremely sensitive to exactly the sequence of mutations in

Re: [Pharo-project] Latest image from jenkins does not open with interpreter vm

2012-03-15 Thread Marcus Denker
On Mar 15, 2012, at 7:59 PM, Guillermo Polito wrote: > I'm having the following > > This interpreter (vers. 6502) cannot read image file (vers. 6505). > > This didn't happen with images from some weeks ago :( The reason is that we now run the build with the VM compiled on the build server...

[Pharo-project] Latest image from jenkins does not open with interpreter vm

2012-03-15 Thread Guillermo Polito
I'm having the following This interpreter (vers. 6502) cannot read image file (vers. 6505). This didn't happen with images from some weeks ago :(

Re: [Pharo-project] Finally, jenkins were able to build win32 VM.

2012-03-15 Thread Eliot Miranda
On Tue, Mar 13, 2012 at 7:44 AM, Tudor Girba wrote: > Strange. I tried to reproduce the problem, but following the same path > worked fine the second time. > Such GC bugs are extremely sensitive to exactly the sequence of mutations in the heap. So the time in between mouse clicks or keyboard pre

Re: [Pharo-project] Finally, jenkins were able to build win32 VM.

2012-03-15 Thread Tudor Girba
Strange. I tried to reproduce the problem, but following the same path worked fine the second time. Doru On Tue, Mar 13, 2012 at 3:18 PM, Tudor Girba wrote: > Ah, I forgot to mention: the same scenario works with the VM from Eliot (2522) > > Cheers, > Doru > > On Tue, Mar 13, 2012 at 3:16 PM, T

Re: [Pharo-project] quick methods and the method call stack

2012-03-15 Thread Eliot Miranda
On Wed, Mar 14, 2012 at 11:19 AM, Alexandre Bergel wrote: > Hi! > > Can someone confirm or infirm the following: A quick method (ie. the > compiled methods answer true to the message isQuick) is executed without > creating a stack frame. Is that true? > Yes, at least in the interpreter. In Cog,

Re: [Pharo-project] Socket listenOn: 0 & accept

2012-03-15 Thread Sven Van Caekenberghe
On 15 Mar 2012, at 18:58, Eliot Miranda wrote: > In trunk (and in my Cog vm source) they are in the directories > > http://squeakvm.org/svn/squeak/trunk/platforms/{Cross,Mac > OS,unix,win32}/plugins/SocketPlugin > > i.e. in all VMs locate the relevant platforms hierarchy and look in > platfor

Re: [Pharo-project] MultiCompositionScanner depending on Morphic stuff

2012-03-15 Thread Pavel Krivanek
Hi Guillermo, great to see someone to improve modularity of the system. Look at results of latest Pharo-Kernel: https://ci.lille.inria.fr/pharo/view/Pharo-Kernel/job/Pharo%20Kernel%201.4/lastSuccessfulBuild/artifact/PharoKernel-1.4/info.txt This Undeclared clearly show unwelcome kernel dependenc

Re: [Pharo-project] Socket listenOn: 0 & accept

2012-03-15 Thread Eliot Miranda
On Tue, Mar 13, 2012 at 4:43 AM, Sven Van Caekenberghe wrote: > Can anyone please help me and show me where I should look if I wanted to > see the exact C code implementing the socket primitives (for the Pharo > built Cog VMs) ? > In trunk (and in my Cog vm source) they are in the directories ht

Re: [Pharo-project] Bug in WAMemoryItem>>sizeOfObject

2012-03-15 Thread Eliot Miranda
Hi Niko, the header size calculation is also wrong. If the byte size if the object body is > 255 bytes there needs to be an additional header size word. So something like byteSizeOfBody := anObject class isBytes ifTrue: []

Re: [Pharo-project] Finally, jenkins were able to build win32 VM.

2012-03-15 Thread Igor Stasenko
On 15 March 2012 18:24, Torsten Bergmann wrote: > Again the question: > > How can I see if this release on Jenkins integrates Eliots > latest fixes for Cog? > Use Smalltalk vm version Eliot's vm (http://www.mirandabanda.org/files/Cog/VM/VM.r2538/Cog.app.tgz): Smalltalk vm version 'CoInterpreter

[Pharo-project] Finally, jenkins were able to build win32 VM.

2012-03-15 Thread Torsten Bergmann
Again the question: How can I see if this release on Jenkins integrates Eliots latest fixes for Cog? Currently Eliot is at No. 2538 http://www.mirandabanda.org/files/Cog/VM/?C=M;O=D Thx T. -- NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone! Jetzt info

Re: [Pharo-project] SystemTracer

2012-03-15 Thread Eliot Miranda
Hi Guillermo, On Wed, Mar 14, 2012 at 12:48 PM, Guillermo Polito < guillermopol...@gmail.com> wrote: > Hi Eliot, > > do you have a pointer of where can I see the differences between the old > Squeak format and the cog image format, so I can make SystemTracer work on > Cog vms? > So the image for

Re: [Pharo-project] Grouping of Tools?

2012-03-15 Thread Stéphane Ducasse
On Mar 13, 2012, at 11:25 AM, Friedrich Dominicus wrote: > I wonder if one can get Pharo to group the tools e.g the Workspace on > one tab, Browsers on another etc. > > Any suggestions? did you check the TWM project? then you have tabPanelMorph. > > Regards > Friedrich > > > -- > Q-Softwar

Re: [Pharo-project] Gettext package, who?

2012-03-15 Thread Stéphane Ducasse
> > > It is by the fact the case, no. So I guess this remnants can be removed. > > In parallel, the gettext lookup at runtime of the message catalog could > be optimized. It was done for Etoys. May be not top priority has the > impact is light anyway. > > As for now, I publish my changes to the

Re: [Pharo-project] MultiCompositionScanner depending on Morphic stuff

2012-03-15 Thread Stéphane Ducasse
Igor I would not put it in Morphic. Now it depends which kernel we are talking about. Because may be text should be a large kernel. Stef On Mar 15, 2012, at 5:32 PM, Igor Stasenko wrote: > Hey, composition scanners and display scanners should not belong to Kernel. > they should be either in

Re: [Pharo-project] Finally, jenkins were able to build win32 VM.

2012-03-15 Thread Stéphane Ducasse
Thanks igor. This is important. > we should fix that. > Please give me details > - url to image > - code to execute. > > so i can try.

[Pharo-project] Pharo Conf has now a web site :)

2012-03-15 Thread Stéphane Ducasse
Please distribute the call http://rmod.lille.inria.fr/web/pier/Events We will have fun. Stef

Re: [Pharo-project] MultiCompositionScanner depending on Morphic stuff

2012-03-15 Thread Guillermo Polito
On Thu, Mar 15, 2012 at 1:34 PM, Marcus Denker wrote: > > On Mar 15, 2012, at 5:32 PM, Igor Stasenko wrote: > > > Hey, composition scanners and display scanners should not belong to > Kernel. > > they should be either in graphics package or in morphic itself. > > > > Why we moved this stuff to ker

Re: [Pharo-project] MultiCompositionScanner depending on Morphic stuff

2012-03-15 Thread Marcus Denker
On Mar 15, 2012, at 5:32 PM, Igor Stasenko wrote: > Hey, composition scanners and display scanners should not belong to Kernel. > they should be either in graphics package or in morphic itself. > > Why we moved this stuff to kernel? Nobody moved... they where always there. It's a mess of epic

Re: [Pharo-project] MultiCompositionScanner depending on Morphic stuff

2012-03-15 Thread Igor Stasenko
Hey, composition scanners and display scanners should not belong to Kernel. they should be either in graphics package or in morphic itself. Why we moved this stuff to kernel? -- Best regards, Igor Stasenko.

Re: [Pharo-project] broken gettext package in 1.4

2012-03-15 Thread Hilaire Fernandes
Le 15/03/2012 16:58, Stéphane Ducasse a écrit : >> keywords := assoc value. >> >domainName := self getTextDomainForClassCategory: >> >(Smalltalk at: methodReference classSymbol) category. > methodReference realClass

Re: [Pharo-project] MultiCompositionScanner depending on Morphic stuff

2012-03-15 Thread Guillermo Polito
MultiCompositionScanner>>setFont uses TextComposer>>characterForColumnBreak... What I do suggest is to move #characterForColumnBreak to the scanner (or make the scanner know its composer instead of hardcoding the reference). But since I don't really know these classes I'm totally blind :/ On Th

Re: [Pharo-project] Download links for 1.3 stable are down

2012-03-15 Thread Marcus Denker
On Mar 15, 2012, at 5:19 PM, Alex Schenkman wrote: > Just to let you know that the download links for Pharo-1.3 stable are down. > Both the image and the one-click. > I checked and it works for me... -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] Finally, jenkins were able to build win32 VM.

2012-03-15 Thread Igor Stasenko
we should fix that. Please give me details - url to image - code to execute. so i can try. On 13 March 2012 15:18, Tudor Girba wrote: > Ah, I forgot to mention: the same scenario works with the VM from Eliot (2522) > > Cheers, > Doru > > On Tue, Mar 13, 2012 at 3:16 PM, Tudor Girba wrote: >>

[Pharo-project] Download links for 1.3 stable are down

2012-03-15 Thread Alex Schenkman
Just to let you know that the download links for Pharo-1.3 stable are down. Both the image and the one-click. Thanks!

Re: [Pharo-project] MultiCompositionScanner depending on Morphic stuff

2012-03-15 Thread Stéphane Ducasse
> > TextLine seems that can be safely moved along with MultiCompositionScanner. good! > > > - MultiCompositionScanner>>setFont > > depends on TextComposer which is packaged as Morphic-Text Support also > > This dependency is only for this method: > > TextComposer class>>characterForColumnB

Re: [Pharo-project] Pharo 1.4 Tests-Unix vs. Pharo Kernel Reload Tests-Unix

2012-03-15 Thread Stéphane Ducasse
I will have a look. >> (MCStWriterTest >> #methodWithBangs) timeStamp.

Re: [Pharo-project] broken gettext package in 1.4

2012-03-15 Thread Stéphane Ducasse
On Mar 14, 2012, at 9:43 PM, Hilaire Fernandes wrote: > I have this code below from Gettext package becoming broken with latest > Ring Pharo 1.4 package. > > Can someone with the appropriate knowledge help me there? > > Problem occurs at (Smalltalk at: methodReference classSymbol) > > methodRe

Re: [Pharo-project] LanguageEnvironment depending on Network stuff

2012-03-15 Thread Stéphane Ducasse
On Mar 15, 2012, at 4:32 PM, Guillermo Polito wrote: > In kernel we have > > -Greek > -Japanese > -Korean > -Latin1 > -Latin2 > -Latin9 > -Nepalese > -Russian > -SimplifiedChinese > > Dunno if all are needed in the kernel, or if they should be added as extra > packages for those who wants them

Re: [Pharo-project] MultiCompositionScanner depending on Morphic stuff

2012-03-15 Thread Guillermo Polito
On Wed, Mar 14, 2012 at 11:14 AM, Guillermo Polito < guillermopol...@gmail.com> wrote: > *- > MultiCompositionScanner>>composeFrom:inRectangle:firstLine:leftSide:rightSide: > * > > depends on TextLine which is packaged as Morphic-Text Support > TextLine seems that can be safely moved along with M

Re: [Pharo-project] Socket listenOn: 0 & accept

2012-03-15 Thread Sven Van Caekenberghe
Can anyone please help me and show me where I should look if I wanted to see the exact C code implementing the socket primitives (for the Pharo built Cog VMs) ? On 09 Mar 2012, at 16:44, Sven Van Caekenberghe wrote: > Most socket API's allow for the creation of a server socket on the next > av

Re: [Pharo-project] Unicode depending on Zinc

2012-03-15 Thread Sven Van Caekenberghe
Hi Guillermo, On 15 Mar 2012, at 16:25, Guillermo Polito wrote: > Of course with a nice comment saying something like: > > "Initialize the mappings from unicode lower to upper case and vice versa. > sourceCodes and destinyCodes contains the unicode values for the mappings, > and they match on

Re: [Pharo-project] Unicode depending on Zinc

2012-03-15 Thread Guillermo Polito
goes! :) http://code.google.com/p/pharo/issues/detail?id=5484&thanks=5484&ts=1331825769 On Thu, Mar 15, 2012 at 12:29 PM, Stéphane Ducasse < stephane.duca...@inria.fr> wrote: > Add a bug entry :) > > Stef > > On Mar 15, 2012, at 4:22 PM, Guillermo Polito wrote: > > > What about changing the initi

Re: [Pharo-project] LanguageEnvironment depending on Network stuff

2012-03-15 Thread Guillermo Polito
In kernel we have -Greek -Japanese -Korean -Latin1 -Latin2 -Latin9 -Nepalese -Russian -SimplifiedChinese Dunno if all are needed in the kernel, or if they should be added as extra packages for those who wants them... On Thu, Mar 15, 2012 at 12:18 PM, Stéphane Ducasse < stephane.duca...@inria.fr>

Re: [Pharo-project] Unicode depending on Zinc

2012-03-15 Thread Stéphane Ducasse
Add a bug entry :) Stef On Mar 15, 2012, at 4:22 PM, Guillermo Polito wrote: > What about changing the initialize via a request to a method with the data? > I don't think Unicode case mappings will change too much in time :P... > > Something like the attach > > Guille > > On Wed, Mar 14, 20

Re: [Pharo-project] MultiCompositionScanner depending on Morphic stuff

2012-03-15 Thread Stéphane Ducasse
> > >> Good catch >> We should move them close to MultiCompositionScanner >> > > Yes, in general the structure of the system is ad-hoc. e.g. the whole Multi-* > changes should be folded into > the classes that they extend (or at least be moved close). > > Other: Canvas is in Morphic, it shou

Re: [Pharo-project] Unicode depending on Zinc

2012-03-15 Thread Guillermo Polito
Of course with a nice comment saying something like: "Initialize the mappings from unicode lower to upper case and vice versa. sourceCodes and destinyCodes contains the unicode values for the mappings, and they match one by one. The source of this mapping can be found at: http://www.unicode.org/Pu

Re: [Pharo-project] Methods depending on Ring

2012-03-15 Thread Stéphane Ducasse
On Mar 14, 2012, at 3:59 PM, Guillermo Polito wrote: > Hi! > > All these methods use RGMethodDefinition or RGCommentDefinition: > > CompiledMethod>>methodReference > ClassDescription>>methodReferencesInCategory: > SystemNavigation>>allMethodsWithSourceString:matchCase: > Syst

Re: [Pharo-project] MultiCompositionScanner depending on Morphic stuff

2012-03-15 Thread Marcus Denker
On Mar 15, 2012, at 4:18 PM, Stéphane Ducasse wrote: > Good catch > We should move them close to MultiCompositionScanner > Yes, in general the structure of the system is ad-hoc. e.g. the whole Multi-* changes should be folded into the classes that they extend (or at least be moved close). Oth

Re: [Pharo-project] Unicode depending on Zinc

2012-03-15 Thread Guillermo Polito
What about changing the initialize via a request to a method with the data? I don't think Unicode case mappings will change too much in time :P... Something like the attach Guille On Wed, Mar 14, 2012 at 12:06 PM, Guillermo Polito < guillermopol...@gmail.com> wrote: > Hi, > > Does this method

Re: [Pharo-project] CodeLoader>>startUp: installing World?

2012-03-15 Thread Stéphane Ducasse
On Mar 14, 2012, at 3:08 PM, Guillermo Polito wrote: > CodeLoader class>>startUp: resuming > resuming ifTrue: [ > World ifNotNil: [World install. ActiveHand position: 100@100]. > self processUpdates. > ]. > > > Is this method ok in this class? I'd expect for > >

[Pharo-project] Grouping of Tools?

2012-03-15 Thread Friedrich Dominicus
I wonder if one can get Pharo to group the tools e.g the Workspace on one tab, Browsers on another etc. Any suggestions? Regards Friedrich -- Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus

Re: [Pharo-project] LanguageEnvironment depending on Network stuff

2012-03-15 Thread Stéphane Ducasse
I would also removed the thibetan environment. Stef > Do we want this dependency? > > LanguageEnvironment>>fontDownload > "(Locale isoLanguage: 'ja') languageEnvironment fontDownload" > > (FileDirectory default fileExists: self fontFullName) > ifTrue: [^ self].

Re: [Pharo-project] MultiCompositionScanner depending on Morphic stuff

2012-03-15 Thread Stéphane Ducasse
Good catch We should move them close to MultiCompositionScanner Stef On Mar 14, 2012, at 3:14 PM, Guillermo Polito wrote: > - > MultiCompositionScanner>>composeFrom:inRectangle:firstLine:leftSide:rightSide: > > depends on TextLine which is packaged as Morphic-Text Support > > - MultiCompositi

Re: [Pharo-project] Finally, jenkins were able to build win32 VM.

2012-03-15 Thread Igor Stasenko
On 13 March 2012 08:54, Torsten Bergmann wrote: >>Thanks Igor. >>Guys can you try and report if you have problems? > > Yes, thanks Igor, > > How can I see if this release integrates Eliots latest > fixes for Cog? > use Smalltalk vm version. then you can check the version history. > Thx > T. > -

Re: [Pharo-project] Gettext package, who?

2012-03-15 Thread Hilaire Fernandes
Le 15/03/2012 15:12, Marcus Denker a écrit : > Another question: There are the remnants of the system left (#translated) > that we used in Squeak 3.9... > > it might make sense to think about making gettext the default > tranlation infrastructure? > It is by the fact the case, no. So I guess th

Re: [Pharo-project] Pharo 1.4 Tests-Unix vs. Pharo Kernel Reload Tests-Unix

2012-03-15 Thread Marcus Denker
On Mar 15, 2012, at 3:13 PM, Pavel Krivanek wrote: > Hi, > > good news. We have got the same amount of test failures in th job > Pharo Kernel Reload Tests-Unix as in the job Pharo 1.4 Tests-Unix > > https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4%20Tests-Unix/285/testReport/ >

Re: [Pharo-project] SystemTracer

2012-03-15 Thread Guillermo Polito
Hi Eliot, do you have a pointer of where can I see the differences between the old Squeak format and the cog image format, so I can make SystemTracer work on Cog vms? Thanks, Guille On Thu, Jan 27, 2011 at 6:36 PM, Levente Uzonyi wrote: > On Thu, 27 Jan 2011, Benjamin wrote: > > It works for

Re: [Pharo-project] Gettext package, who?

2012-03-15 Thread Esteban Lorenzano
+1 El 15/03/2012, a las 11:12a.m., Marcus Denker escribió: > > On Mar 15, 2012, at 2:27 PM, Hilaire Fernandes wrote: > >> Who is maintaining the Gettext package? >> I remember someone volunteer to take over but I forgot who and where. >> I have a few fixes to get the gettext package working wi

[Pharo-project] broken gettext package in 1.4

2012-03-15 Thread Hilaire Fernandes
I have this code below from Gettext package becoming broken with latest Ring Pharo 1.4 package. Can someone with the appropriate knowledge help me there? Problem occurs at (Smalltalk at: methodReference classSymbol) methodReference is a RGMethodDefinition Enclosed PharoDebug.log appendStringR

[Pharo-project] Pharo Kernel Reload Tests-Unix - Build # 8 - Still unstable!

2012-03-15 Thread jenkins-pharo . ci . inria . fr
BUILD UNSTABLEBuild URLhttps://ci.lille.inria.fr/pharo/job/Pharo%20Kernel%20Reload%20Tests-Unix/8/Project:Pharo Kernel Reload Tests-UnixDate of build:Thu, 15 Mar 2012 10:35:34 +0100Build duration:6 mn 26 sCHANGESNo ChangesJUnit TestsName: Announcements.Tests.Core Failed: 0 test(s), Passed: 29 test(

Re: [Pharo-project] Something is wrong with the CI server

2012-03-15 Thread Marcus Denker
On Mar 15, 2012, at 3:11 PM, Pavel Krivanek wrote: > Hi, > > is CI server working well? Jobs seem to be at least two times slower > and some were running over whole night. I see no problem with the 1.4 > image nor VM. Yes, there is some problem and no, I have no idea yet what it is. M

[Pharo-project] Pharo 1.4 Tests-Unix vs. Pharo Kernel Reload Tests-Unix

2012-03-15 Thread Pavel Krivanek
Hi, good news. We have got the same amount of test failures in th job Pharo Kernel Reload Tests-Unix as in the job Pharo 1.4 Tests-Unix https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4%20Tests-Unix/285/testReport/ https://ci.lille.inria.fr/pharo/view/Pharo-Kernel/job/Pharo%20Kerne

Re: [Pharo-project] Gettext package, who?

2012-03-15 Thread Marcus Denker
On Mar 15, 2012, at 2:27 PM, Hilaire Fernandes wrote: > Who is maintaining the Gettext package? > I remember someone volunteer to take over but I forgot who and where. > I have a few fixes to get the gettext package working with 1.4, at least > the exporter. > Another question: There are the re

[Pharo-project] [update 1.4] #14391

2012-03-15 Thread Marcus Denker
14391 - Issue 5480: Remove a method in PluggableIconListMorph http://code.google.com/p/pharo/issues/detail?id=5480 Issue 5471: extend time for shouldntTakeLong: http://code.google.com/p/pharo/issues/detail?id=5471 Issue 5456: ClassBuilder depends on Text htt

[Pharo-project] Something is wrong with the CI server

2012-03-15 Thread Pavel Krivanek
Hi, is CI server working well? Jobs seem to be at least two times slower and some were running over whole night. I see no problem with the 1.4 image nor VM. -- Pavel

Re: [Pharo-project] Three presentations at Dyncon 2012 in Stockholm

2012-03-15 Thread Marcus Denker
On Mar 15, 2012, at 2:39 PM, Göran Krampe wrote: > Hey fellas! > > Just wanted to mention that Smalltalk and Amber in particular has a fairly > strong presence this year at Dyncon 2012 (http://swdc.se/dyncon2012/): > > - I am presenting "Brave new world" (the architecture of SmalltalkHub, whic

[Pharo-project] quick methods and the method call stack

2012-03-15 Thread Alexandre Bergel
Hi! Can someone confirm or infirm the following: A quick method (ie. the compiled methods answer true to the message isQuick) is executed without creating a stack frame. Is that true? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu

[Pharo-project] [update 1.4] #14390

2012-03-15 Thread Marcus Denker
14390 - I Issue 5473: Auto accept and update lists in MCWorkingCopyBrowser and MCFileRepositoryVersionInspectorBrowser2 http://code.google.com/p/pharo/issues/detail?id=5473 -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] Preparing image for deployment [WAS: How to disable development tools on Pharo 1.3]

2012-03-15 Thread Esteban Lorenzano
Hi, Sorry... I'm just catching up with this. I have to say that WorldSwitch package was not thought as a definitive package, but if is useful, I have already some other updates :) ...I didn't test it on pharo 1.4 yet, so I don't know how it is working there. Now, your error looks more like a

[Pharo-project] Pharo 1.4 Tests-Unix - Build # 285 - Still unstable!

2012-03-15 Thread jenkins-pharo . ci . inria . fr
BUILD UNSTABLEBuild URLhttps://ci.lille.inria.fr/pharo/job/Pharo%201.4%20Tests-Unix/285/Project:Pharo 1.4 Tests-UnixDate of build:Thu, 15 Mar 2012 10:21:05 +0100Build duration:7 mn 42 sCHANGESNo ChangesJUnit TestsName: Announcements.Tests.Core Failed: 0 test(s), Passed: 29 test(s), Skipped: 0 test(

[Pharo-project] [update 1.4] #14392

2012-03-15 Thread Marcus Denker
14392 - Issue 5482: Class copy is broken http://code.google.com/p/pharo/issues/detail?id=5482 Issue 5454: CombinedChar initialization http://code.google.com/p/pharo/issues/detail?id=5454 Issue 4187: ByteTextConverters subclasses tables need to be checked (a.o. IS

[Pharo-project] CodeLoader>>startUp: installing World?

2012-03-15 Thread Guillermo Polito
CodeLoader class>>startUp: resuming resuming ifTrue: [ World ifNotNil: [World install. ActiveHand position: 100@100]. self processUpdates. ]. Is this method ok in this class? I'd expect for World ifNotNil: [World install. ActiveHand position: 100@100]. t

[Pharo-project] Methods depending on Ring

2012-03-15 Thread Guillermo Polito
Hi! All these methods use RGMethodDefinition or RGCommentDefinition: CompiledMethod>>methodReference ClassDescription>>methodReferencesInCategory: SystemNavigation>>allMethodsWithSourceString:matchCase: SystemNavigation>>createMethodNamed:realParent: SystemNavigation>>allCalls

  1   2   >