Re: [Pharo-users] Documentation on Traits

2019-01-09 Thread Torsten Bergmann
Maybe this collection in my wiki can help you: http://wiki.astares.com/pharo/115 There are also many tests in the image that you can check regarding traits, slots, meta links, ... so you have the source luke. Bye T.   

Re: [Pharo-users] Documentation on Traits

2019-01-09 Thread Steffen Märcker
Maybe I missed that part: Can conflicts with slots occur? The section on conflicts only mentions methods as cause. Do you have a pointer to a slots documentation? Am 9. Januar 2019 20:32:51 MEZ schrieb "Cyril Ferlicot D." : >Le 09/01/2019 à 18:49, Steffen Märcker a écrit : >> Nice. Do you know

Re: [Pharo-users] Documentation on Traits

2019-01-09 Thread Cyril Ferlicot D.
Le 09/01/2019 à 18:49, Steffen Märcker a écrit : > Nice. Do you know where to find details on stateful traits and slots? I > am familiar with stateless traits and wonder how state is incoeporated > and how conflicts are handled. > The guide I send cover the user documentation of Stateful traits a

Re: [Pharo-users] Documentation on Traits

2019-01-09 Thread Steffen Märcker
Nice. Do you know where to find details on stateful traits and slots? I am familiar with stateless traits and wonder how state is incoeporated and how conflicts are handled. Best, Steffen Am 9. Januar 2019 15:21:09 MEZ schrieb Konrad Hinsen : >Cyril Ferlicot writes: > >> There is documentatio

Re: [Pharo-users] Documentation on Traits

2019-01-09 Thread Konrad Hinsen
Cyril Ferlicot writes: > There is documentation on Traits here: > https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Traits.md Great, thanks! Konrad.

Re: [Pharo-users] Documentation on Traits

2019-01-09 Thread Cyril Ferlicot
On Wed, Jan 9, 2019 at 11:15 AM Konrad Hinsen wrote: > > Dear Pharo experts, > Hello, > Is there any documentation on traits as implemented in Pharo 7? It's > easy to find discussions about the trait feature over the years, plus > slides and related stuff, but I am not sure what the current actu

Re: [Pharo-users] Documentation

2017-07-27 Thread Stephane Ducasse
Hi jimmie I would love to be a native english speaker because it would really help me to produce high-level quality documentation. I decided that I cannot do much about it so I write. So if you can read the booklet and fix the english it would be already great. Tx a lot. BTW I think that with one

Re: [Pharo-users] Documentation

2017-07-27 Thread Jimmie Houchin
Thanks. That can get me started. I can start learning and develop processes that work for me. Thanks. Jimmie On 07/27/2017 03:02 AM, p...@highoctane.be wrote: pillar things: fork and PR Use https://github.com/cdlm/docker-texlive for generating artefacts like PDFs. Edit in any text edito

Re: [Pharo-users] Documentation

2017-07-27 Thread Offray Vladimir Luna Cárdenas
Hi Jimmie, I really like the impulse you bring and the recent discussion about Beyond Live Coding... it is pretty timely precisely about a discussion we were having with one friend about Python vs Pharo. On the documentation front, I have created a interactive documentation called Grafoscopio [1]

Re: [Pharo-users] Documentation

2017-07-27 Thread Herby Vojčík
Herby Vojčík wrote: Jimmie Houchin wrote: I am looking at participating in the documentation if that is a good area to plug in. Pity there isn't someone like you for Amber. It's documentation is in *$##^, s/It's/Its/ horrible state. (I don't know for Pharo's one :-) ) Herby

Re: [Pharo-users] Documentation

2017-07-27 Thread Herby Vojčík
Jimmie Houchin wrote: I am looking at participating in the documentation if that is a good area to plug in. Pity there isn't someone like you for Amber. It's documentation is in horrible state. (I don't know for Pharo's one :-) ) Herby

Re: [Pharo-users] Documentation

2017-07-27 Thread p...@highoctane.be
pillar things: fork and PR Use https://github.com/cdlm/docker-texlive for generating artefacts like PDFs. Edit in any text editor. I am using Vim with pillar syntax. There is some Emacs available but I do not use Emacs. HTH Phil On Jul 26, 2017 22:58, "Jimmie Houchin" wrote: I am looking

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-04 Thread Offray Vladimir Luna Cárdenas
Hi Damien, I will use a modified version of the Pharo 5 environment packaged for the current MOOC for a quick building and with more time I will create new ConfigurationOf for my projects and debug the current ones. Thanks, Offray On 04/05/16 04:50, Damien Cassou wrote: Offray Vladimir Lun

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-04 Thread Damien Cassou
Offray Vladimir Luna Cárdenas writes: > I would like to made one of my images available through Pharo > Launcher. Anyone knows where I can find documentation about this? I > can't find anything on the StHub page for the project. I agree with both Serge and Cédrick. Their solution is easy and the

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-03 Thread Peter Uhnák
> prepackaged version of Moose 6 for Windows, Linux y Mac Moose is just Pharo image + changes; you can use the same Moose image on all platforms. And moose is just installed on top of Pharo 5 image (it's just a bunch of commands executed on top of Pharo 5 image https://ci.inria.fr/moose/job/moose-

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-03 Thread Offray Vladimir Luna Cárdenas
Yes, that would be nice and easier, but I don't know if we have a prepackaged version of Moose 6 for Windows, Linux y Mac or where I can get it. Pointers anyone? Cheers, Offray On 03/05/16 12:33, Johan Fabry wrote: Hola, A thought: you can probably just open an image of a working version of

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-03 Thread Johan Fabry
Hola, A thought: you can probably just open an image of a working version of yours and do a save-as inside the bundle or zip, overwriting the image that is there. > On May 3, 2016, at 14:03, Offray Vladimir Luna Cárdenas > wrote: > > Hi Johan, > > At this moment I would like the quickest alt

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-03 Thread Offray Vladimir Luna Cárdenas
Hi Johan, At this moment I would like the quickest alternative, and maybe what you propose is the path to follow. I have downloaded the Windows and Mac bundles. I imagine that creating my own variant would mean to change the pharo binary, image, sources and changes file in each of them to prov

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-03 Thread Johan Fabry
> On May 3, 2016, at 12:08, Peter Uhnák wrote: > > > > On Tue, May 3, 2016 at 4:55 PM, Johan Fabry > wrote: > > Maybe a silly question, but why don’t you make a 1-file download like the > default options provided for Pharo 4.0 on http://pharo.org/download >

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-03 Thread Cédrick Béler
If you want to reproduce the "preloaded stuff » (build one image everyday for instance), you’ll have to create first a ConfigurationOfYouApplication describing your dependencies/requirements. Then 2 choices: - you load the configuration in a base image and then you load from the configuration in

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-03 Thread Peter Uhnák
On Tue, May 3, 2016 at 4:55 PM, Johan Fabry wrote: > > Maybe a silly question, but why don’t you make a 1-file download like the > default options provided for Pharo 4.0 on http://pharo.org/download For > example, on MacOS it gives you an .app file that you just double-click. > How does that pla

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-03 Thread Johan Fabry
Maybe a silly question, but why don’t you make a 1-file download like the default options provided for Pharo 4.0 on http://pharo.org/download For example, on MacOS it gives you an .app file that you just double-click. > On May 3, 2016, at 11:43, Offray Vladimir Luna Cárdenas > wrote: > > Hi

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-03 Thread Offray Vladimir Luna Cárdenas
Hi Ben, I mean for others to use. My idea is to use PharoLauncher to package and execute an image with preloaded stuff. I will check the suggestions of Cédrick and Serge. Thanks, Offray On 03/05/16 05:30, Ben Coman wrote: On Tue, May 3, 2016 at 8:14 AM, Offray Vladimir Luna Cárdenas wrote

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-03 Thread Ben Coman
On Tue, May 3, 2016 at 8:14 AM, Offray Vladimir Luna Cárdenas wrote: > Hi all. > > I would like to made one of my images available through Pharo Launcher. > Anyone knows where I can find documentation about this? I can't find > anything on the StHub page for the project. > > Thanks, > > Offray >

Re: [Pharo-users] Documentation about Pharo Launcher?

2016-05-02 Thread serge . stinckwich
Images available through PharoLauncher are images on the CI server : https://ci.inria.fr/pharo-contribution/ You need to add a CI job. Sent from my iPhone > On 3 mai 2016, at 02:14, Offray Vladimir Luna Cárdenas > wrote: > > Hi all. > > I would like to made one of my images available through

Re: [Pharo-users] documentation for refactoring tools in Pharo 2

2013-07-05 Thread Damien Cassou
On Thu, Jul 4, 2013 at 5:11 PM, Paul DeBruicker wrote: > Camillo and I deteremined that its probably a Nautilus bug that prevents > the "Code Rewriting" tools from working in Pharo 2 (I'm using 20606) > from within the browser (see > > http://forum.world.st/how-to-use-RBClassRegexRefactoring-in-P

Re: [Pharo-users] documentation for refactoring tools in Pharo 2

2013-07-04 Thread Benjamin
It is, And we fixed that in 3.0 a month ago. The problem is that a special behaviour is needed when the code is accepted. The fix could be back ported without too much problem I think Ben On Jul 4, 2013, at 5:11 PM, Paul DeBruicker wrote: > On 07/03/2013 10:43 PM, Marcus Denker wrote: >> >>

Re: [Pharo-users] documentation for refactoring tools in Pharo 2

2013-07-04 Thread Paul DeBruicker
On 07/03/2013 10:43 PM, Marcus Denker wrote: > > On Jul 4, 2013, at 12:04 AM, Paul DeBruicker wrote: > >> Is there any documentation on the changes between 1.4 and 2 for the >> refactoring tools? Or how to use them effectively to refactor code? >> >> I'm familiar with Lukas Renggli's writing on

Re: [Pharo-users] documentation for refactoring tools in Pharo 2

2013-07-04 Thread Stéphane Ducasse
On Jul 4, 2013, at 12:04 AM, Paul DeBruicker wrote: > Is there any documentation on the changes between 1.4 and 2 for the > refactoring tools? Or how to use them effectively to refactor code? > > I'm familiar with Lukas Renggli's writing on them and used them > regularly in 1.4. > > I'm just t

Re: [Pharo-users] documentation for refactoring tools in Pharo 2

2013-07-03 Thread Marcus Denker
On Jul 4, 2013, at 12:04 AM, Paul DeBruicker wrote: > Is there any documentation on the changes between 1.4 and 2 for the > refactoring tools? Or how to use them effectively to refactor code? > > I'm familiar with Lukas Renggli's writing on them and used them > regularly in 1.4. > > I'm just t