[Pharo-users] Documentation system within Pharo

2019-03-09 Thread Hilaire
Hi,

Do we have any tool to browse external documentation from Pharo?

I will be interested to give the option to DrGeo user to read
programming documentation from Pharo (DrGeo doc use the texinfo format[1]).

An Info reader will be even greater but I don't think we have one.

Hilaire

[1] https://www.gnu.org/software/texinfo/

-- 
Dr. Geo
http://drgeo.eu





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 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 and
>how
>to handle conflict.
>
>What it does not cover are Slots (that are independents from Traits)
>and
>implementation documentation.
>
>> Best, Steffen
>> 
>
>
>-- 
>Cyril Ferlicot
>https://ferlicot.fr


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 and how
to handle conflict.

What it does not cover are Slots (that are independents from Traits) and
implementation documentation.

> Best, Steffen
> 


-- 
Cyril Ferlicot
https://ferlicot.fr



signature.asc
Description: OpenPGP digital signature


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 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 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 actually
> implemented version is. I did manage to write and use a first trait
> (https://github.com/khinsen/EqualityThroughVariablesTrait), but there
> seem to be more advanced features such as slots that I don't know
> anything about.

There is documentation on Traits here:
https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Traits.md

It might still needs review but it should help.

It does not cover slots that is independent of Traits even if both can
be used together.

>
> Cheers,
>   Konrad.
>


-- 
Cyril Ferlicot
https://ferlicot.fr



[Pharo-users] Documentation on Traits

2019-01-09 Thread Konrad Hinsen
Dear Pharo experts,

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 actually
implemented version is. I did manage to write and use a first trait
(https://github.com/khinsen/EqualityThroughVariablesTrait), but there
seem to be more advanced features such as slots that I don't know
anything about.

Cheers,
  Konrad.



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 hour per week you can really get an impact.

Stef


On Wed, Jul 26, 2017 at 10:58 PM, Jimmie Houchin  wrote:
> I am looking at participating in the documentation if that is a good area to
> plug in.
>
> I do not necessarily have the expertise on the subjects, but I can bring
> fresh eyes and the eyes of a native English speaker.
>
> What is the best way to assist?
>
> For example I am currently reading the Booklet-uFFI.
>
> I have some questions and suggestions. How or to whom do I communicate
> these?
>
> If I modify the UnifiedFFI.pillar file, do I do the normal GitHub pull
> requests? Or is this process handled via Iceberg?
>
> Do I edit them manually in a normal text editor or is there a preferred way
> within Pharo.
>
> Is this process documented somewhere? Or do I need to document it? :)
>
> And what about similar for the MOOC?
>
> Any guidance or suggestions, and suggestions where you would like help the
> most are greatly appreciated.
>
> Thanks.
>
>
> Jimmie
>
>
>



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 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 at participating in the documentation if that is a
good area to plug in.

I do not necessarily have the expertise on the subjects, but I can
bring fresh eyes and the eyes of a native English speaker.

What is the best way to assist?

For example I am currently reading the Booklet-uFFI.

I have some questions and suggestions. How or to whom do I
communicate these?

If I modify the UnifiedFFI.pillar file, do I do the normal GitHub
pull requests? Or is this process handled via Iceberg?

Do I edit them manually in a normal text editor or is there a
preferred way within Pharo.

Is this process documented somewhere? Or do I need to document it? :)

And what about similar for the MOOC?

Any guidance or suggestions, and suggestions where you would like
help the most are greatly appreciated.

Thanks.


Jimmie









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]. It follows a different path that Pillar and
leverage on existing solutions like Pandoc to convert to several format.
Also it tries to bring ideas from the interactive notebooks from
(Jupyter, Beaker, Zeppeling) and outlining worlds (Leo Editor, Org Mode)
to the Pharo world and, hopefully, new bring ideas also. I'm preparing a
new edition of Grafoscopio with suggestions for a paper send to the
Journal of Open Source Software [2], by  our own Serge Stinckwich, on
first week of August, and also we will have a re-release of the Data
Driven Journalist Handbook this weekend as a Grafoscopio document. So
stay tuned.

[1] http://mutabit.com/grafoscopio/index.en.html
[2] http://joss.theoj.org/papers/c92ed13fa746bc681081f9b31678841b
[3] http://datajournalismhandbook.org/

If your interest is contributing to current documentation, Pillar and
GitHub are the current option and if you're interested in documentation
in general, and extended interactive documentation, checking Grafoscopio
could be interesting.

Cheers,

Offray

On 26/07/17 15:58, Jimmie Houchin wrote:
> I am looking at participating in the documentation if that is a good
> area to plug in.
>
> I do not necessarily have the expertise on the subjects, but I can
> bring fresh eyes and the eyes of a native English speaker.
>
> What is the best way to assist?
>
> For example I am currently reading the Booklet-uFFI.
>
> I have some questions and suggestions. How or to whom do I communicate
> these?
>
> If I modify the UnifiedFFI.pillar file, do I do the normal GitHub pull
> requests? Or is this process handled via Iceberg?
>
> Do I edit them manually in a normal text editor or is there a
> preferred way within Pharo.
>
> Is this process documented somewhere? Or do I need to document it? :)
>
> And what about similar for the MOOC?
>
> Any guidance or suggestions, and suggestions where you would like help
> the most are greatly appreciated.
>
> Thanks.
>
>
> Jimmie
>
>
>
>





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 at participating in the documentation if that is a good area
to plug in.

I do not necessarily have the expertise on the subjects, but I can bring
fresh eyes and the eyes of a native English speaker.

What is the best way to assist?

For example I am currently reading the Booklet-uFFI.

I have some questions and suggestions. How or to whom do I communicate
these?

If I modify the UnifiedFFI.pillar file, do I do the normal GitHub pull
requests? Or is this process handled via Iceberg?

Do I edit them manually in a normal text editor or is there a preferred way
within Pharo.

Is this process documented somewhere? Or do I need to document it? :)

And what about similar for the MOOC?

Any guidance or suggestions, and suggestions where you would like help the
most are greatly appreciated.

Thanks.


Jimmie


[Pharo-users] Documentation

2017-07-26 Thread Jimmie Houchin
I am looking at participating in the documentation if that is a good 
area to plug in.


I do not necessarily have the expertise on the subjects, but I can bring 
fresh eyes and the eyes of a native English speaker.


What is the best way to assist?

For example I am currently reading the Booklet-uFFI.

I have some questions and suggestions. How or to whom do I communicate 
these?


If I modify the UnifiedFFI.pillar file, do I do the normal GitHub pull 
requests? Or is this process handled via Iceberg?


Do I edit them manually in a normal text editor or is there a preferred 
way within Pharo.


Is this process documented somewhere? Or do I need to document it? :)

And what about similar for the MOOC?

Any guidance or suggestions, and suggestions where you would like help 
the most are greatly appreciated.


Thanks.


Jimmie





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 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 best
practice for any Pharo development (regardless of the launcher):

- write a ConfigurationOf using Versionner

- add a job to https://ci.inria.fr/pharo-contribution/ (just create an
   account at http://ci.inria.fr and request to join pharo-contribution).

As soon as the job builds successfully, you will see it in the Launcher.






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 best
practice for any Pharo development (regardless of the launcher):

- write a ConfigurationOf using Versionner

- add a job to https://ci.inria.fr/pharo-contribution/ (just create an
  account at http://ci.inria.fr and request to join pharo-contribution).

As soon as the job builds successfully, you will see it in the Launcher.

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill



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-6.0/lastSuccessfulBuild/console )

So you can do it by hand, which is easy, you can download the VMs and
sources here http://files.pharo.org/get-files/50/ and just copy there the
moose image.

I have a bundler that can take a Pharo image and create distribution for
each platform together with the correct vm and platform-specific launchers,
but I don't really have time right now to clean it up and make it generic
(it's for one of my projects)… unless you can wait until after May 15. But
you can probably write it yourself… it's a bunch of bash, makefiles, C,
cross-compilation, and AppleScript. :)

Peter

On Tue, May 3, 2016 at 7:57 PM, Offray Vladimir Luna Cárdenas <
offray.l...@mutabit.com> wrote:

> 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
>> 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 <
>>> offray.l...@mutabit.com> wrote:
>>>
>>> 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 provide
>>> the versions that support the development version of Moose 6, that I'm
>>> using now.
>>>
>>> After that I'll try  a better approach using Pharo Launcher.
>>>
>>> Cheers,
>>>
>>> Offray
>>>
>>> On 03/05/16 09:55, 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.

 On May 3, 2016, at 11:43, Offray Vladimir Luna Cárdenas <
> offray.l...@mutabit.com> wrote:
>
> 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:
>>
>>> 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
>>>
>>> Do you mean for your own use? Or so others can download them using
>> PharoLauncher?
>> cheers -ben
>>
>>
>>
>
 ---> Save our in-boxes! http://emailcharter.org <---

 Johan Fabry   -   http://pleiad.cl/~jfabry
 PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -
 University of Chile




>>>
>>>
>>
>> ---> Save our in-boxes! http://emailcharter.org <---
>>
>> Johan Fabry   -   http://pleiad.cl/~jfabry
>> PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University
>> of Chile
>>
>>
>>
>>
>
>


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 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 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 provide the versions that 
support the development version of Moose 6, that I'm using now.

After that I'll try  a better approach using Pharo Launcher.

Cheers,

Offray

On 03/05/16 09:55, 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.


On May 3, 2016, at 11:43, Offray Vladimir Luna Cárdenas 
 wrote:

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:

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


Do you mean for your own use? Or so others can download them using
PharoLauncher?
cheers -ben






---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University of 
Chile









---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University of 
Chile








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 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 provide the versions that 
> support the development version of Moose 6, that I'm using now.
> 
> After that I'll try  a better approach using Pharo Launcher.
> 
> Cheers,
> 
> Offray
> 
> On 03/05/16 09:55, 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.
>> 
>>> On May 3, 2016, at 11:43, Offray Vladimir Luna Cárdenas 
>>>  wrote:
>>> 
>>> 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:
> 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
> 
 Do you mean for your own use? Or so others can download them using
 PharoLauncher?
 cheers -ben
 
 
>>> 
>>> 
>> 
>> 
>> ---> Save our in-boxes! http://emailcharter.org <---
>> 
>> Johan Fabry   -   http://pleiad.cl/~jfabry
>> PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University of 
>> Chile
>> 
>> 
>> 
> 
> 
> 



---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University of 
Chile




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 provide 
the versions that support the development version of Moose 6, that I'm 
using now.


After that I'll try  a better approach using Pharo Launcher.

Cheers,

Offray

On 03/05/16 09:55, 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.


On May 3, 2016, at 11:43, Offray Vladimir Luna Cárdenas 
 wrote:

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:

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


Do you mean for your own use? Or so others can download them using
PharoLauncher?
cheers -ben








---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University of 
Chile








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 
>  For example, on MacOS it gives you an .app file 
> that you just double-click.
> 
> How does that play with Pharo Launcher? Can you add arbitrary images and 
> Pharo Launcher will just manage them?

No idea, sorry. This is an alternative to Pharo Launcher, I do not know how 
(if?) it would combine with the launcher.

---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University of 
Chile



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 1 command (it can be quite quick or take some more 
time if for instance you need seaside). - if it takes too much time to 
reproduce or if you want something more « serious », then once you 
ConfigurationOf is done, you can setup a job in jenkins (ci.inria.fr - first 
you need to create an account) so that every night, a new image is created and 
if no pb, it will be accessible through « Pharo Contribution Jenkins" in the 
Launcher.
Anyway, I think you first need to get used to ConfigurationOf… A convenient 
tool in Pharo is the Versioner that is a UI around Metacello configuration 
(=>generating ConfigurationOf).
HTH, Cédrik

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 play with Pharo Launcher? Can you add arbitrary images and
Pharo Launcher will just manage them?


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 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:
>>> 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
>>> 
>> Do you mean for your own use? Or so others can download them using
>> PharoLauncher?
>> cheers -ben
>> 
>> 
> 
> 
> 



---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University of 
Chile




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:

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


Do you mean for your own use? Or so others can download them using
PharoLauncher?
cheers -ben







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
>

Do you mean for your own use? Or so others can download them using
PharoLauncher?
cheers -ben



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 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
> 


[Pharo-users] Documentation about Pharo Launcher?

2016-05-02 Thread Offray Vladimir Luna Cárdenas

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



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

2013-07-03 Thread Paul DeBruicker
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 trying to use the RBParseTreeRewriter from within a workspace
but with it limited to a package or class heirarchy.

Thanks

Paul



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 pdebr...@gmail.com 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 trying to use the RBParseTreeRewriter from within a workspace
 but with it limited to a package or class hierarchy.
 

There should be no changes on that level. The difference just is that we use
another UI.

Marcus