Re: [Pharo-users] Slots in Pharo 5

2016-09-28 Thread Denis Kudriashov
2016-09-28 17:06 GMT+02:00 Jan Cada : > Hi, > > I have opened the issue #19153 > > . > Thank's

Re: [Pharo-users] Slots in Pharo 5

2016-09-28 Thread Denis Kudriashov
Hi. It looks like bug. Could you open issue? 2016-09-28 15:36 GMT+02:00 Jan Cada : > Hi, > > I started to play with slots and I am observing odd behaviour after the > class structure gets changed. > > I am having classes: > > Object subclass: #*CTA* > slots: { #x. #*b* => ToManyRelationSlot inve

Re: [Pharo-users] Slots in Pharo 5

2016-09-28 Thread Jan Cada
Hi, I have opened the issue #19153 . Thanks, Jan > On 28 Sep 2016, at 16:10, Denis Kudriashov wrote: > > Hi. > > It looks like bu

[Pharo-users] Slots in Pharo 5

2016-09-28 Thread Jan Cada
Hi, I started to play with slots and I am observing odd behaviour after the class structure gets changed. I am having classes: Object subclass: #CTA slots: { #x. #b => ToManyRelationSlot inverse: #a inClass: #CTB } classVariables: { } category: ‘ClassTest' and Obje