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

2014-02-02 Thread Jordi Delgado
Great! Thanks a lot! Bests, Jordi > 2014-02-02 Jordi Delgado : > > > Hi, > > > > I downloaded the most recent image with the most recent VM. > > I'm using a macbook air with Mountain Lion 10.8.5, image 30733 and System > > Reporter says: > > > > Virtual Machine > > --- > > /Users/j

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

2014-02-02 Thread Nicolai Hess
2014-02-02 Jordi Delgado : > Hi, > > I downloaded the most recent image with the most recent VM. > I'm using a macbook air with Mountain Lion 10.8.5, image 30733 and System > Reporter says: > > Virtual Machine > --- > /Users/jdelgado/Smalltalk/Pharo-latest/Pharo.app/Contents/MacOS/Phar

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

2014-02-02 Thread Jordi Delgado
Hi, I downloaded the most recent image with the most recent VM. I'm using a macbook air with Mountain Lion 10.8.5, image 30733 and System Reporter says: Virtual Machine --- /Users/jdelgado/Smalltalk/Pharo-latest/Pharo.app/Contents/MacOS/Pharo NBCoInterpreter NativeBoost-CogPlugin-Gui

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

2014-02-01 Thread Andreas Wacknitz
Hi again, Alas it’s not that easy. I made more experiments after Jordi reported that he wasn’t able to reproduce the problem with my steps. On my Mac I had installed the latest stable (December 12th, 2013) PharoVM. On my Windows PC I have installed the latest stable (December 7th, 2013) PharoVM

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

2014-02-01 Thread Pharo4Stef
tx this is nice to have a reproducible case. Like take we will fix it :) On 01 Feb 2014, at 12:02, Andreas Wacknitz wrote: > Hi Jordi and all, > > here is my detailed receipt with a freshly downloaded 30733.zip from Pharo > files: > > 1. Open Nautilus > 2. Select an arbitrary pac

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

2014-02-01 Thread Andreas Wacknitz
Am 01.02.2014 um 16:41 schrieb Jordi Delgado : > That's what I mean, I did *exactly* that, and the chosen class was > KMKeymapBuilder (from Keymapping-Pragmas package). The private > protocol was added with no problem. So...? No idea. > > Bests, > > Jordi > > PS: Also with a freshly 30733 imag

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

2014-02-01 Thread Jordi Delgado
That's what I mean, I did *exactly* that, and the chosen class was KMKeymapBuilder (from Keymapping-Pragmas package). The private protocol was added with no problem. So...? No idea. Bests, Jordi PS: Also with a freshly 30733 image downloaded > Hi Jordi and all, > > here is my detailed recei

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

2014-02-01 Thread Andreas Wacknitz
Am 01.02.2014 um 12:02 schrieb Andreas Wacknitz : > Hi Jordi and all, > > here is my detailed receipt with a freshly downloaded 30733.zip from Pharo > files: > > 1. Open Nautilus > 2. Select an arbitrary package > 3. Select an arbitrary class from that package > 4. Righ

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

2014-02-01 Thread Andreas Wacknitz
Hi Jordi and all, here is my detailed receipt with a freshly downloaded 30733.zip from Pharo files: 1. Open Nautilus 2. Select an arbitrary package 3. Select an arbitrary class from that package 4. Right-click in the methods panel and select „Add protocol…“ from t

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

2014-02-01 Thread Jordi Delgado
Hi, With a fresh image, I do that with a class randomly selected (obviously, with no class selected nothing happens) and the protocol gets added without problems. Then, I choose another class, again I pick a random one, and after doing exactly the same the error appears. Why? No clue. I said tha

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

2014-01-31 Thread Andreas Wacknitz
Hi, Am 31.01.2014 um 08:36 schrieb 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 i

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

2014-01-31 Thread jdelgado
Yep you're right, it looks a lot to what is reported in 12316 and 12469 . I will keep an eye on them. Thanks. Bests, Jordi > 2014-01-31 Jordi Delgado : > >> Hi, >> >> I realized that sometimes, when creating n

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

2014-01-31 Thread Nicolai Hess
2014-01-31 Clément Bera : > I had the same problem. I had to reload my project from a fresh image to > solve it. Very hard to reproduce. > > In addition, after editing a few method you cannot anymore edit the class > comment (you need to open another Nautilus to do it). > > That was me, sorry for

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

2014-01-31 Thread Nicolai Hess
2014-01-31 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

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

2014-01-31 Thread Clément Bera
I had the same problem. I had to reload my project from a fresh image to solve it. Very hard to reproduce. In addition, after editing a few method you cannot anymore edit the class comment (you need to open another Nautilus to do it). 2014/1/31 Jordi Delgado > Hi, > > I realized that sometimes

[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