Re: [Pharo-dev] [pharo-project/pharo-core] edd9f3: 60220

2016-09-19 Thread Nicolas Cellier
2016-09-19 19:14 GMT+02:00 Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com>: > > > 2016-09-19 17:08 GMT+02:00 Esteban Lorenzano : > >> >> On 19 Sep 2016, at 16:49, Nicolai Hess wrote: >> >> >> Am 19.09.2016 4:14 nachm. schrieb "Esteban Lorenzano"

Re: [Pharo-dev] Ombu losing file on folder renaming

2016-09-19 Thread Martin Dias
Couldn't reproduce in Ubuntu... may be in MacOS only? I will try in windows later. On Fri, Sep 9, 2016 at 12:58 PM, stepharo wrote: > > Ah, it fails when using the absolute path, which doesn't exist > anymore...it would work by using a file locator , no? > > I do not know but

Re: [Pharo-dev] [pharo-project/pharo-core] edd9f3: 60220

2016-09-19 Thread Nicolas Cellier
2016-09-19 17:08 GMT+02:00 Esteban Lorenzano : > > On 19 Sep 2016, at 16:49, Nicolai Hess wrote: > > > Am 19.09.2016 4:14 nachm. schrieb "Esteban Lorenzano" >: > > > > > >> On 16 Sep 2016, at 21:45, Nicolai Hess

Re: [Pharo-dev] [pharo-project/pharo-core] edd9f3: 60220

2016-09-19 Thread Esteban Lorenzano
> On 19 Sep 2016, at 16:49, Nicolai Hess wrote: > > > Am 19.09.2016 4:14 nachm. schrieb "Esteban Lorenzano" >: > > > > > >> On 16 Sep 2016, at 21:45, Nicolai Hess >>

Re: [Pharo-dev] [pharo-project/pharo-core] edd9f3: 60220

2016-09-19 Thread Nicolai Hess
Am 19.09.2016 4:14 nachm. schrieb "Esteban Lorenzano" : > > >> On 16 Sep 2016, at 21:45, Nicolai Hess wrote: >> >> >> >> 2016-09-16 18:42 GMT+02:00 Eliot Miranda : >>> >>> Hi All, >>> >>> >>> >>> _,,,^..^,,,_ (phone) >>> > On

Re: [Pharo-dev] [pharo-project/pharo-core] edd9f3: 60220

2016-09-19 Thread Henrik Johansen
> On 19 Sep 2016, at 4:03 , Henrik Johansen > wrote: > >> >> On 17 Sep 2016, at 4:17 , Ben Coman > > wrote: >> >> On Sat, Sep 17, 2016 at 3:45 AM, Nicolai Hess >

Re: [Pharo-dev] [pharo-project/pharo-core] edd9f3: 60220

2016-09-19 Thread Esteban Lorenzano
> On 16 Sep 2016, at 21:45, Nicolai Hess wrote: > > > > 2016-09-16 18:42 GMT+02:00 Eliot Miranda >: > Hi All, > > > > _,,,^..^,,,_ (phone) > > On Sep 14, 2016, at 10:50 PM, Marcus Denker

Re: [Pharo-dev] [pharo-project/pharo-core] edd9f3: 60220

2016-09-19 Thread Henrik Johansen
> On 17 Sep 2016, at 4:17 , Ben Coman wrote: > > On Sat, Sep 17, 2016 at 3:45 AM, Nicolai Hess > wrote: >> >> >> 2016-09-16 18:42 GMT+02:00 Eliot Miranda : >>> >>> Hi All, >>> >>> >>>

[Pharo-dev] SharedPool method definitions do not resolve Class names

2016-09-19 Thread Ben Coman
This is probably my lack of understanding but I found this surprising behaviour I was trying to add a method to a subclass of FFIExternalEnumeration and it was not recognising classes. I traced this back to SharedPool which can be demostrated by trying to save the following method...

[Pharo-dev] [pharo-project/pharo-core] 23300c: 60231

2016-09-19 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 23300c3292cdc36a28259beb4528f8a1ee587bd8 https://github.com/pharo-project/pharo-core/commit/23300c3292cdc36a28259beb4528f8a1ee587bd8 Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2016-09-19 Thread GitHub
Branch: refs/tags/60231 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Call for design for a literal programming doc similar to PythonDocTest

2016-09-19 Thread Nicolai Hess
2016-09-19 10:33 GMT+02:00 Clément Bera : > On Sat, Sep 17, 2016 at 8:18 AM, Tudor Girba wrote: > >> Hi, >> >> > On Sep 16, 2016, at 8:37 PM, stepharo wrote: >> > >> > + 1 >> > >> > Changing the language metamodel for simple

Re: [Pharo-dev] updated FastTable

2016-09-19 Thread Tudor Girba
Hi Nicolai, > On Sep 19, 2016, at 10:57 AM, Nicolai Hess wrote: > > 2016-09-18 23:52 GMT+02:00 Tudor Girba : > Hi, > > I just noticed that the most recent changes to FastTable that were present in > Pharo60 were not in the main repo of

Re: [Pharo-dev] updated FastTable

2016-09-19 Thread Nicolai Hess
2016-09-18 23:52 GMT+02:00 Tudor Girba : > Hi, > > I just noticed that the most recent changes to FastTable that were present > in Pharo60 were not in the main repo of estebanlm/FastTable. > > This caused anything that depended on the development version of FastTable > to

Re: [Pharo-dev] Interrupting process which hangs on recursion

2016-09-19 Thread Denis Kudriashov
2016-09-19 10:44 GMT+02:00 Tudor Girba : > Great work, Denis! > > We have to look at how the GTDebugger works with large stacks. Could you > please open an issue for that? > Done 19109

Re: [Pharo-dev] Maintainer of DependencyAnalyser: Action needed

2016-09-19 Thread Christophe Demarey
Didn’t we switch to the strategy integrate first into Pharo and notify maintainer afterwards? It is hard to follow because sometimes integration goes directly into Pharo with slices and other time, it is included through configurations. I will produce a new version of the config and update the

Re: [Pharo-dev] Interrupting process which hangs on recursion

2016-09-19 Thread Tudor Girba
Great work, Denis! We have to look at how the GTDebugger works with large stacks. Could you please open an issue for that? Cheers, Doru > On Sep 19, 2016, at 10:36 AM, Denis Kudriashov wrote: > > So I opened this case 19108 and submitted slice which restricts logging

Re: [Pharo-dev] Interrupting process which hangs on recursion

2016-09-19 Thread Denis Kudriashov
So I opened this case 19108 and submitted slice which restricts logging time to 100 milliseconds. (it should be enough, look at issue explanation). But also there is some problem with

Re: [Pharo-dev] Call for design for a literal programming doc similar to PythonDocTest

2016-09-19 Thread Clément Bera
On Sat, Sep 17, 2016 at 8:18 AM, Tudor Girba wrote: > Hi, > > > On Sep 16, 2016, at 8:37 PM, stepharo wrote: > > > > + 1 > > > > Changing the language metamodel for simple validated comments is a huge > effort for nothing. > > Clement is good at VM level

[Pharo-dev] [pharo-project/pharo-core] 9f2ef0: 60230

2016-09-19 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 9f2ef08876a239f9d0f6aa57509476d9518eec2e https://github.com/pharo-project/pharo-core/commit/9f2ef08876a239f9d0f6aa57509476d9518eec2e Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2016-09-19 Thread GitHub
Branch: refs/tags/60230 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [pharo-project/pharo-core] 4d8aa6: 60226

2016-09-19 Thread stepharo
2016-09-15 22:11 GMT+02:00 stepharo >: This change break the miniimage. I will check with pavel. Stef This is now the second time the method SingleCodeCriticResultList>>#setTextModelForTransformationRule: vanished see case 19079