Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-19 Thread Guillermo Polito
On Thu, Oct 19, 2017 at 1:36 AM, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > Thanks Guille, now it looks fine. > > Another issue for Windows users is that you cannot execute the workaround: > > $ git config core.longpaths true > > until you first cloned the repository. That's why I

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-19 Thread Esteban Lorenzano
Hi, > On 19 Oct 2017, at 01:36, Hernán Morales Durand > wrote: > > Thanks Guille, now it looks fine. > > Another issue for Windows users is that you cannot execute the workaround: > > $ git config core.longpaths true > > until you first cloned the repository.

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-18 Thread Hernán Morales Durand
Thanks Guille, now it looks fine. Another issue for Windows users is that you cannot execute the workaround: $ git config core.longpaths true until you first cloned the repository. That's why I said one first should let fail the git clone command and then: $ cd pharo/ $ git config

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-18 Thread Esteban Lorenzano
hi, > On 18 Oct 2017, at 08:39, Stephane Ducasse wrote: > > Esteban it would be good to make the remote handling more robust because many > people face > this problem. if people enter a wrong url, we can't do anything. now, the RSD is another problem, not related

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-18 Thread Guillermo Polito
On Tue, Oct 17, 2017 at 12:42 PM, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > Thank you Esteban, that was the problem! :) > > Maybe guille wants to clarify the correct remote repository in the page: > https://github.com/guillep/PharoIntegrationProcess/wiki/ >

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-18 Thread Stephane Ducasse
Esteban it would be good to make the remote handling more robust because many people face this problem. On Tue, Oct 17, 2017 at 11:53 AM, Esteban Lorenzano wrote: > no is ok. > with the pharo version I know the iceberg version :) > > anyway your problem is that the remote

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-17 Thread Hernán Morales Durand
2017-10-17 7:42 GMT-03:00 Hernán Morales Durand : > Thank you Esteban, that was the problem! :) > > Maybe guille wants to clarify the correct remote repository in the page: > https://github.com/guillep/PharoIntegrationProcess/wiki/ > Contribute-a-fix-to-Pharo after "You

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-17 Thread Esteban Lorenzano
no is ok. with the pharo version I know the iceberg version :) anyway your problem is that the remote for pharo is bad. you added g...@github.com :pharo/pharo.git and I do not think that exists. Correct one is: g...@github.com

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-17 Thread Hernán Morales Durand
I don't see any easy way to find the Iceberg version. Should I update Iceberg using this script also in Pharo 7? "Restore defaults" Iceberg enableMetacelloIntegration: false. MetacelloPharo30Platform select. "Update metacello" Metacello new baseline: 'Metacello'; repository:

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-17 Thread Hernán Morales Durand
Hi Esteban, This one: wget -O- get.pharo.org/70+vm | bash - 2017-10-17 3:36 GMT-03:00 Esteban Lorenzano : > which Pharo version (and Iceberg version) do you have? > > Esteban > > On 17 Oct 2017, at 04:36, Hernán Morales Durand > wrote: > > Hi

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-17 Thread Esteban Lorenzano
which Pharo version (and Iceberg version) do you have? Esteban > On 17 Oct 2017, at 04:36, Hernán Morales Durand > wrote: > > Hi Guille, > > In > https://github.com/guillep/PharoIntegrationProcess/wiki/Contribute-a-fix-to-Pharo > >

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-16 Thread Hernán Morales Durand
Hi Guille, In https://github.com/guillep/PharoIntegrationProcess/wiki/Contribute-a-fix-to-Pharo This part is not working for me: "Go back to iceberg, right click on the pharo repository and go to the *Pharo* entry. You'll see the option *Create new branch from Fogbugz issue*." Because there is

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-16 Thread Hernán Morales Durand
2017-08-10 18:20 GMT-03:00 Guillermo Polito : > > > On Thu, Aug 10, 2017 at 9:39 PM, Torsten Bergmann wrote: > >> Hi Guille, >> >> nice writeup and definitely needed. Thanks a lot! >> >> If possible you should complete it with: >> - how Windows users

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-09-01 Thread Stephane Ducasse
I know your feelings. I got a bad time back in July on my mac. Iceberg blew up on me on anything I tried. So I did something else and waited for a better version. On Fri, Sep 1, 2017 at 5:54 PM, Nicolai Hess wrote: > > > 2017-08-31 20:05 GMT+02:00 Stephane Ducasse

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-09-01 Thread Nicolai Hess
2017-08-31 20:05 GMT+02:00 Stephane Ducasse : > Hi nicolai > > here is what I do. > I always download the latest image via a bash script because updating can > fail since loading package without a baseline may break. > > After I use the set up described by guille blog

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-31 Thread Stephane Ducasse
Hi Niolai thanks for raising this issue. The description should be migrated to Pharo github. Stef On Thu, Aug 31, 2017 at 12:42 AM, Nicolai Hess wrote: > > > 2017-08-31 0:28 GMT+02:00 Cyril Ferlicot D. : >> >> Le 31/08/2017 à 00:06, Nicolai Hess

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-31 Thread Stephane Ducasse
Hi nicolai here is what I do. I always download the latest image via a bash script because updating can fail since loading package without a baseline may break. After I use the set up described by guille blog post and I reuse my downloaded clone (to avoid to trash my SSD). Esteban told me that

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-31 Thread Marcus Denker
> On 31 Aug 2017, at 00:06, Nicolai Hess wrote: > > Hi, > > I am now able to use iceberg on windows, thanks for the help. > > But I am still a bit unsure about how the review and contribution workflow > should work. > > up to pharo 6 I just load a latest image, > -

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-31 Thread Cyril Ferlicot
On Thu, Aug 31, 2017 at 12:42 AM, Nicolai Hess wrote: > > Thank you Cyril. > > Do we have a list of links to this and other usefull articles or how did you > know about this article? > > Most of those articles comes from the same wiki that Guille gave in the first message

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-30 Thread Nicolai Hess
2017-08-31 0:28 GMT+02:00 Cyril Ferlicot D. : > Le 31/08/2017 à 00:06, Nicolai Hess a écrit : > > Hi, > > > > I am now able to use iceberg on windows, thanks for the help. > > > > But I am still a bit unsure about how the review and contribution > > workflow should work.

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-30 Thread Cyril Ferlicot D.
Le 31/08/2017 à 00:06, Nicolai Hess a écrit : > Hi, > > I am now able to use iceberg on windows, thanks for the help. > > But I am still a bit unsure about how the review and contribution > workflow should work. > > up to pharo 6 I just load a latest image, > - load the slice from a fogbugz

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-30 Thread Nicolai Hess
Hi, I am now able to use iceberg on windows, thanks for the help. But I am still a bit unsure about how the review and contribution workflow should work. up to pharo 6 I just load a latest image, - load the slice from a fogbugz number and was able to review the change - or create a slice and

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-11 Thread Stephane Ducasse
Nicolai I started super simple. I clone and point my fresh dled image to the use the clone. Then I can do simple PR and review the issues. I will do the installation several times to learn (but not clone). I'm not sure that it is needed but I have cd

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-11 Thread Guillermo Polito
I extended the document with some windows specific instructions also. On Fri, Aug 11, 2017 at 9:31 AM, Guillermo Polito wrote: > > > On Fri, Aug 11, 2017 at 12:34 AM, Nicolai Hess > wrote: > >> >> >> 2017-08-10 17:17 GMT+02:00 Guillermo Polito

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-11 Thread Guillermo Polito
On Fri, Aug 11, 2017 at 12:34 AM, Nicolai Hess wrote: > > > 2017-08-10 17:17 GMT+02:00 Guillermo Polito : > >> Hi, >> >> I've made some write up for the pharo part (not metacello or external >> projects) >> >>

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-11 Thread Guillermo Polito
now > > SystemVersion current > > has the hash of the commit the image was generated from if you check the > inspector. It's then a UI problem and easy to fix. Maybe somebody could use > this to try making a pull request? > > Then, we could add a build number in SystemVersion of cou

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-11 Thread Pavel Krivanek
2017-08-11 0:53 GMT+02:00 Nicolai Hess : > > > 2017-08-10 17:17 GMT+02:00 Guillermo Polito : > >> Hi, >> >> I've made some write up for the pharo part (not metacello or external >> projects) >> >>

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Guillermo Polito
Le ven. 11 août 2017 à 00:53, Nicolai Hess a écrit : > 2017-08-10 17:17 GMT+02:00 Guillermo Polito : > >> Hi, >> >> I've made some write up for the pharo part (not metacello or external >> projects) >> >> >>

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Nicolai Hess
2017-08-10 17:17 GMT+02:00 Guillermo Polito : > Hi, > > I've made some write up for the pharo part (not metacello or external > projects) > > https://github.com/guillep/PharoIntegrationProcess/wiki/Cont > ribute-a-fix-to-Pharo > > Of course, expect bugs on it :) Not

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Nicolai Hess
2017-08-10 17:17 GMT+02:00 Guillermo Polito : > Hi, > > I've made some write up for the pharo part (not metacello or external > projects) > > https://github.com/guillep/PharoIntegrationProcess/wiki/Cont > ribute-a-fix-to-Pharo > > Of course, expect bugs on it :) Not

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Nicolai Hess
Am 11.08.2017 12:02 vorm. schrieb "Cyril Ferlicot D." < cyril.ferli...@gmail.com>: Le 10/08/2017 à 23:58, Nicolai Hess a écrit : > > What does "clone using sourcetree" mean? > > IIRC SourceTree is a Git GUI available on Windows, as GitKraken, SmartGit, GitExtensions, TortoiseGit… Ok, so I can

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Cyril Ferlicot D.
Le 10/08/2017 à 23:58, Nicolai Hess a écrit : > > What does "clone using sourcetree" mean? > > IIRC SourceTree is a Git GUI available on Windows, as GitKraken, SmartGit, GitExtensions, TortoiseGit… -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01,

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Nicolai Hess
t 2017 um 17:17 Uhr > *Von:* "Guillermo Polito" <guillermopol...@gmail.com> > *An:* "Discusses Development of Pharo" <pharo-dev@lists.pharo.org> > *Betreff:* [Pharo-dev] Writeup: how to contribute to Pharo > Hi, > > I've made some write

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Stephane Ducasse
Tx this is really good and I will use it to produce new clean images to work on Pharo 70 On Thu, Aug 10, 2017 at 5:17 PM, Guillermo Polito wrote: > Hi, > > I've made some write up for the pharo part (not metacello or external > projects) > >

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Guillermo Polito
en, we could add a build number in SystemVersion of course. Guille > > Thanks > T. > > > *Gesendet:* Donnerstag, 10. August 2017 um 17:17 Uhr > *Von:* "Guillermo Polito" <guillermopol...@gmail.com> > *An:* "Discusses Development of Pharo" <phar

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Torsten Bergmann
...@gmail.com> An: "Discusses Development of Pharo" <pharo-dev@lists.pharo.org> Betreff: [Pharo-dev] Writeup: how to contribute to Pharo Hi,    I've made some write up for the pharo part (not metacello or external projects)   https://github.com/guillep/PharoIntegrat

[Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Guillermo Polito
Hi, I've made some write up for the pharo part (not metacello or external projects) https://github.com/guillep/PharoIntegrationProcess/wiki/ Contribute-a-fix-to-Pharo Of course, expect bugs on it :) Not everything is smooth. If you have comments, they are welcome. Guille -- Guille Polito