[Pharo-dev] Calypso zero class refs for TComparable

2018-04-21 Thread Ben Coman
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. Is this expected behaviour? (in 70793) cheers -ben

[Pharo-dev] learning about ClassTestCase

2018-04-21 Thread Ben Coman
I bumped into ClassTestCase for the first time, with class comment... "This class is intended for unit tests of individual classes and their metaclasses. It provides methods to determine the coverage of the unit tests. Subclasses are expected to re-implement: #classesToBeTested and #select

Re: [Pharo-dev] what is demote?

2018-04-21 Thread Stephane Ducasse
Excellent! Thanks! :) On Sat, Apr 21, 2018 at 7:57 PM, Sean P. DeNigris wrote: > CyrilFerlicot wrote >> It's probably to change a package of the form "MyPackage-Something" to a >> package "MyPackage" with a "Something" tag. > > Yes, breakpoint triggered from Calypso "Demote to package with tag" c

Re: [Pharo-dev] what is demote?

2018-04-21 Thread Sean P. DeNigris
CyrilFerlicot wrote > It's probably to change a package of the form "MyPackage-Something" to a > package "MyPackage" with a "Something" tag. Yes, breakpoint triggered from Calypso "Demote to package with tag" context menu. Maybe the message name could be improved too… #demoteToTagInPackageNamed:

Re: [Pharo-dev] How to build current VM

2018-04-21 Thread Cyril Ferlicot
On sam. 21 avr. 2018 at 16:30, phideaux wrote: > I am trying to build a Pharo VM on Linux using the opensmalltalk vm git. I > just want to make sure I can reproduce the current system before > tinkering. > > I cloned the git and built the linux64x64/pharocog threaded vm (using > ./msm). The build

[Pharo-dev] How to build current VM

2018-04-21 Thread phideaux
I am trying to build a Pharo VM on Linux using the opensmalltalk vm git. I just want to make sure I can reproduce the current system before tinkering. I cloned the git and built the linux64x64/pharocog threaded vm (using ./msm). The build runs fine but the vm produced when started with a current

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

2018-04-21 Thread Stephane Ducasse
Torsten Sometimes you should relax. Because if you remember I pushed the catalog (in fact I love it and we need a much more powerful one) and I even improved it. I made it better to automatically add MC repositories. Of course Thierry is exagerating. Now we should fix or remove it. Simple no? N

Re: [Pharo-dev] Spotter search in Catalog ?

2018-04-21 Thread Stephane Ducasse
You see I coded in aeroport and train all yesterday. So if we could detect that the network is not available then it would be a game changer. On Sat, Apr 21, 2018 at 1:04 PM, Sven Van Caekenberghe wrote: > > >> On 21 Apr 2018, at 10:37, Stephane Ducasse wrote: >> >> Guys just to tell my experie

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

2018-04-21 Thread Torsten Bergmann
Even there is no learning from the past - it's deja vu all over again... > Gesendet: Freitag, 20. April 2018 um 08:53 Uhr > Von: "Stephane Ducasse" > An: "Pharo Development List" > Betreff: Re: [Pharo-dev] Do we kill the catalog? > > Hi torsten > > the wise shows the moon, the idiot sees his f

Re: [Pharo-dev] Spotter search in Catalog ?

2018-04-21 Thread Sven Van Caekenberghe
> On 21 Apr 2018, at 10:37, Stephane Ducasse wrote: > > Guys just to tell my experience last week in Algeria. > Students were super motivated. Some even did the mooc before I came. > And we got some of them playing with Bloc and others. > Now none of the students or teachers at university got i

Re: [Pharo-dev] what is demote?

2018-04-21 Thread Cyril Ferlicot
On sam. 21 avr. 2018 at 10:12, Stephane Ducasse wrote: > demoteToRPackageNamed: aString > | newRPackage | > > self unregister. > newRPackage := self class organizer > packageNamed: aString > ifAbsent: [ (self class named: aString) register ]. > newRPac

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

2018-04-21 Thread Cyril Ferlicot
On sam. 21 avr. 2018 at 08:45, Stephane Ducasse wrote: > > the new name of Cargo > pakbot = paquebot in french = cargo in english :) Just for the record: https://github.com/demarey/cargo/issues/32 To explain the name change. > tx that you ask. > @Christophe what would be case? > > From my s

Re: [Pharo-dev] Spotter search in Catalog ?

2018-04-21 Thread Stephane Ducasse
Guys just to tell my experience last week in Algeria. Students were super motivated. Some even did the mooc before I came. And we got some of them playing with Bloc and others. Now none of the students or teachers at university got internet. Oh yes they have it on their mobile phone. Stef

[Pharo-dev] Epicea or the launcher gets confused

2018-04-21 Thread Stephane Ducasse
Hi I downloaded the latest version of Pharo and I coded. When I open Epicea, I see changes I did three days ago but this is not possible since I just took the image now. Stef

[Pharo-dev] [Pharo 7.0-dev] Build #793: 21752-add-asDoit-and-asDoitIn-to-AST

2018-04-21 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #793 was: SUCCESS. The Pull Request #1237 was integrated: "21752-add-asDoit-and-asDoitIn-to-AST" Pull request url: https://github.com/pharo-project/pharo/pull/1237 Issue Url: https://pharo.fogbugz.com/f/cases/21752 Build Url:

Re: [Pharo-dev] Spotter search in Catalog ?

2018-04-21 Thread Tudor Girba
Hi, There is a "Display catalog projects in Spotter” setting. It is unselected by default because people with slow internet connection had issues with it. Cheers, Doru > On Apr 21, 2018, at 9:10 AM, Sven Van Caekenberghe wrote: > > Hi, > > Do we have a Spotter extension/plugin that searches

[Pharo-dev] Reproducible VM crash

2018-04-21 Thread Stephane Ducasse
Hi I tried three times and every times the vm crashes. How to reproduce - open icberg - click on add - select add local repo - I select /Users/ducasse/Workspace/FirstCircle/ActiveResearch/Pharo/PharoCodeBase/pharo - add src - press ok and boum bye bye Pharo ~/Workspace/FirstCircle/ActiveResea

[Pharo-dev] what is demote?

2018-04-21 Thread Stephane Ducasse
demoteToRPackageNamed: aString | newRPackage | self unregister. newRPackage := self class organizer packageNamed: aString ifAbsent: [ (self class named: aString) register ]. newRPackage importPackage: self. newRPackage classes do: [ :each |

[Pharo-dev] [Pharo 7.0-dev] Build #792: 21750-ClassTestCase-do-not-need-to-ignore-DoIt-DoItIn-as-they-are-never-installed

2018-04-21 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #792 was: SUCCESS. The Pull Request #1234 was integrated: "21750-ClassTestCase-do-not-need-to-ignore-DoIt-DoItIn-as-they-are-never-installed" Pull request url: https://github.com/pharo-project/pharo/pull/1234 Issue Url: https

[Pharo-dev] [Pharo 7.0-dev] Build #791: 21743-Remove-dependency-of-Tool-Base-package-on-Komitter

2018-04-21 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #791 was: SUCCESS. The Pull Request #1226 was integrated: "21743-Remove-dependency-of-Tool-Base-package-on-Komitter" Pull request url: https://github.com/pharo-project/pharo/pull/1226 Issue Url: https://pharo.fogbugz.com/f/ca

[Pharo-dev] Spotter search in Catalog ?

2018-04-21 Thread Sven Van Caekenberghe
Hi, Do we have a Spotter extension/plugin that searches in the Catalog (meta data, descriptions) ? I though that would be really cool and help in discovering packages/frameworks. Sven