Re: [Pharo-dev] poolDictionaries removal breaks my projects

2014-01-30 Thread Torsten Bergmann
Please make it a setting - so one can see the creation message with poolDictionaries in Nautilus as before in the browser and is able to fill out the template. When using NB one requires them. Thx T.

[Pharo-dev] subscript out of bounds in protocol creation

2014-01-30 Thread Jordi Delgado
Hi, I realized that sometimes, when creating new protocols, it appears an error "subscript out of bounds: 1". I have not been able -yet- to reproduce it from a clean image, but it happens often (at least to me). It seems to me that it has something to do with protocol creation before any method ha

Re: [Pharo-dev] Nautilus often loses context

2014-01-30 Thread Pharo4Stef
Thanks a lot! > me too, but it is only sometimes I can not tell, how to reproduce it. > > > On Thu, Jan 30, 2014 at 8:31 PM, Johan Brichau wrote: > Hi all, > > When working with Nautilus in Pharo 3, I often experience that the browser > looses its context after a save. > I edit a method, sav

Re: [Pharo-dev] poolDictionaries removal breaks my projects

2014-01-30 Thread Johan Fabry
The behavior that Stef explains is indeed what was intended: when they are used show them, when not, not. This is just like Traits. The implementation was broken in this respect though. Sorry for that. I have submitted a fix. https://pharo.fogbugz.com/f/cases/12752 Note that the original way i

Re: [Pharo-dev] Nautilus often loses context

2014-01-30 Thread Nicolai Hess
2014-01-30 Sabine Knöfel : > me too, but it is only sometimes I can not tell, how to reproduce it. > > > On Thu, Jan 30, 2014 at 8:31 PM, Johan Brichau wrote: > >> Hi all, >> >> When working with Nautilus in Pharo 3, I often experience that the >> browser looses its context after a save. >> I edi

Re: [Pharo-dev] Nautilus often loses context

2014-01-30 Thread Sabine Knöfel
me too, but it is only sometimes I can not tell, how to reproduce it. On Thu, Jan 30, 2014 at 8:31 PM, Johan Brichau wrote: > Hi all, > > When working with Nautilus in Pharo 3, I often experience that the browser > looses its context after a save. > I edit a method, save it, and Nautilus will j

Re: [Pharo-dev] poolDictionaries removal breaks my projects

2014-01-30 Thread Pharo4Stef
In fact I do not understand why the solution can just display Pool when there are and none when not. I think that this is what johan wanted to do. I’m curious to see why this is not the case. Because it looks obvious that current users should not get impacted. I like the idea to remove pool entry

[Pharo-dev] Nautilus often loses context

2014-01-30 Thread Johan Brichau
Hi all, When working with Nautilus in Pharo 3, I often experience that the browser looses its context after a save. I edit a method, save it, and Nautilus will jump away from that context, essentially showing itself as if it was just opened from scratch so I need to manually reselect the class

Re: [Pharo-dev] poolDictionaries removal breaks my projects

2014-01-30 Thread Eliot Miranda
On Thu, Jan 30, 2014 at 10:58 AM, Esteban Lorenzano wrote: > > On 30 Jan 2014, at 19:43, Torsten Bergmann wrote: > > > I checked: it was introduced in update no. 30711 with #issue 12163 > > including the following statements: > > > >> "Who uses poolDictionaries? I suspect extremely few of us." >

Re: [Pharo-dev] poolDictionaries removal breaks my projects

2014-01-30 Thread Esteban Lorenzano
On 30 Jan 2014, at 20:03, Eliot Miranda wrote: > > > > On Thu, Jan 30, 2014 at 10:58 AM, Esteban Lorenzano > wrote: > > On 30 Jan 2014, at 19:43, Torsten Bergmann wrote: > > > I checked: it was introduced in update no. 30711 with #issue 12163 > > including the following statements: > > >

Re: [Pharo-dev] poolDictionaries removal breaks my projects

2014-01-30 Thread Esteban Lorenzano
On 30 Jan 2014, at 19:43, Torsten Bergmann wrote: > I checked: it was introduced in update no. 30711 with #issue 12163 > including the following statements: > >> "Who uses poolDictionaries? I suspect extremely few of us." >> ... >> "It would be a bit cleaner. I know us old timers don't even see

Re: [Pharo-dev] poolDictionaries removal breaks my projects

2014-01-30 Thread Torsten Bergmann
I checked: it was introduced in update no. 30711 with #issue 12163 including the following statements: >"Who uses poolDictionaries? I suspect extremely few of us." >... >"It would be a bit cleaner. I know us old timers don't even see the >poolDictionaries: line anymore, but >I dislike having to

[Pharo-dev] SmalltalkHub password lost

2014-01-30 Thread Dennis Schetinin
Hello all, who should I contact to restore/reset my password at SmalltalkHub? -- Best regards, Dennis Schetinin

Re: [Pharo-dev] Please keep your cool new stuff for Pharo 4

2014-01-30 Thread Pharo4Stef
Thanks Gemini Criquet :) You are right On 30 Jan 2014, at 17:11, Esteban Lorenzano wrote: > So… instead following my advice, you people continue submitting and asking > for integration things that are API changes. > As a result, instead gaining stability we are loosing it… > > can you guys

Re: [Pharo-dev] [Review]: Case 12737 Morph sends mouseUp twice to handlers

2014-01-30 Thread Pharo4Stef
thanks this is indeed nice to be able to spot the one we viewed too. On 30 Jan 2014, at 13:25, b...@openinworld.com wrote: > Stef, A little different than you asked for, but I find the following > combination useful when I'm trying to find a case that I recently viewed that > was opened by so

Re: [Pharo-dev] poolDictionaries removal breaks my projects

2014-01-30 Thread Esteban Lorenzano
and is even worst: classes from system that uses pools do not show them. take a look at AJx86Assembler it should be like that: AJAssembler subclass: #AJx86Assembler instanceVariableNames: 'instructions last labels stackManager level is64' classVariableNames: '' poolDicti

Re: [Pharo-dev] poolDictionaries removal breaks my projects

2014-01-30 Thread Sebastian Sastre
Woha that sounds kind of wild Easy on radical changes guys, change have costs On Jan 30, 2014, at 3:14 PM, Esteban Lorenzano wrote: > So… that. > > Is super cool to remove poolDictionaries from the default class template. > What is not cool *at all* is the fact that now my low level proje

[Pharo-dev] poolDictionaries removal breaks my projects

2014-01-30 Thread Esteban Lorenzano
So… that. Is super cool to remove poolDictionaries from the default class template. What is not cool *at all* is the fact that now my low level projects, who uses them intensively, does not work anymore. The reason? the classes are created without poolDictionaries. So, please… whoever pushed

[Pharo-dev] Please keep your cool new stuff for Pharo 4

2014-01-30 Thread Esteban Lorenzano
So… instead following my advice, you people continue submitting and asking for integration things that are API changes. As a result, instead gaining stability we are loosing it… can you guys please be so kind and stop doing what you shouldn’t? I will ask it again: *now* we need to bugfix the u

[Pharo-dev] [ANN] CJSolver

2014-01-30 Thread Luc Fabresse
Hi all, As a teacher, I always try to find new programming exercices for students. I discovered the CodeJam coding contest that provides problems and their data sets. We can also upload a solution on the website and it tells us if it is right or wrong. Example of problem: http://code.google.co

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-30 Thread Sean P. DeNigris
Pharo4Stef wrote > Because we should really learn about morph internals. Yes, it's more than cleaning. There has been so much stuff tacked on to the basic beautiful idea of Morphic that it's hard to tell what it currently does and what it needs to do. That's why as a first step, I'm learning sever

[Pharo-dev] Better #cleanUpForProduction

2014-01-30 Thread Marcus Denker
Hi, I did a small pass over #cleanUpForProduction -> do not delete Classes (package should not get dirty) -> do not use SUnitUnloader, as people want SUnit in the deployed system -> unload all *Tests and *-Help TODO -> some test packages are missed because they are not XXTest -> Maybe we should

[Pharo-dev] [pharo-project/pharo-core]

2014-01-30 Thread GitHub
Branch: refs/tags/30731 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 3f52ee: 30731

2014-01-30 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 3f52ee8bc11b2d045bf19eed9e1f5d635d5cf36e https://github.com/pharo-project/pharo-core/commit/3f52ee8bc11b2d045bf19eed9e1f5d635d5cf36e Author: Jenkins Build Server Date: 2014-01-30 (Thu, 30 Jan 2014

Re: [Pharo-dev] Issues 12717 and 12684

2014-01-30 Thread Frank Shearar
On 30 January 2014 14:21, Sean P. DeNigris wrote: > I have nothing invested in the new name, but I think the current discussion > is off-track... > > > Henrik Sperre Johansen wrote >> No, its purpose is to *hold* a *value* in a single place > > That's the purpose of a regular variable. Nothing is

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-30 Thread Alexandre Bergel
> I'd love to be able to do something like this: >aMorph resizeToBounds: (100 @ 100 extent: 200 @ 200) inSeconds: 2. > Speaking of which, it would be nice if orientation could be included into the > equation. Roassal2 will exactly feature this. E.g., -=-=-=-=-=-=-=-=-=-= | e v | v := RTView

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-30 Thread Alexandre Bergel
Jeff, just wondering: would it make sense to have all the events processes in a new host window? For most of the thing we are doing with visualization, having an external host window will not be a problem, and as far as I can see, this may solve many problem related to io/events/... Alexandre

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-30 Thread Marcus Denker
On 30 Jan 2014, at 15:53, b...@openinworld.com wrote: > I was going to say... > As an alternative to nibbling at the edges of Morphic, now that we have > PharoKernel3.0-FromTopShrink, which presumably unloads Morphic, I wonder what > is involved in loading Juan's SimpleMorphic [1] & [2] > >

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-30 Thread btc
I was going to say... As an alternative to nibbling at the edges of Morphic, now that we have PharoKernel3.0-FromTopShrink, which presumably unloads Morphic, I wonder what is involved in loading Juan's SimpleMorphic [1] & [2] ...but actually it looks like SimpleMorphic was already integrated

Re: [Pharo-dev] Issues 12717 and 12684

2014-01-30 Thread Sean P. DeNigris
I have nothing invested in the new name, but I think the current discussion is off-track... Henrik Sperre Johansen wrote > No, its purpose is to *hold* a *value* in a single place That's the purpose of a regular variable. Nothing is gained storage-wise Henrik Sperre Johansen wrote > through wh

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Torsten Bergmann
There is no MCFileTreeGitRepository(class)>>fromZnUrl: method when loading cleanly from a config browser in Pharo 3.0 latest. So your example in the announcement will not work. I guess this is due to ConfigurationOfGitFileTree-ThierryGoubier.8 in MetaRepoForPharo30 but there is a more recent "Con

Re: [Pharo-dev] [Review]: Case 12737 Morph sends mouseUp twice to handlers

2014-01-30 Thread btc
Stef, A  little different than you asked for, but I find the following combination useful when I'm trying to find a case that I recently viewed that was opened by someone else: * Viewed by me - Show only cases I have viewed before * Sort By - Last viewed by me (Reverse) cheers -ben Benjamin w

Re: [Pharo-dev] Pharo Success Story: Reflex Vacances

2014-01-30 Thread Nicolas Petton
Yep, especially customer's pictures are pretty big. That's because the DB was already like this when we started the new website. Running ImageMagick's convert on all images would improve things quite a lot :) Nico Sven Van Caekenberghe writes: > On 30 Jan 2014, at 11:17, p...@highoctane.be wro

Re: [Pharo-dev] StHub (mostly) down ?

2014-01-30 Thread Nicolas Petton
Indeed. There were 5 minutes of downtime. Nico Sabine Knöfel writes: > Hi, > > smalltalkhub seems to be down now again. > > Regards > Sabine > > Ups! Google Chrome konnte keine Verbindung zu www.smalltalkhub.com > herstellen. > > > > -- > View this message in context: > http://forum.world.st/St

Re: [Pharo-dev] StHub (mostly) down ?

2014-01-30 Thread Max Leske
good from Bern too. On 30.01.2014, at 13:18, Damien Cassou wrote: > On Thu, Jan 30, 2014 at 11:49 AM, Sabine Knöfel > wrote: >> Damien, does it work now? for me down again. > > > working fine :-) > > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > "Success is the ability to

Re: [Pharo-dev] StHub (mostly) down ?

2014-01-30 Thread Damien Cassou
On Thu, Jan 30, 2014 at 11:49 AM, Sabine Knöfel wrote: > Damien, does it work now? for me down again. working fine :-) -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill

Re: [Pharo-dev] files.pharo.org/ appears to beOffline!

2014-01-30 Thread Marcus Denker
it seem there was some network problem at Inria… On 30 Jan 2014, at 11:51, Noury Bouraqadi wrote: > > Noury Bouraqadi > Ecole des Mines de Douai > http://car.mines-douai.fr/noury > -- > > > >

[Pharo-dev] [pharo-project/pharo-core]

2014-01-30 Thread GitHub
Branch: refs/tags/20627 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 0c32b4: 20627

2014-01-30 Thread GitHub
Branch: refs/heads/2.0 Home: https://github.com/pharo-project/pharo-core Commit: 0c32b480faa5ca015008c7765dac570fe0937f52 https://github.com/pharo-project/pharo-core/commit/0c32b480faa5ca015008c7765dac570fe0937f52 Author: Jenkins Build Server Date: 2014-01-30 (Thu, 30 Jan 2014

[Pharo-dev] [regression reporter]regression occurred

2014-01-30 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-2.0-Tests/Run=run%201,VM=vm,label=linux/280/ 1 regressions found. FileSystem.Tests.Disk.FileHandleTest.testTruncate

[Pharo-dev] Jenkins build became unstable: Pharo-2.0-Tests » run 1,vm,linux #280

2014-01-30 Thread no-reply
See

Re: [Pharo-dev] Pharo Success Story: Reflex Vacances

2014-01-30 Thread p...@highoctane.be
YSlow +1 OptiPNG is your friend: http://optipng.sourceforge.net/pngtech/optipng.html https://tinypng.com/ interesting as well. Phil

[Pharo-dev] files.pharo.org/ appears to beOffline!

2014-01-30 Thread Noury Bouraqadi
Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury --

Re: [Pharo-dev] StHub (mostly) down ?

2014-01-30 Thread Sabine Knöfel
Damien, does it work now? for me down again. -- View this message in context: http://forum.world.st/StHub-mostly-down-tp4739307p4740339.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Goubier Thierry
Le 30/01/2014 11:42, Damien Cassou a écrit : On Thu, Jan 30, 2014 at 11:12 AM, Goubier Thierry wrote: For configurations of a project on github, it becomes possible to ensure a load of ConfigurationOfGitFileTree and then use a gitfiletree url to clone, setup the local repository and load the

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Damien Cassou
On Thu, Jan 30, 2014 at 11:12 AM, Goubier Thierry wrote: > For configurations of a project on github, it becomes possible to ensure a > load of ConfigurationOfGitFileTree and then use a gitfiletree url to clone, > setup the local repository and load the package, as is done in the latest > Configur

Re: [Pharo-dev] StHub (mostly) down ?

2014-01-30 Thread Sabine Knöfel
it is back again On Thu, Jan 30, 2014 at 11:40 AM, Damien Cassou wrote: > On Thu, Jan 30, 2014 at 11:21 AM, Sabine Knöfel > wrote: > > smalltalkhub seems to be down now again. > > > works for me > > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > "Success is the ability to go fro

Re: [Pharo-dev] StHub (mostly) down ?

2014-01-30 Thread Damien Cassou
On Thu, Jan 30, 2014 at 11:21 AM, Sabine Knöfel wrote: > smalltalkhub seems to be down now again. works for me -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill

Re: [Pharo-dev] Pharo Success Story: Reflex Vacances

2014-01-30 Thread Sven Van Caekenberghe
On 30 Jan 2014, at 11:17, p...@highoctane.be wrote: > Hello, > > I paid a visit to the site. > > Looks good. Images are loading awfully slow tough. > > Isn't there any image caching? It seems that they aren't resized and the web > browser loads the big pictures for each little picture (it doe

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Goubier Thierry
Le 30/01/2014 11:17, Esteban Lorenzano a écrit : supercool Thierry, thank you very much :) I suppose we should integrate this to early Pharo4 (we then can check how to improve, if needed) :)) That would be great! And testing, jumping on it, crashing it is a good workout to design the next i

Re: [Pharo-dev] StHub (mostly) down ?

2014-01-30 Thread Goubier Thierry
Le 30/01/2014 11:21, Sabine Knöfel a écrit : Hi, smalltalkhub seems to be down now again. Yes, I'm seeing that too. Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95

Re: [Pharo-dev] StHub (mostly) down ?

2014-01-30 Thread Sabine Knöfel
Hi, smalltalkhub seems to be down now again. Regards Sabine Ups! Google Chrome konnte keine Verbindung zu www.smalltalkhub.com herstellen. -- View this message in context: http://forum.world.st/StHub-mostly-down-tp4739307p4740327.html Sent from the Pharo Smalltalk Developers mailing list arc

Re: [Pharo-dev] Pharo Success Story: Reflex Vacances

2014-01-30 Thread p...@highoctane.be
Hello, I paid a visit to the site. Looks good. Images are loading awfully slow tough. Isn't there any image caching? It seems that they aren't resized and the web browser loads the big pictures for each little picture (it does as a matter of fact). http://www.reflex-vacances.fr/location-vacance

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Max Leske
Great stuff Thierry! On 30.01.2014, at 11:12, Goubier Thierry wrote: > Hi all, > > I'm announcing a GitFileTree for Pharo3.0 version with full support for > working from github (and probably all other git remote repositories such as > bitbucket) without touching any git command line, for Lin

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Esteban Lorenzano
supercool Thierry, thank you very much :) I suppose we should integrate this to early Pharo4 (we then can check how to improve, if needed) :)) Esteban On 30 Jan 2014, at 11:12, Goubier Thierry wrote: > Hi all, > > I'm announcing a GitFileTree for Pharo3.0 version with full support for > work

[Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Goubier Thierry
Hi all, I'm announcing a GitFileTree for Pharo3.0 version with full support for working from github (and probably all other git remote repositories such as bitbucket) without touching any git command line, for Linux and Mac at least (and Windows as soon as someone on windows will write the two

Re: [Pharo-dev] Issues 12717 and 12684

2014-01-30 Thread Henrik Johansen
On 30 Jan 2014, at 11:02 , Henrik Johansen wrote: > > That it also informs those users when said value changes, so they can reflect > any change as they see fit, is, albeit crucial, a secondary feature. And by that I mean, a ValueHolder would fulfill its main role just the same in an archite

Re: [Pharo-dev] Issues 12717 and 12684

2014-01-30 Thread Henrik Johansen
On 30 Jan 2014, at 11:02 , Henrik Johansen wrote: > > nor does it *react* to anything in and of itself. And by that I mean, announcing that something happens, is, by my definition, a passive role. The active role, are the subscribers of the announcement, who respond by carrying out some act

[Pharo-dev] [pharo-project/pharo-core] e6393e: 30730

2014-01-30 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: e6393edb9361cacf110cbe90a0a737f6af318d6a https://github.com/pharo-project/pharo-core/commit/e6393edb9361cacf110cbe90a0a737f6af318d6a Author: Jenkins Build Server Date: 2014-01-30 (Thu, 30 Jan 2014

[Pharo-dev] [pharo-project/pharo-core]

2014-01-30 Thread GitHub
Branch: refs/tags/30730 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Issues 12717 and 12684

2014-01-30 Thread Henrik Johansen
On 29 Jan 2014, at 7:41 , Sean P. DeNigris wrote: > Nicolas Cellier wrote >> So maybe PropertyBinding could do it... > > Where is the "binding"? It's purpose is announcing changes. I don't get how > "binding" epxresses that intent. What am I missing? > No, its purpose is to *hold* a *value*,

Re: [Pharo-dev] Pharo Success Story: Reflex Vacances

2014-01-30 Thread Nicolas Petton
Torsten Bergmann writes: >> runs 100% in Pharo + Iliad + MongoDB. > > "Look ma - no apache or nginx". Hi! Apache is used as a frontend server, and many images are indeed in the db, thus served through Pharo. The Pharo image is a 1.4, the VM is Cog, with a typical Mongo+Voyage setup. Most of t

Re: [Pharo-dev] FOSDEM

2014-01-30 Thread Stephan Eggermont
I’ll be there from friday evening, and plan to have diner there. Last years we had diner at a nice place near the south station, which Andy found. I don’t remember the name, but know how to get there. If I remember correctly, parking there was less easy. I would be interested in having diner toge

Re: [Pharo-dev] xpath?

2014-01-30 Thread Esteban Lorenzano
I used PetitXPath everyday… it should work (is not maintained in lukas repo, but in the moose PetitParser repo)… but is truth is for petitxml, and incomplete :) On 30 Jan 2014, at 08:07, Tudor Girba wrote: > Hi, > > Does anyone know what is the currently functional XPath library? > > I jus

[Pharo-dev] Anybody using github: references in Metacello ?

2014-01-30 Thread Goubier Thierry
Hi all, I ended up looking into that code late yesterday, and I wondered how it was supposed to be used ? (i.e. MCGitHubRepository) Regards, Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1

[Pharo-dev] [pharo-project/pharo-core]

2014-01-30 Thread GitHub
Branch: refs/tags/30729 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] c9edfa: 30729

2014-01-30 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: c9edfa41160b0e7db4c9e2aed38ef453e710ce81 https://github.com/pharo-project/pharo-core/commit/c9edfa41160b0e7db4c9e2aed38ef453e710ce81 Author: Jenkins Build Server Date: 2014-01-30 (Thu, 30 Jan 2014