Re: [Pharo-dev] Performances of source code search on latest Pharo

2018-03-17 Thread Cyril Ferlicot
On Sun, Mar 18, 2018 at 12:56 AM, Eliot Miranda wrote: > Hi Cyril, > Hi Eliot, > > can you use the profiler (either MessageTally, or better still, > AndreasSystemProfiler) to get a better understanding? > > e.g. > > AndreasSystemProfiler spyOn: >

Re: [Pharo-dev] Performances of source code search on latest Pharo

2018-03-17 Thread Cyril Ferlicot
Here some new precisions: Time to execute: SystemNavigation new browseMethodsWithSourceString: 'Method source with it' matchCase: false Pharo 6.1: 2480ms Pharo 7: 132041ms The difference seems to come from SourceFileArray>>sourceCodeAt: Pharo 6.1: sourceCodeAt: sourcePointer "Retrieves the

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-17 Thread milton mamani
I have issues with Pharo Launcher. Pharo Launcher version version 1.1.1 http://files.pharo.org/pharo-launcher/tmp-1.1.1/ version 1.1 http://files.pharo.org/pharo-launcher/1.1/ You can get these links in https://github.com/pharo-project/pharo-launcher/ OS Version Mac OS - 10.13.3 Issues Issue

Re: [Pharo-dev] Performances of source code search on latest Pharo

2018-03-17 Thread Eliot Miranda
Hi Cyril, can you use the profiler (either MessageTally, or better still, AndreasSystemProfiler) to get a better understanding? e.g. AndreasSystemProfiler spyOn: [SystemNavigation new browseMethodsWithSourceString: 'Method source with it' matchCase: false] On Sat, Mar 17, 2018 at

Re: [Pharo-dev] Released versions in Pharo Bootstrap

2018-03-17 Thread Stephan Eggermont
Denis Kudriashov wrote: > > No. Each build just loads specified version. I do not need to create new > version for new build. > But I think I still not understand you That specified version will no longer work in a newer pharo build. Pharo changes, making it necessary for

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-17 Thread Sean P. DeNigris
abergel wrote > Yesterday we also experienced many problem when using Launcher on OSX :-( Hmm, I've been using exclusively daily for many months with minimal glitches. Please post OS, Pharo system report, download method and any other relevant details. The major "gotchas" of the past were: 1) The

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-17 Thread Stephane Ducasse
On Fri, Mar 16, 2018 at 5:59 PM, Sean P. DeNigris wrote: > Ben Coman wrote >> it seems some people want to push PharoLauncher to *be* Pharo. >> To me this seems a poor strategy… This seems strange to me and highly >> likely to confuse newcomers. > > Yes, this was already

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-17 Thread Stephane Ducasse
On Sat, Mar 17, 2018 at 12:59 PM, Alexandre Bergel wrote: > Yesterday we also experienced many problem when using Launcher on OSX :-( Which version of Launcher? Which version of your OS? What problems? Can we reproduce it? Could we get pro in reporting problems? > Is

[Pharo-dev] Performances of source code search on latest Pharo

2018-03-17 Thread Cyril Ferlicot
HI, We have a regression on source code search performances in latest Pharo. I am on Windows 10. With Pharo 6.1 it takes a few seconds to look for a string in all the image source code. With the latest Pharo 7 it takes minutes. To reproduce: - Open a playground - Type something - Select the

[Pharo-dev] Bloc: Simulating "Worlds"

2018-03-17 Thread Sean P. DeNigris
Posted to Discord, but the ML is probably a better venue for discussion… Looks like it's time for my annual Bloc Dream check in ha ha! Are we any closer to World simulation, meaning controlling all the dependencies (e.g. by a test harness)? We discussed this last year

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-17 Thread Stephane Ducasse
On Sat, Mar 17, 2018 at 1:26 PM, Cédrick Béler wrote: > Little feedback too. > > I was surprised by the new download as some students had to install on > windows… hopefully, I had old win versions but it has disturbed me :) > Still handy and straightforward to just put an

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-17 Thread Peter Uhnák
> Runs fine - creates images and vms but when you try to > run them nothing happens. It fails to start the selected image. It just > fails to run the vm at all as far as I can see. I am also experiencing this... With ProcessWrapper the image launches maybe 1 out of 10 times... So I hacked for

Re: [Pharo-dev] Adapt ImageReadWriter hierarchy to need only pure binary streams

2018-03-17 Thread Stephane Ducasse
Tx sven On Sat, Mar 17, 2018 at 2:28 PM, Ben Coman wrote: > > > On 17 March 2018 at 20:28, Sven Van Caekenberghe wrote: >> >> https://pharo.manuscript.com/f/cases/21611 >> >> With the new File/Stream changes in Pharo 7, ImageReadWriter and >> subclasses broke

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-17 Thread kmo
I tried the default download of Pharo Launcher on my Windows 7 (32 bit) PC at work. It installs. Runs fine - creates images and vms but when you try to run them nothing happens. It fails to start the selected image. It just fails to run the vm at all as far as I can see. I tried it on my Windows

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-17 Thread Alexandre Bergel
Yesterday we also experienced many problem when using Launcher on OSX :-( Is the Launcher still maintained? Alexandre > On Mar 17, 2018, at 8:57 AM, kmo wrote: > > I tried the default download of Pharo Launcher on my Windows 7 (32 bit) PC at > work. It installs. Runs fine -

Re: [Pharo-dev] Released versions in Pharo Bootstrap

2018-03-17 Thread Stephan Eggermont
Denis Kudriashov wrote: > So to get all minor fixes from all dependencies the code should be loaded > from such floating branch (0.5.x). The main project can be locked to fix > current version (only dependencies will be updated). > And all released versions (0.5.3 tag) will

Re: [Pharo-dev] Released versions in Pharo Bootstrap

2018-03-17 Thread Denis Kudriashov
2018-03-17 13:15 GMT+01:00 Stephan Eggermont : > Denis Kudriashov > wrote: > > > So to get all minor fixes from all dependencies the code should be loaded > > from such floating branch (0.5.x). The main project can be locked to fix > > current version

[Pharo-dev] Adapt ImageReadWriter hierarchy to need only pure binary streams

2018-03-17 Thread Sven Van Caekenberghe
https://pharo.manuscript.com/f/cases/21611 With the new File/Stream changes in Pharo 7, ImageReadWriter and subclasses broke because these classes are not yet capable of working with simple binary streams. I created a new test case (attached) to catch the functional degradation. For each

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-17 Thread Cédrick Béler
Little feedback too. I was surprised by the new download as some students had to install on windows… hopefully, I had old win versions but it has disturbed me :) Still handy and straightforward to just put an image on the VM. But…this being said, I just tried on Mac and this works nicely and

Re: [Pharo-dev] Released versions in Pharo Bootstrap

2018-03-17 Thread Stephan Eggermont
Denis Kudriashov wrote: > 2018-03-17 13:15 GMT+01:00 Stephan Eggermont : > >> Denis Kudriashov >> wrote: >> >>> So to get all minor fixes from all dependencies the code should be loaded >>> from such floating branch (0.5.x). The

Re: [Pharo-dev] Released versions in Pharo Bootstrap

2018-03-17 Thread Denis Kudriashov
2018-03-17 13:29 GMT+01:00 Stephan Eggermont : > Denis Kudriashov > wrote: > > 2018-03-17 13:15 GMT+01:00 Stephan Eggermont > : > > > >> Denis Kudriashov > >> wrote: > >> > >>> So to get all minor fixes from all

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-17 Thread Ben Coman
On 17 March 2018 at 19:57, kmo wrote: > I tried the default download of Pharo Launcher on my Windows 7 (32 bit) PC > at > work. It installs. Runs fine - creates images and vms but when you try to > run them nothing happens. It fails to start the selected image. It just > fails

Re: [Pharo-dev] Adapt ImageReadWriter hierarchy to need only pure binary streams

2018-03-17 Thread Ben Coman
On 17 March 2018 at 20:28, Sven Van Caekenberghe wrote: > https://pharo.manuscript.com/f/cases/21611 > > With the new File/Stream changes in Pharo 7, ImageReadWriter and > subclasses broke because these classes are not yet capable of working with > simple binary streams. > > I