Re: [Pharo-users] #select was sent to nil

2019-01-16 Thread Tudor Girba
Thanks for looking into this problem! Doru > On Jan 16, 2019, at 10:57 AM, Andrei Chis wrote: > > The bug seems to have been introduce in > Pharo7.0-SNAPSHOT.build.102.sha.3f660fc.arch.64bit by merging the pull > request https://github.com/pharo-project/pharo/pull/1847 > > On Wed, Jan 16, 2

Re: [Pharo-users] #select was sent to nil

2019-01-16 Thread Andrei Chis
The bug seems to have been introduce in Pharo7.0-SNAPSHOT.build.102.sha.3f660fc.arch.64bit by merging the pull request https://github.com/pharo-project/pharo/pull/1847 On Wed, Jan 16, 2019 at 1:32 AM Hilaire via Pharo-users < pharo-users@lists.pharo.org> wrote: > Indeed, seems to only happen in a

Re: [Pharo-users] #select was sent to nil

2019-01-15 Thread Hilaire via Pharo-users
--- Begin Message --- Indeed, seems to only happen in a subclass of BlEement. Hilaire Le 15/01/2019 à 21:33, Andrei Chis a écrit : > It happens if you create methods in a class having a superclass with > traits. For example if you create a subclass of BlElement you will get > this error. > > What

Re: [Pharo-users] #select was sent to nil

2019-01-15 Thread Andrei Chis
It happens if you create methods in a class having a superclass with traits. For example if you create a subclass of BlElement you will get this error. What class are you editing when you get this errror? Cheers, Andrei On Tue, 15 Jan 2019, 21:17 Hilaire Yes, it happens on two images. One fresh

Re: [Pharo-users] #select was sent to nil

2019-01-15 Thread Hilaire
Yes, it happens on two images. One fresh P7 where I installed GToolkit and DrGeo then use its tonel repo (save changes). And the other one from the GToolkit image download from gtoolkit.org and installed DrGeo then use its tonel repo (save changes) I don't use trait in DrGeo. Hilaire Le 15/01/20

Re: [Pharo-users] #select was sent to nil

2019-01-15 Thread Andrei Chis
Hi Denis, We debugged a bit and this is what we found: https://pharo.manuscript.com/f/cases/22896/Creating-methods-in-a-subclass-with-a-class-using-a-trait Could you try to reproduce and see if you get the same error? Seems that adding methods to classes that have a superclass with traits is broke

Re: [Pharo-users] #select was sent to nil

2019-01-15 Thread Denis Kudriashov
Hi Andrei. The error is related to absent package of selected method. Calypso assumes that method always has a package because otherwise many other things will not work. Even if this case will be protected by ifNotNil check it looks like a broken system state. Can you check following script? Syst

Re: [Pharo-users] #select was sent to nil

2019-01-15 Thread Denis Kudriashov
Hi Hilaire. Can you reproduce it? пн, 14 янв. 2019 г. в 23:24, Hilaire via Pharo-users < pharo-users@lists.pharo.org>: > Hi, > > After installing drgeo and save some modification on tonel repo. I got > this persisting error on calypso whatever the button I click on the > browser ui. > > Hilaire

[Pharo-users] #select was sent to nil

2019-01-14 Thread Hilaire via Pharo-users
--- Begin Message --- Hi, After installing drgeo and save some modification on tonel repo. I got this persisting error on calypso whatever the button I click on the browser ui. Hilaire -- Dr. Geo http://drgeo.eu THERE_BE_DRAGONS_HERE #selected was sent to nil 14 January 2019 9:22:03.639371 pm