[Pharo-dev] Esteban's ChangeLog week of 16 April 2018

2018-04-22 Thread estebanlm
Hello! This is my weekly ChangeLog, from 16 April 2018 to 22 April 2018. You can see it in a better format by going here: http://log.smallworks.eu/web/search?from=16/4/2018&to=22/4/2018 ChangeLog = 16 April 2018: -- *I finally updated Alien package into Pharo according

Re: [Pharo-dev] Do we kill the catalog?

2018-04-22 Thread Stephan Eggermont
Thierry Goubier wrote: >No +1 > > Just write that ston now for the current state of OSProcess (with all > versions and platforms supported). > > Or write that ston for a project that has stable branches for all pharo > versions, from say 1.3 to now. > > But, in a way, please do the way you

Re: [Pharo-dev] learning about ClassTestCase

2018-04-22 Thread Ben Coman
On 23 April 2018 at 00:48, Stephane Ducasse wrote: > No idea. May be people were thinking that printOn: were not worth tests. > Now I would like to revisit some unused features of Sunit such as the > history. > > On Sun, Apr 22, 2018 at 3:44 AM, Ben Coman wrote: > > I bumped into ClassTestCase f

Re: [Pharo-dev] File/Stream changes: one Integer decoder/encoder to rule them all

2018-04-22 Thread Tudor Girba
That’s exactly my feeling as well. Doru > On Apr 22, 2018, at 6:41 PM, Stephane Ducasse wrote: > > Thanks a lot Sven. This is great to see all this positive energy to > improve this part. > From a core library stand point, streams were the last pieces that > needed to be revisited. > This is gr

Re: [Pharo-dev] Epicea or the launcher gets confused

2018-04-22 Thread Martin Dias
Hi Stef: I haven't use the launcher in a couple of years, but I can make this supposition: the images share the directory where epicea creates the ombu files. Then what you see are changes done in another image managed by launcher. Is it like that? Martín On Sat, Apr 21, 2018 at 5:31 AM, Stephane

Re: [Pharo-dev] Calypso zero class refs for TComparable

2018-04-22 Thread Denis Kudriashov
Hi 2018-04-22 17:19 GMT+02:00 Hilaire : > Denis, > > Here is my experience on that: > > 1. I did not expect the trait user radio button, so I did not look at it. > > 2. However I request the contextual menu over the trait and expect > something to see its users, and I get the menu entry "Class re

Re: [Pharo-dev] learning about ClassTestCase

2018-04-22 Thread Stephane Ducasse
No idea. May be people were thinking that printOn: were not worth tests. Now I would like to revisit some unused features of Sunit such as the history. On Sun, Apr 22, 2018 at 3:44 AM, Ben Coman wrote: > I bumped into ClassTestCase for the first time, with class comment... > "This class is intend

Re: [Pharo-dev] Calypso zero class refs for TComparable

2018-04-22 Thread Stephane Ducasse
Yes I'm afraid that you are right. What I did in the past was implementor on class -> class def sender on class -> class ref may be we could do the same for traits Stef On Sun, Apr 22, 2018 at 5:13 PM, Hilaire wrote: > Le 22/04/2018 à 11:59, Cyril Ferlicot a écrit : >> >> >> In Naut

Re: [Pharo-dev] File/Stream changes: one Integer decoder/encoder to rule them all

2018-04-22 Thread Stephane Ducasse
Thanks a lot Sven. This is great to see all this positive energy to improve this part. >From a core library stand point, streams were the last pieces that needed to be revisited. This is great to see this happening. Stef On Sun, Apr 22, 2018 at 11:04 AM, Sven Van Caekenberghe wrote: > > >> On 22

Re: [Pharo-dev] Calypso zero class refs for TComparable

2018-04-22 Thread Hilaire
Denis, Here is my experience on that: 1. I did not expect the trait user radio button, so I did not look at it. 2. However I request the contextual menu over the trait and expect something to see its users, and I get the menu entry "Class ref.", and went there. Other user opinion may be nee

Re: [Pharo-dev] Calypso zero class refs for TComparable

2018-04-22 Thread Hilaire
Le 22/04/2018 à 11:59, Cyril Ferlicot a écrit : In Nautilus the Traits are not "referenced", they are used. So you have "Find usage" instead of "Find reference". This distinction is confusing, and it will confuse people as it confused Ben and me as well. Hilaire -- Dr. Geo http://drgeo.eu

Re: [Pharo-dev] Calypso zero class refs for TComparable

2018-04-22 Thread Ben Coman
On 22 April 2018 at 22:16, Denis Kudriashov wrote: > > 2018-04-22 16:01 GMT+02:00 Ben Coman : >> >> On 22 April 2018 at 18:45, Denis Kudriashov wrote: >> >>> Hi. >>> >>> When you select trait new hierarchy mode appears: trait users. >>> >> >> I see it now, but clicking it for TComparable does't

Re: [Pharo-dev] Calypso zero class refs for TComparable

2018-04-22 Thread Denis Kudriashov
2018-04-22 16:01 GMT+02:00 Ben Coman : > > On 22 April 2018 at 18:45, Denis Kudriashov wrote: > >> Hi. >> >> When you select trait new hierarchy mode appears: trait users. >> > > I see it now, but clicking it for TComparable does't show anything. Is > that right? > Yes. TComparable users ==> #(

Re: [Pharo-dev] Calypso zero class refs for TComparable

2018-04-22 Thread Ben Coman
> Hi, >> >> In Nautilus the Traits are not "referenced", they are used. So you have >> "Find usage" instead of "Find reference". >> >> Maybe this option is missing on Calypso? (I suppose since I still use >> Pharo 6.1 because all my projects are around Seaside which does not load in >> P7) >> >> >>

Re: [Pharo-dev] Do we kill the catalog?

2018-04-22 Thread Torsten Bergmann
Hi Stef, do not worry - I'm fully relaxed. It is you - who suggested to kill the catalog - without having or proposing a suitable alternative yet. If you want to route the thread to talking about "idiots" and "assholes" you go offtopic and I guess I have nothing more to contribute to the disc

Re: [Pharo-dev] Calypso zero class refs for TComparable

2018-04-22 Thread Denis Kudriashov
Hi. When you select trait new hierarchy mode appears: trait users. 2018-04-22 11:59 GMT+02:00 Cyril Ferlicot : > > On dim. 22 avr. 2018 at 03:54, Ben Coman wrote: > >> I expected TComparable to be used somewhere in the Image? >> >> So I was surprised that with Calypso, >> right-clicking on TCo

Re: [Pharo-dev] Calypso zero class refs for TComparable

2018-04-22 Thread Cyril Ferlicot
On dim. 22 avr. 2018 at 03:54, Ben Coman wrote: > I expected TComparable to be used somewhere in the Image? > > So I was surprised that with Calypso, > right-clicking on TComparable and choosing "Class refs" > brought up zero results. > Hi, In Nautilus the Traits are not "referenced", they are

Re: [Pharo-dev] File/Stream changes: one Integer decoder/encoder to rule them all

2018-04-22 Thread Sven Van Caekenberghe
> On 22 Apr 2018, at 10:22, Tudor Girba wrote: > > Hi, > > I am so looking forward to playing with this (as a user). > > For various reasons, we are still in Pharo 6.1, but encoding/decoding was > always a troublesome issue in Pharo. Well it should not be, not even in older Pharo versions,

Re: [Pharo-dev] File/Stream changes: one Integer decoder/encoder to rule them all

2018-04-22 Thread Tudor Girba
Hi, I am so looking forward to playing with this (as a user). For various reasons, we are still in Pharo 6.1, but encoding/decoding was always a troublesome issue in Pharo. Thanks a lot! Cheers, Doru > On Apr 20, 2018, at 5:24 PM, Sven Van Caekenberghe wrote: > > Hi, > > After the File an