Re: [Pharo-users] OrderedCollection remove:

2015-04-01 Thread Joachim Tuchel
Peter, In general, removing from a Collection while iterating through it leads to undefined results. The same is true for adding. Just never do it Joachim > Am 02.04.2015 um 08:22 schrieb Peter Uhnák : > > Hi, > > I've just run into quite a nasty surprise > > col := #(1 2

[Pharo-users] OrderedCollection remove:

2015-04-01 Thread Peter Uhnák
Hi, I've just run into quite a nasty surprise col := #(1 2 3 4 5) asOrderedCollection. col do: [ :each | col remove: each. ]. col it throws "NotFound: nil not found in OrderedCollection" I tested it also in Pharo3 and there it just silently removed first, third an

Re: [Pharo-users] what to use for simple parsing

2015-04-01 Thread Martin Bähr
Excerpts from stepharo's message of 2015-04-01 23:00:11 +0200: > May be this was a mistake to get regexp. Some people, when confronted with a problem, think "I know, I'll use regular expressions." Now they have two problems. (jwz)

Re: [Pharo-users] Uncommon keyboard shortcuts on Windows

2015-04-01 Thread stepharo
Yes we will have to clean that once for all. Le 30/3/15 23:23, Peter Uhnák a écrit : Hi, there is currently ongoing discussion about shortcuts since there is a bit Ctrl vs Alt chaos in both Linux and Windows. Note for example that in many cases (undo, copy, paste, ...) you can use both ctrl

Re: [Pharo-users] what to use for simple parsing

2015-04-01 Thread stepharo
Le 31/3/15 17:17, Peter Uhnák a écrit : Thanks all, in the end I've used PetitParser and I was really surprised and happy how easy and far I've got with it. TBH using regular expressions in Pharo feels extremely uncomfortable to me compared to Perl or Ruby, but maybe that was design decisi

Re: [Pharo-users] Cormas Pharo Port v0.2 available

2015-04-01 Thread Alexandre Bergel
Now it works! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Apr 1, 2015, at 4:42 AM, Serge Stinckwich > wrote: > > Thank you Alex, for trying to dl CORMAS. > > Yes, I fix the prob

Re: [Pharo-users] Bytecodes in Nautilus

2015-04-01 Thread Clément Bera
Seemingly, UI-wise, it was not good to have a button for the bytecode. As I use it al the time, I reintroduced it in the menu and you can use the shortcut Cmd+b+b, which reportedly was better. In other IDE tools that nautilus you can't see anymore the bytecodes though. 2015-04-01 8:06 GMT-07:00

Re: [Pharo-users] Cormas Pharo Port v0.2 available

2015-04-01 Thread Alexandre Bergel
Yes, this is indeed bad. Maybe the GTDebugger team can do something in that respect. Here is a way to reproduce this: Doit: Error signal: ‘foobar' Then you get Doiting: Warning signal: 'foobar' Can we have the description of the warning in the debugger header? Would be great! Cheers, Ale

Re: [Pharo-users] [Pharo-dev] [ANN] New service: The Pharo catalog

2015-04-01 Thread Ben Coman
Thanks Esteban. Its a worthwhile stopgap until the new service. At a minimum its visibility should encourage developers to supply the required information, so its more complete when the new service arrives. cheers -ben On Thu, Apr 2, 2015 at 12:57 AM, stepharo wrote: > > > Le 1/4/15 18:07, La

Re: [Pharo-users] Bytecodes in Nautilus

2015-04-01 Thread Johan Fabry
> On Apr 1, 2015, at 12:26, Marcus Denker wrote: > > >> On 01 Apr 2015, at 17:06, Sean P. DeNigris wrote: >> >> Hmm... I found it in the method pane's context menu. What is the rationale >> for the change? >> > > That it is a feature only used by compiler writers or in very special > circu

Re: [Pharo-users] [Pharo-dev] [ANN] New service: The Pharo catalog

2015-04-01 Thread stepharo
Le 1/4/15 18:07, Laura Risani a écrit : Very cool! This is something i've read many people saying they wanted to have. I found the quite visibly placed link 'a note to developers' very useful and will add the explained methods to my projects. Seems that the existence of #catalogDescription is

Re: [Pharo-users] Bytecodes in Nautilus

2015-04-01 Thread stepharo
+ 10 Le 1/4/15 17:26, Marcus Denker a écrit : On 01 Apr 2015, at 17:06, Sean P. DeNigris wrote: Hmm... I found it in the method pane's context menu. What is the rationale for the change? That it is a feature only used by compiler writers or in very special circumstances where knowi

Re: [Pharo-users] Bytecodes in Nautilus

2015-04-01 Thread Sean P. DeNigris
> Keep in mind that everything in the UI on the first level you have to explain > to a learner > *and* there has to be a use case why having it is important. Very good reason! Thanks for the explanation :) - Cheers, Sean -- View this message in context: http://forum.world.st/Bytecodes-in

Re: [Pharo-users] [Pharo-dev] [ANN] New service: The Pharo catalog

2015-04-01 Thread Laura Risani
Very cool! This is something i've read many people saying they wanted to have. I found the quite visibly placed link 'a note to developers' very useful and will add the explained methods to my projects. Seems that the existence of #catalogDescription is not as known as the practice of defining a 'C

Re: [Pharo-users] Cormas Pharo Port v0.2 available

2015-04-01 Thread Laura Risani
Seems very interesting! Thank you for sharing it! On Wed, Apr 1, 2015 at 4:42 AM, Serge Stinckwich wrote: > Thank you Alex, for trying to dl CORMAS. > > Yes, I fix the problem. Should work now ;-) > > BTW, this is really difficult to understand the problem because when a > dependancy is missing,

Re: [Pharo-users] Bytecodes in Nautilus

2015-04-01 Thread Marcus Denker
> On 01 Apr 2015, at 17:06, Sean P. DeNigris wrote: > > Hmm... I found it in the method pane's context menu. What is the rationale > for the change? > That it is a feature only used by compiler writers or in very special circumstances where knowing a shortcut should be fine. Keep in mind tha

Re: [Pharo-users] Bytecodes in Nautilus

2015-04-01 Thread Sean P. DeNigris
Hmm... I found it in the method pane's context menu. What is the rationale for the change? - Cheers, Sean -- View this message in context: http://forum.world.st/Bytecodes-in-Nautilus-tp4816678p4816679.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

[Pharo-users] Bytecodes in Nautilus

2015-04-01 Thread Sean P. DeNigris
Didn't there used to be a button? - Cheers, Sean -- View this message in context: http://forum.world.st/Bytecodes-in-Nautilus-tp4816678.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] DynaCASE

2015-04-01 Thread Serge Stinckwich
On Tue, Mar 31, 2015 at 10:08 AM, Peter Uhnák wrote: > Hi Serge, Hi Peter, > I didn't want to hijack the original thread (more than I've already done), > so I made a new one instead. > >> Looks really impressive Peter ! >> I put some pictures on my twitter account: >> https://twitter.com/SergeSt

Re: [Pharo-users] DynaCASE

2015-04-01 Thread Serge Stinckwich
On Tue, Mar 31, 2015 at 4:02 PM, Jan B. wrote: > Hi > > Thank you for CC-ing me, Peter, since I don't watch Pharo developers mailing > list. Hi Jan, > About petri nets... My main goal is to implement simulation for DynaCASE > (i.e. "make it move") and Petri nets are for me more like a tool for t

Re: [Pharo-users] quick poll - which OS do you use for Pharo?

2015-04-01 Thread Dmitri Zagidulin
I'm curious what the single vote for Other is :) On Tue, Mar 31, 2015 at 8:34 AM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > I agree to the comments saying that there should be one choice for > development and one for deploying. > > On Tue, Mar 31, 2015 at 5:24 AM, Stephan Eggermont

Re: [Pharo-users] [Moose-dev] loading Glamour in Pharo 4

2015-04-01 Thread Stephan Eggermont
On 01/04/15 00:29, Andrei Chis wrote: Still in this case the problem seems to be that version 0.1 from ConfigurationOfForum wants to load the development version of Glamour in a Moose 5.0 image, which is not going to work. Thanks, that helped. Stephan

Re: [Pharo-users] [ANN] Dr. Geo 15.04

2015-04-01 Thread Hilaire
Le 01/04/2015 00:19, p...@highoctane.be a écrit : > > I guess > > Make ox and ox axes independent to the grid > > is > > Make ox and oy axes independent to the grid > Thanks, updated. > Dr Geo is about 20 years old now. > > Yes, it has been a long road to reach part of the Dr. Geo vision: from b

[Pharo-users] [ANN] Pharo Consortium New Academic Partner: UMMISCO

2015-04-01 Thread Marcus Denker
The Pharo Consortium is very happy to announce that UMMISCO has joined the Consortium as an Academic Partner. UMMISCO is an international research unit under the supervision of IRD (Research for Development) and UPMC (Université Pierre Marie Curie) located in France, Senegal, Morocco, Cameroun and

Re: [Pharo-users] Proxies: Subclassing nil

2015-04-01 Thread Mariano Martinez Peck
On Wed, Apr 1, 2015 at 4:29 AM, Luc Fabresse wrote: > > and the latest repo is: http://smalltalkhub.com/#!/~CAR/Ghost > but it has not diverged too much from the old one yet. > > Luc...something that would be super super cool is to take the proxies I implemented for Marea and adapt them as custom

Re: [Pharo-users] [ANN] Dr. Geo 15.04

2015-04-01 Thread Hilaire
Le 31/03/2015 23:13, Nicolai Hess a écrit : > > This looks great! > Think about rating it on its Google+ page: http://google.com/+DrgeoEu Thanks Hilaire -- Dr. Geo - http://drgeo.eu iStoa - http://istoa.drgeo.eu

Re: [Pharo-users] [Pharo-dev] [ANN] New service: The Pharo catalog

2015-04-01 Thread Esteban Lorenzano
> On 01 Apr 2015, at 13:04, Norbert Hartl wrote: > > Cool! At the moment I'm searching where to put a description for the projects > :) > I was asking myself why the link of a project opens a small project > description taken from the metacello config instead just opening the project > on sma

Re: [Pharo-users] [ANN] New service: The Pharo catalog

2015-04-01 Thread kilon alios
" is because that’s the description of the version (or baseline), not the project description (that’s the place of #catalogDescription, and that’s why it is on class side: is more durable). cheers, Esteban" ah ok makes sense now. Will do thanks.

Re: [Pharo-users] [Pharo-dev] [ANN] New service: The Pharo catalog

2015-04-01 Thread Norbert Hartl
Cool! At the moment I'm searching where to put a description for the projects :) I was asking myself why the link of a project opens a small project description taken from the metacello config instead just opening the project on smalltalkhub. Or from where are the projects in this list are taken?

Re: [Pharo-users] [ANN] New service: The Pharo catalog

2015-04-01 Thread Esteban Lorenzano
> On 01 Apr 2015, at 12:53, kilon alios wrote: > > > > "yes, check “a note to developers” link :)" > > yeap thats an obvious one, should have clicked that in the first place. > > Question: I see you ask for dedicate methods. In this case catalogDescription > . Is it really necessary , metac

Re: [Pharo-users] [ANN] New service: The Pharo catalog

2015-04-01 Thread kilon alios
"yes, check “a note to developers” link :)" > yeap thats an obvious one, should have clicked that in the first place. Question: I see you ask for dedicate methods. In this case catalogDescription . Is it really necessary , metacello spec already offers sped description: which my project already t

Re: [Pharo-users] [ANN] New service: The Pharo catalog

2015-04-01 Thread Sven Van Caekenberghe
Cool! > On 01 Apr 2015, at 12:13, Esteban Lorenzano wrote: > > Hi, > > Last week I made a super small project to consolidate all projects published > in all metarepos. > Is very simple, in the style of smalltalkhub repository list, but it shows > all projects with the info their owners prov

[Pharo-users] [ANN] New service: The Pharo catalog

2015-04-01 Thread Esteban Lorenzano
Hi, Last week I made a super small project to consolidate all projects published in all metarepos. Is very simple, in the style of smalltalkhub repository list, but it shows all projects with the info their owners provided. Yes, it could be a lot better, but we do not want to lose much time w

Re: [Pharo-users] Proxies: Subclassing nil

2015-04-01 Thread Luc Fabresse
and the latest repo is: http://smalltalkhub.com/#!/~CAR/Ghost but it has not diverged too much from the old one yet. #Luc 2015-04-01 8:29 GMT+02:00 stepharo : > Mariano spent a couple of years on it so... > > > > Le 31/3/15 21:37, Denis Kudriashov a écrit : > > Hi > if you want to build proxy