Re: [Pharo-dev] Adding class side inst.var to a class using Trait results in nil message sent

2017-05-09 Thread Martin Dias
Ok... I reproduced it. It happens when the class uses a trait (via Metaclass>>uses:instanceVariableNames:) but no problem when no trait is used. I'll see what to do. Martin On Tue, May 9, 2017 at 4:22 PM, Stephane Ducasse wrote: > Aliaksei > thanks for the report. Now

Re: [Pharo-dev] 08/05/17 - Tabular Data Structures for Data Analysis - Oleksandr Zaytsev

2017-05-09 Thread Eliot Miranda
Hi Denis, On Tue, May 9, 2017 at 2:47 PM, Denis Kudriashov wrote: > > 2017-05-09 22:16 GMT+02:00 Eliot Miranda : > >> I get that. But there's lots of code out there that expects classNamed: >> to answer nil for names tat don't name a class. Why

Re: [Pharo-dev] 08/05/17 - Tabular Data Structures for Data Analysis - Oleksandr Zaytsev

2017-05-09 Thread Eliot Miranda
Hi Denis, On Tue, May 9, 2017 at 2:47 PM, Denis Kudriashov wrote: > > 2017-05-09 22:16 GMT+02:00 Eliot Miranda : > >> I get that. But there's lots of code out there that expects classNamed: >> to answer nil for names tat don't name a class. Why

Re: [Pharo-dev] 08/05/17 - Tabular Data Structures for Data Analysis - Oleksandr Zaytsev

2017-05-09 Thread Oleks
I rewrote that test to self should: [Smalltalk globals classNamed: #notExistedClass] raise: ClassNotFound. It looks much better now. But I can't push it because Smalltalkhub is down. Should I fix these 21 errors (rewrite the tests for example) or did you decide that we don't need

Re: [Pharo-dev] 08/05/17 - Tabular Data Structures for Data Analysis - Oleksandr Zaytsev

2017-05-09 Thread Denis Kudriashov
2017-05-09 22:16 GMT+02:00 Eliot Miranda : > I get that. But there's lots of code out there that expects classNamed: > to answer nil for names tat don't name a class. Why break all that code? > If you had added checkedClassNamed: or some thing else then that old code >

[Pharo-dev] GSoC 2017 Introduction

2017-05-09 Thread Myroslava Romaniuk
Hello everyone I have been accepted as a GSoC student and my project is Advancing in Pharo Quality Support. Here 's the link to my proposal, if you have any suggestions feel free to comment or send

Re: [Pharo-dev] 08/05/17 - Tabular Data Structures for Data Analysis - Oleksandr Zaytsev

2017-05-09 Thread Eliot Miranda
Hi Denis, On Tue, May 9, 2017 at 12:51 PM, Denis Kudriashov wrote: > Hi Eliot. > > 2017-05-09 21:27 GMT+02:00 Eliot Miranda : > >> Hmmm, classNamed: has always answered nil for nonexistent classes. Did >> this get changed? Not sure that's right.

Re: [Pharo-dev] 08/05/17 - Tabular Data Structures for Data Analysis - Oleksandr Zaytsev

2017-05-09 Thread Denis Kudriashov
Hi Eliot. 2017-05-09 21:27 GMT+02:00 Eliot Miranda : > Hmmm, classNamed: has always answered nil for nonexistent classes. Did > this get changed? Not sure that's right. Why not add checkedClassNamed: > or some such? I created this issue. I am sure that returning nil

Re: [Pharo-dev] 08/05/17 - Tabular Data Structures for Data Analysis - Oleksandr Zaytsev

2017-05-09 Thread Denis Kudriashov
2017-05-09 18:44 GMT+02:00 Ben Coman : > I get 21 errors, since they have code like this... > self assert: (Smalltalk globals classNamed: originalName) isNil. > we should replace such places with Smalltalk globals includeClassNamed: originalName

Re: [Pharo-dev] 08/05/17 - Tabular Data Structures for Data Analysis - Oleksandr Zaytsev

2017-05-09 Thread Eliot Miranda
Hi Ben, On Tue, May 9, 2017 at 9:44 AM, Ben Coman wrote: > [redirected from pharo-gsoc to pharo-dev] > > On Tue, May 9, 2017 at 7:36 AM, Oleksandr Zaytsev > wrote: > > A. Improved my fix of this case: https://pharo.fogbugz.com/f/cases/19396, > as >

Re: [Pharo-dev] Adding class side inst.var to a class using Trait results in nil message sent

2017-05-09 Thread Stephane Ducasse
Aliaksei thanks for the report. Now if you do not say in the title that this looks like an Epicea problem then Martin may not see it. Can you open a bug entry? Stef On Mon, May 8, 2017 at 10:57 PM, Aliaksei Syrel wrote: > Hi, > > Screenshot tells everything :) > I was

Re: [Pharo-dev] Introduction (GSoC)

2017-05-09 Thread Stephane Ducasse
Welcome Rajula :) And yes I'm eager to see clap replace the old commandline handler Stef On Tue, May 9, 2017 at 1:04 PM, Tudor Girba wrote: > Welcome, Rajula. > > Please keep us posted with the progress. > > Cheers, > Doru > > > > > On May 9, 2017, at 12:45 PM, Rajula

Re: [Pharo-dev] 08/05/17 - Tabular Data Structures for Data Analysis - Oleksandr Zaytsev

2017-05-09 Thread Ben Coman
[redirected from pharo-gsoc to pharo-dev] On Tue, May 9, 2017 at 7:36 AM, Oleksandr Zaytsev wrote: > A. Improved my fix of this case: https://pharo.fogbugz.com/f/cases/19396, as > suggested by Ben Coman, and created a slice for it (I think it works like PR > in Pharo -

Re: [Pharo-dev] preparing to release: what do we do with this linux distros?

2017-05-09 Thread Esteban Lorenzano
no reason to complain, I was saying that we are expectantly waiting :D Esteban > On 9 May 2017, at 18:22, Norbert Hartl wrote: > > Me, too. But all the work is done by Holger because I don't find time. So no > reason to complain for me  > > Norbert > >> Am 09.05.2017 um

Re: [Pharo-dev] preparing to release: what do we do with this linux distros?

2017-05-09 Thread Norbert Hartl
Me, too. But all the work is done by Holger because I don't find time. So no reason to complain for me  Norbert > Am 09.05.2017 um 17:13 schrieb Esteban Lorenzano : > > yes, we are waiting for that :) > >> On 9 May 2017, at 17:10, Norbert Hartl >

Re: [Pharo-dev] preparing to release: what do we do with this linux distros?

2017-05-09 Thread Esteban Lorenzano
yes, we are waiting for that :) > On 9 May 2017, at 17:10, Norbert Hartl wrote: > > >> Am 09.05.2017 um 16:46 schrieb Sven Van Caekenberghe > >: >> >> >>> On 9 May 2017, at 16:10, Esteban Lorenzano >>

Re: [Pharo-dev] preparing to release: what do we do with this linux distros?

2017-05-09 Thread Norbert Hartl
> Am 09.05.2017 um 16:46 schrieb Sven Van Caekenberghe : > > >> On 9 May 2017, at 16:10, Esteban Lorenzano wrote: >> >> http://pharo.org/STAGE.gnu-linux-installation >> >> I don’t think they will work. >> We need to update or remove. >> >> Esteban > > It

Re: [Pharo-dev] preparing to release: what do we do with this linux distros?

2017-05-09 Thread Sven Van Caekenberghe
> On 9 May 2017, at 16:10, Esteban Lorenzano wrote: > > http://pharo.org/STAGE.gnu-linux-installation > > I don’t think they will work. > We need to update or remove. > > Esteban It is impossible to support all the Linux distros out there, they are a PIA if you ask may.

[Pharo-dev] preparing to release: what do we do with this linux distros?

2017-05-09 Thread Esteban Lorenzano
http://pharo.org/STAGE.gnu-linux-installation I don’t think they will work. We need to update or remove. Esteban

Re: [Pharo-dev] [ann] bloc & cairo+morphic

2017-05-09 Thread Alexandre Bergel
This is amazing! I gave a try an it really looks great! Alexandre > On May 8, 2017, at 6:00 PM, Tudor Girba wrote: > > Hi, > > We are happy to announce that based on the work of Glenn, Alex extended Bloc > (Sparta) to work directly in the Morphic world using Cairo as a

Re: [Pharo-dev] [ann] bloc & cairo+morphic

2017-05-09 Thread Norbert Hartl
Very good work. Thanks for that! Norbert > Am 08.05.2017 um 23:00 schrieb Tudor Girba : > > Hi, > > We are happy to announce that based on the work of Glenn, Alex extended Bloc > (Sparta) to work directly in the Morphic world using Cairo as a backend. > > Cairo is less

Re: [Pharo-dev] Introduction (GSoC)

2017-05-09 Thread Tudor Girba
Welcome, Rajula. Please keep us posted with the progress. Cheers, Doru > On May 9, 2017, at 12:45 PM, Rajula Vineet wrote: > > Hi all, > > I am Rajula. Firstly I would like to thank the community especially Guille > and Stéphane Ducasse for their support and

[Pharo-dev] Introduction (GSoC)

2017-05-09 Thread Rajula Vineet
Hi all, I am Rajula. Firstly I would like to thank the community especially Guille and Stéphane Ducasse for their support and guidance. I am glad that I have been given the opportunity to work on the GSoC project 'Enhancing Pharo Command Line Interface' this summer. The main goals of the

Re: [Pharo-dev] [ann] bloc & cairo+morphic

2017-05-09 Thread Denis Kudriashov
Great news! 2017-05-08 23:00 GMT+02:00 Tudor Girba : > Hi, > > We are happy to announce that based on the work of Glenn, Alex extended > Bloc (Sparta) to work directly in the Morphic world using Cairo as a > backend. > > Cairo is less powerful than Moz2D (see the screenshot

[Pharo-dev] [pharo-project/pharo-core] 8e2258: 60483

2017-05-09 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 8e2258e8197862907e88f46042cc8bebc62a773d https://github.com/pharo-project/pharo-core/commit/8e2258e8197862907e88f46042cc8bebc62a773d Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2017-05-09 Thread GitHub
Branch: refs/tags/60483 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [Moose-dev] [ann] bloc & cairo+morphic

2017-05-09 Thread philippe.b...@highoctane.be
Definitely great! It is nice to see feenk getting more Pharo solid engineering super powers. Phil Le 8 mai 2017 23:00, "Tudor Girba" a écrit : > Hi, > > We are happy to announce that based on the work of Glenn, Alex extended > Bloc (Sparta) to work directly in the