[Pharo-dev] Pharo 7 speed compared to VW (was: The STON Specification, Cog speed, and namespaces/modules)

2018-11-12 Thread Shaping
Does anyone know whether Pharo 7 is as fast as VW 7.10 or later? Do we have recent comparative benchmarks? The comparison should ignore potential GPU-based improvement in my algo; that will happen later. The test should involve some math, file streaming, and the parsing that entails—an

Re: [Pharo-dev] Anyone else seen crashes like these ?

2018-11-12 Thread Eliot Miranda
Hi Ben, On Mon, Nov 12, 2018 at 8:51 AM Ben Coman wrote: > > > On Mon, 12 Nov 2018 at 21:37, Sven Van Caekenberghe wrote: > >> Hi, >> >> I run Pharo 7 64-bit on a macOS laptop, where the images are kept running >> across sleep/wake cycles. >> > > Just to confirm, you mean your laptop sleep/wake

Re: [Pharo-dev] Anyone else seen crashes like these ?

2018-11-12 Thread Ben Coman
On Tue, 13 Nov 2018 at 02:18, Sven Van Caekenberghe wrote: > Yes I mean laptop sleep/wake. > Thanks for looking into this. > But I think the first step is to see if this is repeatable for someone > else. > It is probably some graphics primitive rather than scheduling (I am > guessing here). >

[Pharo-dev] Excel export with Tabular

2018-11-12 Thread Hans-Martin Mosner
I put it on ss3 because I'm not yet familiar with the way Pharo uses github. Will look into it later. I'm unsure how git repositories are used in the Pharo context. Do you use them just like you use git normally (i.e. I use my git repository, you use yours and send me pull requests etc...). Are

Re: [Pharo-dev] Anyone else seen crashes like these ?

2018-11-12 Thread Sven Van Caekenberghe
Yes I mean laptop sleep/wake. Thanks for looking into this. But I think the first step is to see if this is repeatable for someone else. It is probably some graphics primitive rather than scheduling (I am guessing here). I just got it again: VM: 201806281256

Re: [Pharo-dev] Pharo 7 RC - Changing to larger font breaks scrolling in code browsers

2018-11-12 Thread Alistair Grant
Hi Sven, On Mon, 12 Nov 2018 at 17:08, Sven Van Caekenberghe wrote: > > Hi, > > Here is an annoying usability bug that I am experiencing and that sometimes > drives me nuts. It has been there a while. > > Take a stock Pharo 7 RC image and don't change any setting. Browse the method >

Re: [Pharo-dev] Anyone else seen crashes like these ?

2018-11-12 Thread Ben Coman
I meant to also post a link showing the pattern of the recent primitives... https://docs.google.com/spreadsheets/d/1QzY8iL_3kvHJg1xMg1yvCFzDpQf3Tl9zuVkzfom4cx4/edit?usp=sharing On Tue, 13 Nov 2018 at 00:50, Ben Coman wrote: > > > On Mon, 12 Nov 2018 at 21:37, Sven Van Caekenberghe wrote: > >>

Re: [Pharo-dev] Anyone else seen crashes like these ?

2018-11-12 Thread Ben Coman
On Mon, 12 Nov 2018 at 21:37, Sven Van Caekenberghe wrote: > Hi, > > I run Pharo 7 64-bit on a macOS laptop, where the images are kept running > across sleep/wake cycles. > Just to confirm, you mean your laptop sleep/wake cycle. On my Window 10 laptop I do the same quite often with no problems.

[Pharo-dev] Pharo 7 RC - Changing to larger font breaks scrolling in code browsers

2018-11-12 Thread Sven Van Caekenberghe
Hi, Here is an annoying usability bug that I am experiencing and that sometimes drives me nuts. It has been there a while. Take a stock Pharo 7 RC image and don't change any setting. Browse the method #testAsDateAndTime as implemented by DateAndTimeTest. This is a (too) long (test) method.

[Pharo-dev] [Pharo 7.0-dev] Build #1381: 22609-When-we-separate-a-tab-from-the-Welcome-window-you-can-not-close-it

2018-11-12 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1381 was: FAILURE. The Pull Request #1973 was integrated: "22609-When-we-separate-a-tab-from-the-Welcome-window-you-can-not-close-it" Pull request url: https://github.com/pharo-project/pharo/pull/1973 Issue Url:

Re: [Pharo-dev] Anyone else seen crashes like these ?

2018-11-12 Thread Tim Mackinnon
You didn’t say it, but I think implied that this is new to P7? I don’t get it on P6, and haven’t noticed it in earlier P7 images. But haven’t extensively used a newer P7 image. Tim Sent from my iPhone > On 12 Nov 2018, at 21:47, Cyril Ferlicot wrote: > >> On Mon, Nov 12, 2018 at 2:37 PM

[Pharo-dev] [Pharo 7.0-dev] Build #1380: 22206-NautilusRefactoring-should-have-the-tests-in-a-separate-package

2018-11-12 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1380 was: FAILURE. The Pull Request #1974 was integrated: "22206-NautilusRefactoring-should-have-the-tests-in-a-separate-package" Pull request url: https://github.com/pharo-project/pharo/pull/1974 Issue Url:

[Pharo-dev] [Pharo 7.0-dev] Build #1379: Added Interval>>sort: method that raises a "you can not sort an inter…

2018-11-12 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1379 was: SUCCESS. The Pull Request #1922 was integrated: "Added Interval>>sort: method that raises a "you can not sort an inter…" Pull request url: https://github.com/pharo-project/pharo/pull/1922 Issue Url:

Re: [Pharo-dev] Anyone else seen crashes like these ?

2018-11-12 Thread Cyril Ferlicot
On Mon, Nov 12, 2018 at 2:37 PM Sven Van Caekenberghe wrote: > > Hi, > > I run Pharo 7 64-bit on a macOS laptop, where the images are kept running > across sleep/wake cycles. > > For many weeks, it often happens that an image crashes before/after such a > sleep/wakeup (not all the time, just

[Pharo-dev] Anyone else seen crashes like these ?

2018-11-12 Thread Sven Van Caekenberghe
Hi, I run Pharo 7 64-bit on a macOS laptop, where the images are kept running across sleep/wake cycles. For many weeks, it often happens that an image crashes before/after such a sleep/wakeup (not all the time, just regularly). Here is a crash dump from today (fresh image/vm from WE, nothing

Re: [Pharo-dev] Better management of encoding of environment variables

2018-11-12 Thread Ben Coman
On Mon, 12 Nov 2018 at 18:02, Guillermo Polito wrote: > Hi all, > > following the meeting we had here @Inria headquarters, I'll be backporting > some of the improvements we did in the launcher this last month regarding > the encoding of environment variables. > > I've opened for this issue

[Pharo-dev] [Pharo 7.0-dev] Build #1378: 22651-URL-color-is-hardcoded-in-welcome-window

2018-11-12 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1378 was: FAILURE. The Pull Request #1972 was integrated: "22651-URL-color-is-hardcoded-in-welcome-window" Pull request url: https://github.com/pharo-project/pharo/pull/1972 Issue Url: https://pharo.fogbugz.com/f/cases/22651

[Pharo-dev] [Pharo 7.0-dev] Build #1377: 22649-Remove DelaySpinScheduler

2018-11-12 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1377 was: SUCCESS. The Pull Request #1964 was integrated: "22649-Remove DelaySpinScheduler" Pull request url: https://github.com/pharo-project/pharo/pull/1964 Issue Url: https://pharo.fogbugz.com/f/cases/22649 Build Url:

[Pharo-dev] Better management of encoding of environment variables

2018-11-12 Thread Guillermo Polito
Hi all, following the meeting we had here @Inria headquarters, I'll be backporting some of the improvements we did in the launcher this last month regarding the encoding of environment variables. I've opened for this issue https://pharo.fogbugz.com/f/cases/22658/ We have already studied