Re: [Pharo-dev] Having green builds

2017-08-08 Thread Martin Dias
On Sun, Aug 6, 2017 at 6:00 AM, Guillermo Polito wrote: > Hi all, > > As you all know, we are now building from github. Integrations are made > through pull requests. And pull requests are validated using jenkins (that > is back again, Yay!). > > In this scenario, pull

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-08 Thread Cyril Ferlicot D.
Le 08/08/2017 à 23:40, Nicolai Hess a écrit : > Thanks for the info, cyril. > > What do you use for the ssh username in pharo setting and what username > did you use for creating the ssh-key ? > I tried both, my github-email and my github-username, I didn't get it to > work. > I did not use

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-08 Thread Cyril Ferlicot D.
Le 08/08/2017 à 23:37, Nicolai Hess a écrit : > > > Like I described above. > > I followed this howto ( the first mail from pavel). > > But I get this error: > > 'LGit_GIT_ERROR: Failed to authenticate SSH session: Callback returned > error' > > > Now I enabled the setting for "Use custom

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-08 Thread Nicolai Hess
2017-08-08 23:05 GMT+02:00 Cyril Ferlicot D. : > Le 08/08/2017 à 20:40, Nicolai Hess a écrit : > > > > Any news on howto use iceberg / libgit on windows. > > Does no one else use windows ? > > > > Hi, > > I can use Iceberg on Windows 7 but not to participate to Pharo (or

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-08 Thread Nicolai Hess
2017-08-08 23:00 GMT+02:00 Esteban Lorenzano : > > > On 8 Aug 2017, at 20:40, Nicolai Hess wrote: > > > > 2017-07-28 23:19 GMT+02:00 Nicolai Hess : > >> >> >> 2017-07-28 23:13 GMT+02:00 Nicolai Hess : >>

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-08 Thread Cyril Ferlicot D.
Le 08/08/2017 à 20:40, Nicolai Hess a écrit : > > Any news on howto use iceberg / libgit on windows. > Does no one else use windows ? > Hi, I can use Iceberg on Windows 7 but not to participate to Pharo (or any project with file name longer than 255chars). So I can work on my projects or on

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-08 Thread Esteban Lorenzano
> On 8 Aug 2017, at 20:40, Nicolai Hess wrote: > > > > 2017-07-28 23:19 GMT+02:00 Nicolai Hess : >> >> >> 2017-07-28 23:13 GMT+02:00 Nicolai Hess : >>> >>> >>> 2017-07-24 9:45 GMT+02:00 Nicolai Hess

[Pharo-dev] Shouldn't new:0 fail for non-indexable classes

2017-08-08 Thread Nicolai Hess
see fogbugz 20246 ( https://pharo.fogbugz.com/f/cases/20246/Segfault-calling-new-0) Create a class with a single instance variable. call AClass new:0 -> segfaults (on windows latest vm). I can reproduce this on squeak (Squeak5.1-16549-32bit). It does not crash right away, but I was able to

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-08 Thread Nicolai Hess
2017-07-28 23:19 GMT+02:00 Nicolai Hess : > > > 2017-07-28 23:13 GMT+02:00 Nicolai Hess : > >> >> >> 2017-07-24 9:45 GMT+02:00 Nicolai Hess : >> >>> >>> >>> 2017-07-11 12:46 GMT+02:00 Nicolai Hess : >>>

Re: [Pharo-dev] FileSystem fix integration

2017-08-08 Thread Guillermo Polito
Hi Stef, On Tue, Aug 8, 2017 at 7:00 PM, Stephane Ducasse wrote: > Hi Alistair > > I'm going over the green build first. > > - Can you tell me what you think about the PR 92 05723 Default Working > Directory > https://pharo.fogbugz.com/f/cases/5723/ This cannot be

Re: [Pharo-dev] FileSystem fix integration

2017-08-08 Thread Stephane Ducasse
Hi Alistair I'm going over the green build first. - Can you tell me what you think about the PR 92 05723 Default Working Directory https://pharo.fogbugz.com/f/cases/5723/ - Then also https://pharo.fogbugz.com/f/cases/18042/FileSystem-a-file-doesn-t-exist-but-still-exists I read it but do

Re: [Pharo-dev] FileSystem fix integration

2017-08-08 Thread Stephane Ducasse
For the moment I'm trying to understand the process and this is not that simple because in flux. stef On Tue, Aug 8, 2017 at 3:24 PM, Alistair Grant wrote: > Hi Stef, > > Great, thanks! > > If you've got any questions or concerns, please let me know, I'm more > than happy

Re: [Pharo-dev] FileSystem fix integration

2017-08-08 Thread Alistair Grant
Hi Stef, Great, thanks! If you've got any questions or concerns, please let me know, I'm more than happy to discuss them. I've also got one more change that I haven't submitted yet. I originally developed a patch that modified FileReference>>/ to accept paths. However this directly conflicts

[Pharo-dev] FileSystem fix integration

2017-08-08 Thread Stephane Ducasse
Hi alistair I will go over all the FS changes and push them in Pharo 70. I'm learning the process to integrate fixes and I attract bugs :) Stef

Re: [Pharo-dev] Having green builds

2017-08-08 Thread Stephane Ducasse
Yes this is great. Now I will be rerunning the pending fix and integrate the green ones. On Sun, Aug 6, 2017 at 11:00 AM, Guillermo Polito wrote: > Hi all, > > As you all know, we are now building from github. Integrations are made > through pull requests. And pull

Re: [Pharo-dev] Having green builds

2017-08-08 Thread Tudor Girba
Excellent work! This is the kind of work that does not get much praise, but that provides the solid foundation we all need. Thanks! Doru -- www.tudorgirba.com "Every thing has its own flow" > On 6 Aug 2017, at 13:46, Gabriel Cotelli wrote: > > Great guys, this is the