[Pharo-dev] [Pharo 7.0-dev] Build #541: 21308 Remove unnecessary "self run:" in ArrayTest

2018-02-13 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #541 was: SUCCESS. The Pull Request #848 was integrated: "21308 Remove unnecessary "self run:" in ArrayTest" Pull request url: https://github.com/pharo-project/pharo/pull/848 Issue Url:

[Pharo-dev] [ANN] 15/2: Pharo TechTalk: Contributing to Pharo 7

2018-02-13 Thread Marcus Denker
Pharo TechTalk: Contributing to Pharo 7 When? 15 Feb 2018 5:00 PM - 7:00 PM (UTC+01:00) What? Contributing to Pharo7 We will show: - How to submit issue tracker entries to the Pharo Issue Tracker - How to do a Pull Request if you want to do a fix or enhancment - How to

[Pharo-dev] Iceberg 0.6.8 backported to 6.1

2018-02-13 Thread Esteban Lorenzano
Hi, I backported iceberg 0.6.8 to Pharo 6.1, so now it is in sync with the version on Pharo 7.0 Esteban

Re: [Pharo-dev] Iceberg 0.6.8 backported to 6.1

2018-02-13 Thread Julien
Nice, thank you! Julien --- Julien Delplanque Doctorant à l’Université de Lille 1 http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40 > Le 13 févr. 2018 à 13:33, Esteban Lorenzano

Re: [Pharo-dev] Iceberg 0.6.8 backported to 6.1

2018-02-13 Thread Sean P. DeNigris
EstebanLM wrote > I backported iceberg 0.6.8 to Pharo 6.1, so now it is in sync with the > version on Pharo 7.0 Sweet! I think I should now be able to get all my CI back up and running on GitLab :) - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

[Pharo-dev] NeoCSV nil-Handling

2018-02-13 Thread Sean P. DeNigris
I'd like a hook to specify default values more dynamically. The use case is that I created a glue layer between Magritte and NeoCSV so one can meta-describe how to extract CSV fields into objects. For example: ``` descriptionDate ^ MADateDescription new

[Pharo-dev] [Pharo 7.0-dev] Build #542: 21332-Jobs-from-the-same-PR-should-not-run-in-parallel

2018-02-13 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #542 was: FAILURE. The Pull Request #875 was integrated: "21332-Jobs-from-the-same-PR-should-not-run-in-parallel" Pull request url: https://github.com/pharo-project/pharo/pull/875 Issue Url:

Re: [Pharo-dev] Best VM for the Mac>

2018-02-13 Thread Sean P. DeNigris
Stephane Ducasse-3 wrote > Well, do NOT rely on them on Sierra. > I can crash such VM while typing code. >> wget -O- get.pharo.org/vmLatest70 | bash >> wget -O- get.pharo.org/64/vmLatest70 | bash Are these now safe to use? I have been waiting to update until the crashing issues were

Re: [Pharo-dev] what is

2018-02-13 Thread Stephane Ducasse
Thierry when I select a pragma and do senders of I see all the users. Now I do not see why this would be difficult to see to have implementors. And pragma can be use to perform action now people can decide to do what they want. Since pragma arguments are literal, I think that for example the

Re: [Pharo-dev] Cleaning up... baseClass, instanceSide, theNonMetaclass

2018-02-13 Thread Stephane Ducasse
xkcd so to the point. So we will kill two and keep one. On Mon, Feb 12, 2018 at 12:12 PM, Ben Coman wrote: > I found it quite insightful when I read someone describe that the way > Smalltalk uses Classes is essentially the Factory Pattern. > That makes me wonder whether

[Pharo-dev] [Pharo 7.0-dev] Build #539: 21330-CannotDeleteFileException-should-be-thrown-instead-of-FileException-

2018-02-13 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #539 was: SUCCESS. The Pull Request #873 was integrated: "21330-CannotDeleteFileException-should-be-thrown-instead-of-FileException-" Pull request url: https://github.com/pharo-project/pharo/pull/873 Issue Url:

[Pharo-dev] [Pharo 7.0-dev] Build #540: 21303 Remove unnecessary "self run:" in TestValueWithinFix

2018-02-13 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #540 was: SUCCESS. The Pull Request #853 was integrated: "21303 Remove unnecessary "self run:" in TestValueWithinFix" Pull request url: https://github.com/pharo-project/pharo/pull/853 Issue Url:

Re: [Pharo-dev] what is

2018-02-13 Thread Stephane Ducasse
So I got the answer: pragmas to be removed. So I will remove them. Stef On Sun, Feb 11, 2018 at 6:48 PM, Stephane Ducasse wrote: > Hi > > what is this pragma in metaclass method? > > Stef

Re: [Pharo-dev] Point>>#rotateBy:about: has a bad comment

2018-02-13 Thread Stephane Ducasse
Thanks julien On Mon, Feb 12, 2018 at 7:01 PM, Julien wrote: > Hello, > > Concerning this case I just opened: > https://pharo.fogbugz.com/f/cases/21329/Point-rotateBy-about-has-a-bad-comment > > I’d like your opinion about it. > > I just copy in this mail what I said

Re: [Pharo-dev] Best VM for the Mac>

2018-02-13 Thread Eliot Miranda
Hi Sean, > On Feb 13, 2018, at 5:55 AM, Sean P. DeNigris wrote: > > Stephane Ducasse-3 wrote >> Well, do NOT rely on them on Sierra. >> I can crash such VM while typing code. >>> wget -O- get.pharo.org/vmLatest70 | bash >>> wget -O- get.pharo.org/64/vmLatest70 |

Re: [Pharo-dev] Best VM for the Mac>

2018-02-13 Thread Tudor Girba
Great news! Any idea of when this will make its way to the Pharo VM? Cheers, Doru > On Feb 13, 2018, at 4:18 PM, Eliot Miranda wrote: > > Hi Sean, > > On Feb 13, 2018, at 5:55 AM, Sean P. DeNigris wrote: > >> Stephane Ducasse-3 wrote >>>

Re: [Pharo-dev] Iceberg 0.6.8 backported to 6.1

2018-02-13 Thread Sean P. DeNigris
EstebanLM wrote > I backported iceberg 0.6.8 to Pharo 6.1, so now it is in sync with the > version on Pharo 7.0 Hmm, Launcher still seems to download the same image version as before (#529), and MCGitlabRepository is still missing #httpsUrl and #scpUrl, which are present in Iceberg 0.6.8

[Pharo-dev] [Pharo 7.0-dev] Build #543: 21326-RubSmalltalkEditorfindClassFromAST-fallbackBlock-is-Undeclared-

2018-02-13 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #543 was: SUCCESS. The Pull Request #877 was integrated: "21326-RubSmalltalkEditorfindClassFromAST-fallbackBlock-is-Undeclared-" Pull request url: https://github.com/pharo-project/pharo/pull/877 Issue Url:

Re: [Pharo-dev] Best VM for the Mac>

2018-02-13 Thread Esteban Lorenzano
no because for some reason libgit2 was not in the final bundle for mac. I need to check what happened there. Esteban > On 13 Feb 2018, at 14:55, Sean P. DeNigris wrote: > > Stephane Ducasse-3 wrote >> Well, do NOT rely on them on Sierra. >> I can crash such VM while

Re: [Pharo-dev] [ANN] 15/2: Pharo TechTalk: Contributing to Pharo 7

2018-02-13 Thread Marcus Denker
> On 13 Feb 2018, at 13:03, Marcus Denker wrote: > > Pharo TechTalk: Contributing to Pharo 7 > > When? 15 Feb 2018 5:00 PM - 7:00 PM (UTC+01:00) > What? Contributing to Pharo7 > > We will show: > - How to submit issue tracker entries to the Pharo Issue Tracker >

[Pharo-dev] Ficus question

2018-02-13 Thread Stephane Ducasse
Hi martin I would like to know what is the API Ficus uses from TClass. Do you have an idea? Stef

Re: [Pharo-dev] Best VM for the Mac>

2018-02-13 Thread Sean P. DeNigris
EstebanLM wrote > no because for some reason libgit2 was not in the final bundle for mac. > I need to check what happened there. Okay, I'll stand by. Thanks for the update. - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

Re: [Pharo-dev] OpalCompiler evaluate speed

2018-02-13 Thread Marcus Denker
> On 24 Nov 2017, at 10:54, Marcus Denker wrote: > > > >> On 23 Nov 2017, at 23:37, Clément Bera wrote: >> >> Hi Nicolas. >> >> Just some comments: >> >> Another thing you can try is to remove the allocation of Opal's IR. It seems >>

Re: [Pharo-dev] Ficus question

2018-02-13 Thread Stephane Ducasse
Thanks martin. I will check with Pavel when he is back from vacation because these traits looks dated to me. S. On Tue, Feb 13, 2018 at 7:58 PM, Martin Dias wrote: > Hi Stef, I've just loaded Ficus in latest 6.1, and I didn't find any usage > of TClass. > > I printed

Re: [Pharo-dev] Ficus question

2018-02-13 Thread Martin Dias
Hi Stef, I've just loaded Ficus in latest 6.1, and I didn't find any usage of TClass. I printed "TClass users" and got "an IdentitySet(Trait Class)" Then I browsed the code, and what I see in relation to your question is: - RFiBehavior uses TClassDescription and TBehavior - RFiAbstractTrait

Re: [Pharo-dev] [ANN] Pharo Consortium New Platinum Member: ENSTA Bretagne

2018-02-13 Thread Tudor Girba
Very cool, indeed! Doru > On Feb 13, 2018, at 8:58 PM, Stephane Ducasse wrote: > > We are super happy! > > > On Tue, Feb 13, 2018 at 7:55 PM, Marcus Denker wrote: >> The Pharo Consortium is very happy to announce that ENSTA Bretagne >> has

[Pharo-dev] [ANN] Pharo Consortium New Platinum Member: ENSTA Bretagne

2018-02-13 Thread Marcus Denker
The Pharo Consortium is very happy to announce that ENSTA Bretagne has joined the Consortium as a Platinum Member. About - ENSTA Bretagne: http://www.ensta-bretagne.fr - Pharo Consortium: http://consortium.pharo.org The goal of the Pharo Consortium is to allow companies and institutions to

Re: [Pharo-dev] [ANN] Pharo Consortium New Platinum Member: ENSTA Bretagne

2018-02-13 Thread Stephane Ducasse
We are super happy! On Tue, Feb 13, 2018 at 7:55 PM, Marcus Denker wrote: > The Pharo Consortium is very happy to announce that ENSTA Bretagne > has joined the Consortium as a Platinum Member. > > About > - ENSTA Bretagne: http://www.ensta-bretagne.fr > - Pharo

Re: [Pharo-dev] Ficus question

2018-02-13 Thread Norbert Hartl
What is Ficus? Norbert > Am 13.02.2018 um 18:23 schrieb Stephane Ducasse : > > Hi martin > > I would like to know what is the API Ficus uses from TClass. > Do you have an idea? > > > Stef