Re: [Pharo-dev] [Debugger] Is "run to here" broken?

2017-11-14 Thread Ben Coman
On 14 November 2017 at 23:55, Thomas Dupriez < thomas.dupr...@ens-paris-saclay.fr> wrote: > While working on writing a test, I discovered that just using stepThrough > instead of stepOver may not be the definitive solution. > > # Example1: When using the `value` message directly (instead of

Re: [Pharo-dev] [Debugger] Is "run to here" broken?

2017-11-14 Thread Thomas Dupriez
While working on writing a test, I discovered that just using stepThrough instead of stepOver may not be the definitive solution. # Example1: When using the `value` message directly (instead of calling a method that does that as in my previous example), the RunToHere moves the debugSession to

Re: [Pharo-dev] Thank you

2017-11-14 Thread Sven Van Caekenberghe
> On 14 Nov 2017, at 09:20, Pavel Krivanek wrote: > > Hi, > > yesterday I have seen this interesting talk: > > https://www.youtube.com/watch?v=VS6IpvTWwkQ=desktop > > ...where pictures like this were presented: > >

Re: [Pharo-dev] Thank you

2017-11-14 Thread Ben Coman
Thanks Pavel. Really liked it. Apart from the core integrators, I think our community is well placed with a spread of maintainers across the different corners of the system. I thought the follow-on vid is also quite applicable, particularly the animal shelter analogy... Volunteering for !=

Re: [Pharo-dev] UFFI/Sista/Scorch

2017-11-14 Thread Clément Bera
Hi Ben, This is the work that Ronie did. You have lower level bytecodes in the SistaV1 bytecode set which can be used for parameters marshalling. Ronie has a prototype where the marshalling of FFI calls is generated image-side once and reused for all calls. For now, if Scorch does not recognise

Re: [Pharo-dev] UFFI/Sista/Scorch

2017-11-14 Thread Esteban Lorenzano
> On 13 Nov 2017, at 22:30, Ben Coman wrote: > > > Just curious regarding Slide 16 [1] which indicates UFFI sequence is... > 1. Generate bytecodes for marshalling > 2. Re-send method invocation > > Do the bytecodes get cached so that (1.) is only down once? > > What

Re: [Pharo-dev] Pharo6.1 is hangs and then crashes

2017-11-14 Thread Pavel Krivanek
Thank you for reporting https://pharo.fogbugz.com/f/cases/20691/infinite-recursion-when-evaluating-45-56-matchesRegex-s-d-2 -- Pavel 2017-11-14 10:47 GMT+01:00 Yuriy Babah : > Hi! > I don't know haw important this is, but > > when executing: > ' 45 56' matchesRegex:

[Pharo-dev] Pharo6.1 is hangs and then crashes

2017-11-14 Thread Yuriy Babah
Hi! I don't know haw important this is, but when executing: ' 45 56' matchesRegex: '(\s+\d+){2}' Pharo6.1 is hangs and then crashes Os Window7x64, dump file is not creating.

[Pharo-dev] [Pharo 7.0-dev] Build #293: 20686-disabling-of-FreeType-fonts-should-set-bitmap-Source-Pro-fonts

2017-11-14 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #293 was: SUCCESS. The Pull Request #476 was integrated: "20686-disabling-of-FreeType-fonts-should-set-bitmap-Source-Pro-fonts" Pull request url: https://github.com/pharo-project/pharo/pull/476 Issue Url:

[Pharo-dev] [Pharo 7.0-dev] Build #292: 20166-wrong-cliprect-on-transformed-athens-canvas

2017-11-14 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #292 was: SUCCESS. The Pull Request #477 was integrated: "20166-wrong-cliprect-on-transformed-athens-canvas" Pull request url: https://github.com/pharo-project/pharo/pull/477 Issue Url:

[Pharo-dev] Thank you

2017-11-14 Thread Pavel Krivanek
Hi, yesterday I have seen this interesting talk: https://www.youtube.com/watch?v=VS6IpvTWwkQ=desktop ...where pictures like this were presented: