Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-09 Thread Esteban Lorenzano
> On 8 Aug 2017, at 23:47, Cyril Ferlicot D. wrote: > > 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 gi

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-09 Thread Cyril Ferlicot
On Wed, Aug 9, 2017 at 9:33 AM, Esteban Lorenzano wrote: > > > yes, the keys may be an issue, but the standard rsa generated key should > work. We need to do a pass in security/credentials system (and probably a > revamp of some parts), but I still didn’t find the time. > about the 255 limitation,

Re: [Pharo-dev] FileSystem fix integration

2017-08-09 Thread Denis Kudriashov
Hi 2017-08-09 8:47 GMT+02:00 Alistair Grant : > Hi Stef, > > On Tue, Aug 08, 2017 at 07:00:04PM +0200, Stephane Ducasse wrote: > > Hi Alistair > > > > I'm going over the green build first. > > > > - Then also https://pharo.fogbugz.com/f/cases/18042/FileSystem-a-file- > doesn-t-exist-but-still-exi

[Pharo-dev] GTInspector auto refresh hooks?

2017-08-09 Thread Denis Kudriashov
Hi. Is there a way in GTInspector presentation to call some special updating block before each of auto refresh operation? I want something like: composite fastTable title: 'Devices'; display: [ devices ]; wantsAutomaticRefresh: true; * beforeUpdateDo: ["rows updating code"]* Imaging my pre

[Pharo-dev] Pull requests ready to be reviewed

2017-08-09 Thread Pavel Krivanek
We have several pull requests validated successfully by the infrastructure. They need to be reviewed by humans: https://github.com/pharo-project/pharo/pull/75 https://github.com/pharo-project/pharo/pull/66 https://github.com/pharo-project/pharo/pull/175 https://github.com/pharo-project/pharo/pu

Re: [Pharo-dev] Pull requests ready to be reviewed

2017-08-09 Thread Guillermo Polito
On Wed, Aug 9, 2017 at 11:09 AM, Pavel Krivanek wrote: > We have several pull requests validated successfully by the > infrastructure. They need to be reviewed by humans: > > https://github.com/pharo-project/pharo/pull/75 > This one has a merge coflict. > > > https://github.com/pharo-project/p

Re: [Pharo-dev] Pull requests ready to be reviewed

2017-08-09 Thread Alistair Grant
On Wed, Aug 09, 2017 at 12:20:17PM +0200, Guillermo Polito wrote: > On Wed, Aug 9, 2017 at 11:09 AM, Pavel Krivanek > wrote: > > We have several pull requests validated successfully by the > infrastructure. > They need to be reviewed by humans: > > https://github.com/pharo-project/p

Re: [Pharo-dev] GTInspector auto refresh hooks?

2017-08-09 Thread Andrei Chis
Hi Denis, The current update mechanism in the inspector is very light, in the sense that it only updates the visual representation of elements and does not recompute them, nor offers any hooks into the update process. Indeed having a way to also recompute the display elements could be useful. We c

Re: [Pharo-dev] GTInspector auto refresh hooks?

2017-08-09 Thread Denis Kudriashov
Actually I found trick: composite fastTable title: 'Devices'; display: [ devices ]; wantsAutomaticRefresh: true; *when: GLMPresentationRefreshRequest do: [myModel update].* Event handler can be executed after actual view update because announcer do not ensure delivering order. But in that

Re: [Pharo-dev] GTInspector auto refresh hooks?

2017-08-09 Thread Andrei Chis
On Wed, Aug 9, 2017 at 3:32 PM, Denis Kudriashov wrote: > Actually I found trick: > > composite fastTable > > title: 'Devices'; > display: [ devices ]; > wantsAutomaticRefresh: true; > > *when: GLMPresentationRefreshRequest do: [myModel update].* > > > Event handler can be executed after act

[Pharo-dev] [Pharo 70] PR 185 / Build 17

2017-08-09 Thread Stephane Ducasse
Hi We do not have yet an automated mail after each integration. So I will do it by hand. I'm going over the green issues https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/view/change-requests/ And integrating the ones I understand. Then I will lo

Re: [Pharo-dev] FileSystem fix integration

2017-08-09 Thread Stephane Ducasse
Tx guille. So I will update the bug entry. On Tue, Aug 8, 2017 at 7:29 PM, Guillermo Polito wrote: > 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 D

Re: [Pharo-dev] FileSystem fix integration

2017-08-09 Thread Stephane Ducasse
Tx! So that I do not make mistake: The fix is the second solution. Now do we have somewhere the first one? On Wed, Aug 9, 2017 at 10:08 AM, Denis Kudriashov wrote: > Hi > > 2017-08-09 8:47 GMT+02:00 Alistair Grant : >> >> Hi Stef, >> >> On Tue, Aug 08, 2017 at 07:00:04PM +0200, Stephane Ducasse w

[Pharo-dev] [Pharo 70] build 18 / PR 66

2017-08-09 Thread Stephane Ducasse
20063-isDeprecated-should-consider-protocol-names Stef

[Pharo-dev] [Pharo 70] build 19 / PR-168

2017-08-09 Thread Stephane Ducasse
https://pharo.fogbugz.com/f/cases/20238/Run-out-of-memory-the-image-hangs-without-out-of-memory-warning https://github.com/pharo-project/pharo/pull/168 Now I get message that I do not understand test failure error from jenkins :( https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20

Re: [Pharo-dev] Spec menu extensibility (epicea)

2017-08-09 Thread Stephane Ducasse
Hi Peter Yes I was thinking about it. Now from your experience what kind of pragma should we provide? Not sure that we need the argument to the group. Stef On Sun, Aug 6, 2017 at 12:09 AM, Peter Uhnak wrote: > Hi Stef, > > I faced similar issue and then I've found out that PragmaMenuB

Re: [Pharo-dev] FileSystem fix integration

2017-08-09 Thread Stephane Ducasse
Hi alistair I went on fogbugz to find the fix to be included and I'm not sure not that find them. I looked for FileSystem. I found - https://pharo.fogbugz.com/f/cases/20165/Support-segment-path-printing - https://pharo.fogbugz.com/f/cases/18084/FileReference-EnsureCreateFile

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

2017-08-09 Thread Eliot Miranda
Hi Nicolai, On Tue, Aug 8, 2017 at 12:10 PM, Nicolai Hess wrote: > 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 o

[Pharo-dev] [Pharo 70] build 21 / PR 187

2017-08-09 Thread Stephane Ducasse
in PR 21 https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/development/21/ https://pharo.fogbugz.com/f/cases/20295/ Stef

Re: [Pharo-dev] [Pharo 70] build 19 / PR-168

2017-08-09 Thread Guillermo Polito
Probably you already saw it, but builds are green again. As I told you this afternoon, there are some hiccups that cause failures from time to time. We should chase them one by one :) Le mer. 9 août 2017 à 21:47, Stephane Ducasse a écrit : > > https://pharo.fogbugz.com/f/cases/20238/Run-out-of-m

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

2017-08-09 Thread Nicolai Hess
2017-08-09 22:14 GMT+02:00 Eliot Miranda : > Hi Nicolai, > > On Tue, Aug 8, 2017 at 12:10 PM, Nicolai Hess > wrote: > >> see fogbugz 20246 (https://pharo.fogbugz.com/f/c >> ases/20246/Segfault-calling-new-0) >> >> Create a class with a single instance variable. >> >> call >> >> AClass new:0 >> >>

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-09 Thread Nicolai Hess
2017-08-08 23:41 GMT+02:00 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 returne

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-09 Thread Nicolai Hess
2017-08-09 23:18 GMT+02:00 Nicolai Hess : > > > 2017-08-08 23:41 GMT+02:00 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

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-09 Thread Nicolai Hess
2017-08-09 9:33 GMT+02:00 Esteban Lorenzano : > > On 8 Aug 2017, at 23:47, Cyril Ferlicot D. > wrote: > > 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-ke

Re: [Pharo-dev] FileSystem fix integration

2017-08-09 Thread Alistair Grant
Hi Stef, On Wed, Aug 09, 2017 at 08:23:50PM +0200, Stephane Ducasse wrote: > Tx! > So that I do not make mistake: > The fix is the second solution. Now do we have somewhere the first one? Not yet. My patch also fixes some inconsistencies in path canonicalisation. I'll separate the code out in t