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

2017-05-10 Thread Torsten Bergmann
When I try to download on OSX the #dev version as outlined on Tudors blog the download of the Moz2D lib for OSX fails: code tries to #download in class MozLibraryMacInstaller from http://syrel.ch/download.php?url=https://dl.bintray.com/syrel/Moz2D/osx/development/i386/libMoz2D.dylib which just

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

2017-05-10 Thread Aliaksei Syrel
Hi Torsten, There might be a random problem with "proxy" server. The initial problem is that I could not find a way how to download a file from bintray.com using Pharo built-in download services. That is why I had to create a "proxy" server based on my private page as a temporary workaround. I

Re: [Pharo-dev] 10/05/17 - Advancing in Pharo Code Quality Support - Myroslava Romaniuk

2017-05-10 Thread Cyril Ferlicot D.
Le 10/05/2017 à 21:14, Myroslava Romaniuk a écrit : > A. Work done: > > * converted a new rule and updated my git repository > * read chapters 5 and 6 of the 'Pharo by Example' book > * started collaborating with my mentors using a Trello board > > > B. Next steps: > > * continue

[Pharo-dev] 10/05/17 - Advancing in Pharo Code Quality Support - Myroslava Romaniuk

2017-05-10 Thread Myroslava Romaniuk
A. Work done: - converted a new rule and updated my git repository - read chapters 5 and 6 of the 'Pharo by Example' book - started collaborating with my mentors using a Trello board B. Next steps: - continue reading 'Pharo by Example' - update and convert more rules - watch

Re: [Pharo-dev] GSoC 2017 Introduction

2017-05-10 Thread Myroslava Romaniuk
Ben: thanks! Yeah Stef came to my uni to give lectures to Masters students and also a few workshops open for everyone, and I decided to go and see what it was, and I was immediately interested. Plus later Yuriy also came to give a few lectures and we got talking about what I could for Pharo,

Re: [Pharo-dev] Missing plugins to make the vmProfiler work on Pharo

2017-05-10 Thread Max Leske
Hi Sophie, You will have to compile your own VM for the moment. It's fairly easy but you might run into problems when including the extra plugin. To build the VM, follow the instructions on https://github.com/OpenSmalltalk/opensmalltalk-vm

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

2017-05-10 Thread Martin Dias
No problem. Just created case 20042 with this. On Wed, May 10, 2017 at 4:03 AM, Stephane Ducasse wrote: > Tx martin. > > On Wed, May 10, 2017 at 5:24 AM, Martin Dias wrote: > >> Ok... I reproduced it. It happens when the class uses a trait (via >>

[Pharo-dev] Missing plugins to make the vmProfiler work on Pharo

2017-05-10 Thread Sophie Kaleba
Hi Esteban, Hi all, I am working on porting the Squeak VMProfiler to Pharo as a gsoc (I will post a more detailed presentation about that in the mailing list later today). While trying to use the profiler with the Pharo VM, I get the following error : "PrimitiveFailed : primitive

[Pharo-dev] [pharo-project/pharo-core] 48849c: 60484

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

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

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

Re: [Pharo-dev] Missing plugins to make the vmProfiler work on Pharo

2017-05-10 Thread Clément Bera
Hi Max, She has already done that. The point is to add the plugins in the default Pharo VM, so everyone can use the VM profiler. We would like to have the VM profiler loadable through the Pharo catalog, but many people won't be able to use it if the default Pharo VM does not support it... The

Re: [Pharo-dev] Missing plugins to make the vmProfiler work on Pharo

2017-05-10 Thread Max Leske
OK, I see. > On 10 May 2017, at 15:11, Clément Bera wrote: > > Hi Max, > > She has already done that. The point is to add the plugins in the default > Pharo VM, so everyone can use the VM profiler. We would like to have the VM > profiler loadable through the Pharo

Re: [Pharo-dev] Introduction (GSoC)

2017-05-10 Thread Rajula Vineet
Thanks, Doru. Will keep the community updated. -- View this message in context: http://forum.world.st/Introduction-GSoC-tp4946020p4946450.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] Introduction (GSoC)

2017-05-10 Thread Rajula Vineet
Thanks, Stef. -- View this message in context: http://forum.world.st/Introduction-GSoC-tp4946020p4946451.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] Missing plugins to make the vmProfiler work on Pharo

2017-05-10 Thread Nicolas Cellier
Hi Sophie, you could try and modify the plugins.int or plugins.ext files for various pharo distributions and do a pull request on github opensmalltalk-vm. Then let Esteban accept the request or not before the release of Pharo... (if the build are green, there's no reason to not accept it).

Re: [Pharo-dev] Missing plugins to make the vmProfiler work on Pharo

2017-05-10 Thread Esteban A. Maringolo
If it is a plug-in, why does it need VM recompilation? Esteban A. Maringolo 2017-05-10 12:15 GMT-03:00 Nicolas Cellier : > Hi Sophie, > you could try and modify the plugins.int or plugins.ext files for various > pharo distributions and do a pull request

Re: [Pharo-dev] GSoC 2017 Introduction

2017-05-10 Thread Ben Coman
Welcome Myro, Good to see you getting involved early in the process. I understand you bumped into Pharo at your university, but there seems no great Pharo presence there. I'd be interested to hear a bit more about how you discovered Pharo. cheers -ben On Wed, May 10, 2017 at 4:58 AM, Myroslava

Re: [Pharo-dev] Missing plugins to make the vmProfiler work on Pharo

2017-05-10 Thread Clément Bera
On Wed, May 10, 2017 at 5:28 PM, Esteban A. Maringolo wrote: > If it is a plug-in, why does it need VM recompilation? > Internal plugins require VM recompilation. Only external plugins do not. > > Esteban A. Maringolo > > > > > > > 2017-05-10 12:15 GMT-03:00 Nicolas

Re: [Pharo-dev] Missing plugins to make the vmProfiler work on Pharo

2017-05-10 Thread Sophie Kaleba
Thanks for your help! @Nicolas, I'll do it that way 2017-05-10 17:15 GMT+02:00 Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com>: > Hi Sophie, > you could try and modify the plugins.int or plugins.ext files for various > pharo distributions and do a pull request on github opensmalltalk-vm. >

Re: [Pharo-dev] Missing plugins to make the vmProfiler work on Pharo

2017-05-10 Thread Esteban A. Maringolo
2017-05-10 13:38 GMT-03:00 Clément Bera : > On Wed, May 10, 2017 at 5:28 PM, Esteban A. Maringolo > wrote: >> If it is a plug-in, why does it need VM recompilation? > > Internal plugins require VM recompilation. Only external plugins do not. It was

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

2017-05-10 Thread Pavel Krivanek
2017-05-09 18:44 GMT+02:00 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

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

2017-05-10 Thread Tudor Girba
Thanks, Martin. Doru > On May 10, 2017, at 5:24 AM, Martin Dias wrote: > > 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,

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

2017-05-10 Thread Stephane Ducasse
Tx martin. On Wed, May 10, 2017 at 5:24 AM, Martin Dias wrote: > 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

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

2017-05-10 Thread Denis Kudriashov
Hi Eliot. 2017-05-10 3:11 GMT+02:00 Eliot Miranda : > OK, So what's the right way to see if a class exists or not without > raising an error? We need few methods here (I point to them in issue page): - includesClassNamed: aString - classNamed: aString ifAbsent: aBlock

Re: [Pharo-dev] GSoC 2017 Introduction

2017-05-10 Thread Stephane Ducasse
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] GSoC 2017 Introduction

2017-05-10 Thread Stephane Ducasse
Hello myroslava I'm happy for you and this is great for the community. Stef @Ben: I gave lectures to oleks and myroslava when I was at UCU during the fall. On Wed, May 10, 2017 at 5:34 PM, Ben Coman wrote: > Welcome Myro, > Good to see you getting involved early in the

Re: [Pharo-dev] 10/05/17 - Advancing in Pharo Code Quality Support - Myroslava Romaniuk

2017-05-10 Thread Yuriy Tymchuk
At some point you should learn about pattern code and rewrite rules. And AFAIK the information is super limited. The is some info here: http://www.refactory.com/the-rewritetool . There are also nice in-Pharo help chapters “Refactoring Framework > RB

Re: [Pharo-dev] GSoC 2017 Introduction

2017-05-10 Thread Yuriy Tymchuk
> On 10 May 2017, at 22:15, Stephane Ducasse wrote: > > I think that we should remove the thiumb up/down because nobody uses them. Damn, I forgot to do that… It would be nice to replace it with other stuff, but yes, it won’t make much sense especially when I stop

Re: [Pharo-dev] GSoC 2017 Introduction

2017-05-10 Thread Mark Rizun
- match-rewrite tool (combines features of matchtool and rewritetool, improves the process of inspecting, creating, editing and removing rules) YES YES YES. It would be great if you can also agregate the tool of mark Rizun. Hi Myroslava, I would be glad to help in case you have any