Re: [Pharo-users] Renaming a Class triggers debugger

2015-10-15 Thread stepharo
Thanks for reporting this. We should fix it. I got annoyed too from time to time. We should make sure it is fixed in Pharo 50. Stef Le 13/10/15 21:36, Lyn Headley a écrit : Hello, I'm running pharo 4 and I'm having a problem. I recently renamed a class using the rename: menu item in the standar

Re: [Pharo-users] Renaming a Class triggers debugger

2015-10-14 Thread Stephan Eggermont
On 14/10/15 22:23, Nicolai Hess wrote: I can now reproduce the first one too. 1. Open fresh 4.0 image (I have 40619) Confirmed in 40622 When having the senders window open, renaming the class results in some nil() instead of AAClass4 class (as yet unclassified) Stephan

Re: [Pharo-users] Renaming a Class triggers debugger

2015-10-14 Thread Nicolai Hess
2015-10-14 21:12 GMT+02:00 Lyn Headley : > Hi Ben, > > Thanks for looking into this. I've gone through your steps on my > machine (the image filename is Pharo-40622.image so I assume that is a > build number) and I get the same error you do. As you say, the errors > are not identical but hopefully

Re: [Pharo-users] Renaming a Class triggers debugger

2015-10-14 Thread Lyn Headley
Hi Ben, Thanks for looking into this. I've gone through your steps on my machine (the image filename is Pharo-40622.image so I assume that is a build number) and I get the same error you do. As you say, the errors are not identical but hopefully this will lead to a fix for both. For continuing my

Re: [Pharo-users] Renaming a Class triggers debugger

2015-10-14 Thread Ben Coman
That sounds like a reasonable choice. Anyhow, with build 50384 I can reproduce a similar error as follows... 1. Open fresh image. 2. World > Tools > Recent Messages 3. World > System Browser 4. Package pane > Add package > "AAPackage" 5. Class pane > Add class > "AAClass" 6. Protocol pane > no me

Re: [Pharo-users] Renaming a Class triggers debugger

2015-10-13 Thread Lyn Headley
Because Pharo 4 is the latest release. Do I really have to defend this choice? On Tue, Oct 13, 2015 at 2:32 PM, Alexandre Bergel wrote: > I have no idea. But why don’t you move to Pharo 5? > > Cheers, > Alexandre > > > > On Oct 13, 2015, at 4:36 PM, Lyn Headley wrote: > > > > Hello, > > > > I'm

Re: [Pharo-users] Renaming a Class triggers debugger

2015-10-13 Thread Lyn Headley
Hi Nicolai, I had a bunch of messagebrowsers open, mostly on various classes of Morphic and Montecello packages; nothing that was related to the class I renamed. Since I got your message I have closed the MessageBrowsers, and now there are only two debuggers triggered when I add or remove a method

Re: [Pharo-users] Renaming a Class triggers debugger

2015-10-13 Thread Nicolai Hess
Hi Lyn 2015-10-13 21:36 GMT+02:00 Lyn Headley : > Hello, > > I'm running pharo 4 and I'm having a problem. I recently renamed a > class using the rename: menu item in the standard system browser (I > believe it's called Nautilus) and now I am getting uncaught exceptions > whenever I add or remove

Re: [Pharo-users] Renaming a Class triggers debugger

2015-10-13 Thread Alexandre Bergel
I have no idea. But why don’t you move to Pharo 5? Cheers, Alexandre > On Oct 13, 2015, at 4:36 PM, Lyn Headley wrote: > > Hello, > > I'm running pharo 4 and I'm having a problem. I recently renamed a > class using the rename: menu item in the standard system browser (I > believe it's called

[Pharo-users] Renaming a Class triggers debugger

2015-10-13 Thread Lyn Headley
Hello, I'm running pharo 4 and I'm having a problem. I recently renamed a class using the rename: menu item in the standard system browser (I believe it's called Nautilus) and now I am getting uncaught exceptions whenever I add or remove a method (three debugger windows pop up). Here is the stack