Re: [Pharo-users] [Pharo-dev] [ann] GTExamples alpha

2016-08-28 Thread Tudor Girba
Hi, > On Aug 26, 2016, at 10:01 PM, Nicolai Hess wrote: > > > > 2016-08-26 0:51 GMT+02:00 Tudor Girba : > Hi, > > I just tried again, and the latest GToolkit image does contain FileSystem > class >> gtExampleZip: > > Yes, it is there, but not listed under the FileSystem class package. > If

Re: [Pharo-users] Traits inheritance

2016-08-28 Thread Alexandre Bergel
Hi Petr! You have found what I think is a bug. Indeed, Nautilus may be improved to have the behavior you describe. Having an explicit requirement ("self explicitRequirement”) should be indicated by Nautilus. I suggest you to open a bug on https://pharo.fogbugz.com Regarding the second problem,

Re: [Pharo-users] Traits inheritance

2016-08-28 Thread Petr Fischer
Today, after some work, I also noticed, that 2 methods from base trait was "copied" magicaly to the inherited trait (with same implementation as base trait) - I don't know why and when + Monticello is confused about trait method changes again... Bad thing is, these magic issues are nearly irrepr

Re: [Pharo-users] Traits inheritance

2016-08-28 Thread Petr Fischer
> There is no need for explicit requirement in Pharo because it was too static Sorry, what do you mean by "too static"? Should I use "subclassresponsibility" in all cases (class and also traits)? > > > Le 28/8/16 à 03:23, Petr Fischer a écrit : > > Hello, is Trait methods inheritance supported