Re: [Pharo-dev] VM error in Arch Linux

2015-12-29 Thread Ferlicot D. Cyril
Le 29/12/2015 04:03, Ben Coman a écrit : > There is a setting in PharoLauncher > > A different approach to workaround Pharo 5 alpha transition in image > file format... > 1. Download latest VM + Image > http://pharo.org/download -- Development version: Pharo5 > or, get.pharo.org ... 50+

Re: [Pharo-dev] How can I load GTDebugger in 5.0 ?

2015-12-29 Thread Andrei Chis
I'm working now on a config for cleanly loading GTDebugger plus SUnit and bytecode extensions into Pharo 5. Hopefully it will be done by today or tomorrow. Cheers, Andrei On Tue, Dec 29, 2015 at 2:49 AM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > I tried: > > Gofer it > smalltalkhub

Re: [Pharo-dev] How to use ExternalAddress in callouts with new FFI?

2015-12-29 Thread Esteban Lorenzano
> On 28 Dec 2015, at 23:11, Mariano Martinez Peck wrote: > > > > On Mon, Dec 28, 2015 at 5:11 PM, Mariano Martinez Peck > wrote: > Hi Esteban, > > Previously, I was doing with NB something like this: > > pointer := NativeBoost allocate: 4. > self primitiveWhate

Re: [Pharo-dev] VM error in Arch Linux

2015-12-29 Thread Ben Coman
On Tue, Dec 29, 2015 at 7:58 PM, Ferlicot D. Cyril wrote: > Le 29/12/2015 04:03, Ben Coman a écrit : >> There is a setting in PharoLauncher >> >> A different approach to workaround Pharo 5 alpha transition in image >> file format... >> 1. Download latest VM + Image >> http://pharo.org/downloa

Re: [Pharo-dev] Kafka protocol

2015-12-29 Thread Dimitris Chloupis
Should be ? There is no "should be" it is what it is, if anyone wants something more he is more than welcomed to stop writing to the mailing list and use that time instead to sit his ass down and make the code . The potential of Pharo is unlimited but taking advantage of it is hard work and nothing

Re: [Pharo-dev] Kafka protocol

2015-12-29 Thread Robert Withers
You're right of course; I made bad choice of words. It is challenging me to explain what I meant as there is something reasonable I am trying to say. I will try. We all have our own interests and projects we wish to achieve in Pharo. Often this means everyone is working on their own directions

Re: [Pharo-dev] Kafka protocol

2015-12-29 Thread Dimitris Chloupis
and I spend an hour a day coding for pharo , and from that are maybe a 10% is for python support because I have many other needs, like Custom GUIs, visual coding tools, github integration etc etc. I am sure for many other coders the case is quite similar. Free time is a luxury. But in the end as w

Re: [Pharo-dev] Kafka protocol

2015-12-29 Thread Robert Withers
I feel there is something missing from your analysis I would like to highlight, Dimitris. Some projects can be solo. Others require collaborative planning. BigData requires collaboration, especially given it's commercial focus. If there is not interest, it is not a problem for me. As you, I h

[Pharo-dev] [OT] Dolphin 7 opensourced

2015-12-29 Thread Torsten Bergmann
Hi, just as an info and in case you missed it but might be interested: Dolphin Smalltalk for Windows 7 will be released open source (MIT licensed) on GitHub today ([1]/[2]). The sources for both the image and the virtual machine will be available. For those who do not know it: Dolphin is a Smal

Re: [Pharo-dev] [OT] Dolphin 7 opensourced

2015-12-29 Thread p...@highoctane.be
Hi, Interesting, as there is a lot of good support for Windows in it. How would you see this working along with Pharo? Phil On Tue, Dec 29, 2015 at 2:47 PM, Torsten Bergmann wrote: > Hi, > > just as an info and in case you missed it but might be interested: > > Dolphin Smalltalk for Windows 7

Re: [Pharo-dev] How can I load GTDebugger in 5.0 ?

2015-12-29 Thread Alexandre Bergel
When will this debugger be part of Pharo5? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Dec 29, 2015, at 7:16 AM, Andrei Chis wrote: > > I'm working now on a config for cleanly loa

[Pharo-dev] pillar question

2015-12-29 Thread Clément Bera
Is this the right place to ask questions about pillar ? I am trying to write documentation using pillar. I am now stuck at conditional printing and on the contrary to my previous issues I didn't find examples in other documentation written in pillar. In latex, I would do conditional printing this

Re: [Pharo-dev] [OT] Dolphin 7 opensourced

2015-12-29 Thread Esteban A. Maringolo
2015-12-29 11:26 GMT-03:00 p...@highoctane.be : > Interesting, as there is a lot of good support for Windows in it. This is REAL good news. > How would you see this working along with Pharo? I don't see much interaction between both, but I would recommend any Pharo developer to use it for a week

[Pharo-dev] Roassal2 in Pharo 5 -> segfault

2015-12-29 Thread Johan Fabry
Hi all, just in case this is not a known bug: Intensive use of Roassal2 in Pharo 5 causes a segfault of the mac vm. A crash.dump is attached. It’s the vm I got just now ( wget --quiet -O - get.pharo.org/50+vm | bash ) and Pharo5 with Alexes’ 17280 slice to make Roassal visualize shapes correct

Re: [Pharo-dev] How can I load GTDebugger in 5.0 ?

2015-12-29 Thread Andrei Chis
Hi Mariano, The code below loads GTDebugger and registers the extensions. Gofer it smalltalkhubUser: 'Moose' project: 'GToolkit'; package: 'ConfigurationOfGTDebugger'; load. (Smalltalk at: #ConfigurationOfGTDebugger) loadDevelopment. #GTGenericStackDebugger asClass register. #GTSUnitDebugger asCl

Re: [Pharo-dev] [Moose-dev] Roassal2 in Pharo 5 -> segfault

2015-12-29 Thread Alexandre Bergel
I have also seen some random crashes using Spur… Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Dec 29, 2015, at 2:33 PM, Johan Fabry wrote: > > Hi all, > > just in case this is not

Re: [Pharo-dev] How can I load GTDebugger in 5.0 ?

2015-12-29 Thread Mariano Martinez Peck
Hi Andrei, OK, the code loads correct now but I miss some changes you did back for 4.0. Remember the change on textAttributesForStackEntry: aContext (self selectedContext isNil or: self class enableStackColoring not) ifTrue: [ ^ {TextColor color: Smalltalk ui theme textColor} ]. * ^ Smalltalk u

Re: [Pharo-dev] How can I load GTDebugger in 5.0 ?

2015-12-29 Thread Andrei Chis
Hi Mariano, I actually forgot about that change. I'll add it tomorrow. Or if you have time today you can do it; it should be exactly as in the Pharo 4 version. Cheers, Andrei On Tue, Dec 29, 2015 at 10:03 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > Hi Andrei, > > OK, the code lo

Re: [Pharo-dev] How can I load GTDebugger in 5.0 ?

2015-12-29 Thread Tudor Girba
Right after the configuration is ready :) Doru > On Dec 29, 2015, at 4:31 PM, Alexandre Bergel wrote: > > When will this debugger be part of Pharo5? > > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,

Re: [Pharo-dev] How can I load GTDebugger in 5.0 ?

2015-12-29 Thread Mariano Martinez Peck
On Tue, Dec 29, 2015 at 6:13 PM, Andrei Chis wrote: > Hi Mariano, > > I actually forgot about that change. > I'll add it tomorrow. Or if you have time today you can do it; it should > be exactly as in the Pharo 4 version. > > I want to commit but I don't have access. Could you add me to the team

Re: [Pharo-dev] How can I load GTDebugger in 5.0 ?

2015-12-29 Thread Andrei Chis
Done On Tue, Dec 29, 2015 at 10:25 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > > > On Tue, Dec 29, 2015 at 6:13 PM, Andrei Chis > wrote: > >> Hi Mariano, >> >> I actually forgot about that change. >> I'll add it tomorrow. Or if you have time today you can do it; it should >> be e

Re: [Pharo-dev] How can I load GTDebugger in 5.0 ?

2015-12-29 Thread Mariano Martinez Peck
May I commit also the change to NOT render setUp/tearDown pane if both implementations are the default one of TestCase? Thanks! On Tue, Dec 29, 2015 at 6:30 PM, Andrei Chis wrote: > Done > > On Tue, Dec 29, 2015 at 10:25 PM, Mariano Martinez Peck < > marianop...@gmail.com> wrote: > >> >> >> On

Re: [Pharo-dev] How can I load GTDebugger in 5.0 ?

2015-12-29 Thread Andrei Chis
Of course. Feel free to commit as many improvements as you want :) Just what solution did you have in mind? Ideally the pane displaying setUp/tearDown should only be visible when those methods exist, but the structure of a tabulator browser in glamour cannot be changed dynamically. On Tue, Dec 29

Re: [Pharo-dev] #sum:, #detectSum:, #sumNumbers:

2015-12-29 Thread Sven Van Caekenberghe
Hi Henrik, > On 25 Dec 2015, at 14:08, Henrik Nergaard wrote: > > Like this? > http://smalltalkhub.com/#!/~Latsabben/NumIt That is a cool take on a possible approach. Thanks for doing it, it makes it much easier to think about and discuss alternatives. This inspired me to do something similar

Re: [Pharo-dev] How can I load GTDebugger in 5.0 ?

2015-12-29 Thread Mariano Martinez Peck
On Tue, Dec 29, 2015 at 6:53 PM, Andrei Chis wrote: > Of course. Feel free to commit as many improvements as you want :) > > Just what solution did you have in mind? Ideally the pane displaying > setUp/tearDown should only be visible when those methods exist, but the > structure of a tabulator br

Re: [Pharo-dev] How can I load GTDebugger in 5.0 ?

2015-12-29 Thread Mariano Martinez Peck
On Tue, Dec 29, 2015 at 8:00 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > > > On Tue, Dec 29, 2015 at 6:53 PM, Andrei Chis > wrote: > >> Of course. Feel free to commit as many improvements as you want :) >> >> Just what solution did you have in mind? Ideally the pane displaying >>

Re: [Pharo-dev] Kafka protocol

2015-12-29 Thread Ben Coman
On Tue, Dec 29, 2015 at 11:20 PM, Dimitris Chloupis wrote: > Should be ? There is no "should be" it is what it is, if anyone wants > something more he is more than welcomed to stop writing to the mailing list > and use that time instead to sit his ass down and make the code. I think Its okay to s

Re: [Pharo-dev] Kafka protocol

2015-12-29 Thread Robert Withers
> On Dec 29, 2015, at 19:50, Ben Coman wrote: > > On Tue, Dec 29, 2015 at 11:20 PM, Dimitris Chloupis > wrote: >> Should be ? There is no "should be" it is what it is, if anyone wants >> something more he is more than welcomed to stop writing to the mailing list >> and use that time instead to

Re: [Pharo-dev] pillar question

2015-12-29 Thread Damien Cassou
On December 29, 2015 5:56:02 PM GMT+01:00, "Clément Bera" wrote: >Is this the right place to ask questions about pillar ? > >I am trying to write documentation using pillar. I am now stuck at >conditional printing and on the contrary to my previous issues I didn't >find examples in other document