TechTalk today, 17h UTC "Free talk Pharo 7"
Hi, Today we have the montly TechTalk at 17hs UTC. x So far, I think this is something I would like to talk: - new development process status - tonel 1.0/iceberg 0.6 status but⦠subject is âfree talkâ so prepare your questions/opinions :) Esteban
Having a kind of demo on how to get started in contributing to 7.0 from scratch would be nice. Another thing that interests me is theme support with palettes etc. Phil On Sep 19, 2017 11:26, "Esteban Lorenzano" <estebanlm@gmail.com> wrote:
Hi,
Today we have the montly TechTalk at 17hs UTC. x So far, I think this is something I would like to talk:
- new development process status - tonel 1.0/iceberg 0.6 status
but⦠subject is âfree talkâ so prepare your questions/opinions :)
Esteban
We have again a time zone problem⦠after last time where the tech talk ended up being 2 hours earlier than announced (âbecause of course that time was local time, wasnât it?â, I changed the time on https://association.pharo.org/event-2642662 <https://association.pharo.org/event-2642662> to be local Paris time (as that was what everyone expected). Now of course it seems we are the other direction wrong: 17 UTC is in two hours, so https://association.pharo.org/event-2642662 <https://association.pharo.org/event-2642662> is again wrong. I have sadly no solution for this problem. Marcus
On 19 Sep 2017, at 16:17, Torsten Bergmann <astares@gmx.de> wrote:
Hi Phil,
maybe also my https://github.com/astares/pharo-contributor can help you here.
Clone it locally and run download.bat (Windows) or download.sh (other) and wait until all is finished.
This will download and run a help topic file to explain more details on the contribution process. First time you need to follow what is written there as an own fork of https://github.com/pharo-project/pharo/ needs to be on your account (currently I do not see a https://github.com/philippeback/pharo on your account)
Also includes a simple tool to automagically download your git clone of "pharo" repo and sets it all up. Requires git accessible from command line.
My easiest flow is to: 1. clone this "pharo-contributor" git repo 2. run the download script (which retrieves the latest Pharo 7 and vm) 3. when the download ends and the help book is displayed I go to the last page of the help topics and click on "CPTCloneTool run" (or run this in a playground) You have to use your github name ("philippeback") when Pharo system asks. This will clone your fork of "pharo" repository and sync it with latest #development branch, also connect it with Iceberg.
When finished Iceberg should be opened and the "pharo" repo displayed in regular black color which means the local clone and Iceberg are in synch.
Now you can do your code changes to fix a bug or make a contribution. Then select the Iceberg menu to create a branch from an fogbugz issue number. After you commited + pushed you can do PR on Github.
Not perfect yet - but works for me.
Thanks T.
Gesendet: Dienstag, 19. September 2017 um 12:05 Uhr Von: "philippe.back@highoctane.be" <philippe.back@gmail.com> An: "Discusses Development of Pharo" <pharo-dev@lists.pharo.org> Betreff: Re: [Pharo-dev] TechTalk today, 17h UTC "Free talk Pharo 7" Having a kind of demo on how to get started in contributing to 7.0 from scratch would be nice.
Another thing that interests me is theme support with palettes etc.
Phil
On Sep 19, 2017 11:26, "Esteban Lorenzano" <estebanlm@gmail.com <mailto:estebanlm@gmail.com>> wrote: Hi,
Today we have the montly TechTalk at 17hs UTC. x So far, I think this is something I would like to talk:
- new development process status - tonel 1.0/iceberg 0.6 status
but⦠subject is âfree talkâ so prepare your questions/opinions :)
Esteban
Ok, link is here: https://www.youtube.com/watch?v=vYeMOb5INtQ <https://www.youtube.com/watch?v=vYeMOb5INtQ> and we are talking at discord. Esteban
On 19 Sep 2017, at 17:16, Marcus Denker <marcus.denker@inria.fr> wrote:
We have again a time zone problem⦠after last time where the tech talk ended up being 2 hours earlier than announced (âbecause of course that time was local time, wasnât it?â, I changed the time on https://association.pharo.org/event-2642662 <https://association.pharo.org/event-2642662> to be local Paris time (as that was what everyone expected).
Now of course it seems we are the other direction wrong: 17 UTC is in two hours, so
https://association.pharo.org/event-2642662 <https://association.pharo.org/event-2642662>
is again wrong.
I have sadly no solution for this problem.
Marcus
On 19 Sep 2017, at 16:17, Torsten Bergmann <astares@gmx.de <mailto:astares@gmx.de>> wrote:
Hi Phil,
maybe also my https://github.com/astares/pharo-contributor <https://github.com/astares/pharo-contributor> can help you here.
Clone it locally and run download.bat (Windows) or download.sh (other) and wait until all is finished.
This will download and run a help topic file to explain more details on the contribution process. First time you need to follow what is written there as an own fork of https://github.com/pharo-project/pharo/ <https://github.com/pharo-project/pharo/> needs to be on your account (currently I do not see a https://github.com/philippeback/pharo <https://github.com/philippeback/pharo> on your account)
Also includes a simple tool to automagically download your git clone of "pharo" repo and sets it all up. Requires git accessible from command line.
My easiest flow is to: 1. clone this "pharo-contributor" git repo 2. run the download script (which retrieves the latest Pharo 7 and vm) 3. when the download ends and the help book is displayed I go to the last page of the help topics and click on "CPTCloneTool run" (or run this in a playground) You have to use your github name ("philippeback") when Pharo system asks. This will clone your fork of "pharo" repository and sync it with latest #development branch, also connect it with Iceberg.
When finished Iceberg should be opened and the "pharo" repo displayed in regular black color which means the local clone and Iceberg are in synch.
Now you can do your code changes to fix a bug or make a contribution. Then select the Iceberg menu to create a branch from an fogbugz issue number. After you commited + pushed you can do PR on Github.
Not perfect yet - but works for me.
Thanks T.
Gesendet: Dienstag, 19. September 2017 um 12:05 Uhr Von: "philippe.back@highoctane.be <mailto:philippe.back@highoctane.be>" <philippe.back@gmail.com <mailto:philippe.back@gmail.com>> An: "Discusses Development of Pharo" <pharo-dev@lists.pharo.org <mailto:pharo-dev@lists.pharo.org>> Betreff: Re: [Pharo-dev] TechTalk today, 17h UTC "Free talk Pharo 7" Having a kind of demo on how to get started in contributing to 7.0 from scratch would be nice.
Another thing that interests me is theme support with palettes etc.
Phil
On Sep 19, 2017 11:26, "Esteban Lorenzano" <estebanlm@gmail.com <mailto:estebanlm@gmail.com>> wrote: Hi,
Today we have the montly TechTalk at 17hs UTC. x So far, I think this is something I would like to talk:
- new development process status - tonel 1.0/iceberg 0.6 status
but⦠subject is âfree talkâ so prepare your questions/opinions :)
Esteban
Thx Will try that. Phil On Tue, Sep 19, 2017 at 4:17 PM, Torsten Bergmann <astares@gmx.de> wrote:
Hi Phil,
maybe also my https://github.com/astares/pharo-contributor can help you here.
Clone it locally and run download.bat (Windows) or download.sh (other) and wait until all is finished.
This will download and run a help topic file to explain more details on the contribution process. First time you need to follow what is written there as an own fork of https://github.com/pharo-project/pharo/ needs to be on your account (currently I do not see a https://github.com/ philippeback/pharo on your account)
Also includes a simple tool to automagically download your git clone of "pharo" repo and sets it all up. Requires git accessible from command line.
My easiest flow is to: 1. clone this "pharo-contributor" git repo 2. run the download script (which retrieves the latest Pharo 7 and vm) 3. when the download ends and the help book is displayed I go to the last page of the help topics and click on "CPTCloneTool run" (or run this in a playground) You have to use your github name ("philippeback") when Pharo system asks. This will clone your fork of "pharo" repository and sync it with latest #development branch, also connect it with Iceberg.
When finished Iceberg should be opened and the "pharo" repo displayed in regular black color which means the local clone and Iceberg are in synch.
Now you can do your code changes to fix a bug or make a contribution. Then select the Iceberg menu to create a branch from an fogbugz issue number. After you commited + pushed you can do PR on Github.
Not perfect yet - but works for me.
Thanks T.
*Gesendet:* Dienstag, 19. September 2017 um 12:05 Uhr *Von:* "philippe.back@highoctane.be" <philippe.back@gmail.com> *An:* "Discusses Development of Pharo" <pharo-dev@lists.pharo.org> *Betreff:* Re: [Pharo-dev] TechTalk today, 17h UTC "Free talk Pharo 7" Having a kind of demo on how to get started in contributing to 7.0 from scratch would be nice.
Another thing that interests me is theme support with palettes etc.
Phil
On Sep 19, 2017 11:26, "Esteban Lorenzano" <estebanlm@gmail.com> wrote:
Hi,
Today we have the montly TechTalk at 17hs UTC. x So far, I think this is something I would like to talk:
- new development process status - tonel 1.0/iceberg 0.6 status
but⦠subject is âfree talkâ so prepare your questions/opinions :)
Esteban
On 19 Sep 2017, at 12:05, philippe.back@highoctane.be <philippe.back@gmail.com> wrote:
Having a kind of demo on how to get started in contributing to 7.0 from scratch would be nice.
yes, why not :)
Another thing that interests me is theme support with palettes etc.
we can discuss it (Iâm also interested), but so far there is nothing planned⦠more than my desire of revamp everything ;) Esteban
Phil
On Sep 19, 2017 11:26, "Esteban Lorenzano" <estebanlm@gmail.com <mailto:estebanlm@gmail.com>> wrote: Hi,
Today we have the montly TechTalk at 17hs UTC. x So far, I think this is something I would like to talk:
- new development process status - tonel 1.0/iceberg 0.6 status
but⦠subject is âfree talkâ so prepare your questions/opinions :)
Esteban
participants (5)
-
Esteban Lorenzano -
Marcus Denker -
phil@highoctane.be -
philippe.back@highoctane.be -
Torsten Bergmann