[Pharo-dev] Mysteries of the compiler

2014-10-12 Thread Nicolai Hess
I tried to solve issues "13260 inspecting variables in the debugger fails in some cases" and "14058 Inconsistent information in debugger" and found some oddities in the way opal (compiler and the debuggermap) handles tempory variables. I am not sure if these are bugs. 1. order of temporaries: Eval

[Pharo-dev] logCr and friends, why deprecation in 30?²

2014-10-12 Thread p...@highoctane.be
Hello I wanted to know why we deprecated logCr etc. TIA Phil

Re: [Pharo-dev] logCr and friends, why deprecation in 30?²

2014-10-12 Thread Marcus Denker
> On 12 Oct 2014, at 13:17, p...@highoctane.be wrote: > > Hello > > I wanted to know why we deprecated logCr etc. > It is not deprecated… just in a category deprecated. The methods even have senders. So: just work in progress… the idea is that this will be replaced by a unified logging framew

Re: [Pharo-dev] logCr and friends, why deprecation in 30?²

2014-10-12 Thread stepharo
In fact the concept of Cr is doomed. I will restart to work on SystemLogger and unify it with Beacon and we will just log objects. No Cr (text concept, string concept, ... perl grep argh) No select, detect just crappy text. Stef On 12 Oct 2014, at

Re: [Pharo-dev] logCr and friends, why deprecation in 30?²

2014-10-12 Thread Tudor Girba
Yes :) Doru On Sun, Oct 12, 2014 at 2:15 PM, stepharo wrote: > In fact the concept of Cr is doomed. > I will restart to work on SystemLogger and unify it with Beacon and we > will just log objects. > No Cr (text concept, string concept, ... perl grep > arghhh

Re: [Pharo-dev] logCr and friends, why deprecation in 30?²

2014-10-12 Thread p...@highoctane.be
BTW, what is the recommended way to use these days? I've got Toothpick in a corner, SystemLogger in another, and Beacon in a third. Net result: I write my own crap in a text logfile that I do log rotate. Phil On Sun, Oct 12, 2014 at 2:17 PM, Tudor Girba wrote: > Yes :) > > Doru > > On Sun, Oc

[Pharo-dev] OpenGL experts needed

2014-10-12 Thread Nicolai Hess
like described here http://forum.world.st/Roassal-3D-empty-windows-td4749249.html and here http://forum.world.st/NBOpenGL-on-Windows-td4749309.html I have still problems with NBOpenGL with an ATI Radeon HD 4250 Graphic card No way to get it to work on linux (dont' know why). On windows I had the

[Pharo-dev] Artefact documentation is now in english

2014-10-12 Thread stepharo
Hi guys I finished the translation of the chapter on Artefact the pdf generator library developed by O. Auverlot and G. Larcheveque. https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/lastSuccessfulBuild/artifact/Artefact/Artefact.pillar.pdf Stef

[Pharo-dev] Hapao crash and image recompile

2014-10-12 Thread Alain Rastoul
Hi, After loading the last versions of S2py and Trachel (I had to do trachel manually, there was a missing method setupAdjust somewhere), I got a vm crash with Hapao>>Hapao @ class category and clicking ok for 'Roassal2-Core'. Looking at the crash dump, I saw 0x2477fc M CompiledMethod>litera

Re: [Pharo-dev] Artefact documentation is now in english

2014-10-12 Thread Tudor Girba
Thanks! Doru On Sun, Oct 12, 2014 at 7:36 PM, stepharo wrote: > Hi guys > > I finished the translation of the chapter on Artefact the pdf generator > library developed by O. Auverlot and G. Larcheveque. > > https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/ > lastSuccessfulBuild/

Re: [Pharo-dev] Artefact documentation is now in english

2014-10-12 Thread p...@highoctane.be
404 Not Found. Something wrong with the build. Phil On Sun, Oct 12, 2014 at 8:44 PM, Tudor Girba wrote: > Thanks! > > Doru > > On Sun, Oct 12, 2014 at 7:36 PM, stepharo wrote: > >> Hi guys >> >> I finished the translation of the chapter on Artefact the pdf generator >> library developed by

Re: [Pharo-dev] Serious problem with ConfigurationOfBootstrap - Error: Apparent loop in import expansion

2014-10-12 Thread Torsten Bergmann
Hi Phil,   nothing I can reproduce here. I tried with the latest/fresh Pharo 3.0 (build 30858) image. No problem to load from script or config browser. Also CI is green. Are you already using Pharo 4.0? Then it might be related that the prerequisite Seaside version may be not yet be ready/support

Re: [Pharo-dev] OpenGL experts needed

2014-10-12 Thread Ronie Salgado
Hello, You should start trying to use Woden and Woden-Roassal. Everything of Roassal 3D will be moved to Woden. http://smalltalkhub.com/#!/~ronsaldo/Woden . To install it you only have to run this script: Gofer new smalltalkhubUser: 'ronsaldo' project: 'Woden'; package: 'ConfigurationOfWoden'; lo

Re: [Pharo-dev] Serious problem with ConfigurationOfBootstrap - Error: Apparent loop in import expansion

2014-10-12 Thread p...@highoctane.be
It turned out that the problem appeared randomly on various configurations and the cause is possibly a low memory condition. Also possible is an instable smalltalkhub. The problems were blocking us for a while with no clear cause. That is quite annoying. Phil Le 12 oct. 2014 21:35, "Torsten Berg

Re: [Pharo-dev] OpenGL experts needed

2014-10-12 Thread Nicolai Hess
Thank you Ronie, 2014-10-12 21:47 GMT+02:00 Ronie Salgado : > Hello, > > You should start trying to use Woden and Woden-Roassal. Everything of > Roassal 3D will be moved to Woden. > http://smalltalkhub.com/#!/~ronsaldo/Woden . To install it you only have > to run this script: > > Gofer new smallt

Re: [Pharo-dev] Working configuration of OS and Graphiccard for Woden

2014-10-12 Thread Nicolai Hess
2014-09-28 23:58 GMT+02:00 Nicolai Hess : > Is Woden supposed to work on windows? > I tried > Gofer new smalltalkhubUser: 'ronsaldo' project: 'Woden'; package: > 'ConfigurationOfWoden'; load. (Smalltalk at: #ConfigurationOfWoden) > loadBleedingEdge > on windows but it failed (some NB error). > I j

[Pharo-dev] Athens: issue with clipping and/or path drawing

2014-10-12 Thread Alain Plantec
Dear All, The border is not well rendered when a submorph is partly outside the bounds of the AthensWrapMorph. The AthensWrapMorph is set to clip its submorphs. See the two small screenshots with an ellipse morph. Is it a known issue or am I doing something wrong ? | a e | a := AthensWrapMorph ne