[Pharo-dev] [Pharo 7.0-dev] Build #1042: 20212-SyntaxErrorDebugger-GUI-glitching-when-compiler-is-fed-incorrect-input

2018-06-11 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1042 was: SUCCESS. The Pull Request #1520 was integrated: "20212-SyntaxErrorDebugger-GUI-glitching-when-compiler-is-fed-incorrect-input" Pull request url: https://github.com/pharo-project/pharo/pull/1520 Issue Url: https://p

[Pharo-dev] [Pharo 7.0-dev] Build #1041: 21949 not possible to save settings

2018-06-11 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1041 was: SUCCESS. The Pull Request #1524 was integrated: "21949 not possible to save settings" Pull request url: https://github.com/pharo-project/pharo/pull/1524 Issue Url: https://pharo.fogbugz.com/f/cases/21949 Build Url:

Re: [Pharo-dev] [Ann] Iceberg v1.1.0

2018-06-11 Thread Guillermo Polito
On Mon, Jun 11, 2018 at 7:23 PM, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > Hi Guille, > > Thank you for the update. > Can this be installed in Pharo 6.1? How? > This is already in latest Pharo build. If you want to try it in a Pharo 6.1 (I recommend to do it in a clean image), yo

Re: [Pharo-dev] Minimal kernel

2018-06-11 Thread Hernán Morales Durand
Hi Pablo, 2018-06-11 6:06 GMT-03:00 teso...@gmail.com : > You can execute the bootstrap process. How you do that? > However, maybe that is not required, as the bootstrapped images for Pharo7 > are stored. > > > These are the latest (always): > > Compiler: > https://ci.inria.fr/pharo-ci-jenkins2/

Re: [Pharo-dev] [Ann] Iceberg v1.1.0

2018-06-11 Thread Peter Uhnák
> > tag support, a new credential manager to manage keys and passwords per > host or repository Thank you! I'm looking forward to playing with this next week. (and reporting issues :)) Peter On Mon, Jun 11, 2018 at 7:23 PM, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > Hi Guille,

[Pharo-dev] [Pharo 7.0-dev] Build #1040: 22120-Integrate-Iceberg-v110

2018-06-11 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1040 was: SUCCESS. The Pull Request #1523 was integrated: "22120-Integrate-Iceberg-v110" Pull request url: https://github.com/pharo-project/pharo/pull/1523 Issue Url: https://pharo.fogbugz.com/f/cases/22120 Build Url: https:

Re: [Pharo-dev] [Ann] Iceberg v1.1.0

2018-06-11 Thread Hernán Morales Durand
Hi Guille, Thank you for the update. Can this be installed in Pharo 6.1? How? It was tested on Windows? Cheers, Hernán 2018-06-11 14:04 GMT-03:00 Guillermo Polito : > Time for the weekly Iceberg update. > Thanks to all brave users, issue reporters and contributors :). > > Key changes: we have

[Pharo-dev] [Ann] Iceberg v1.1.0

2018-06-11 Thread Guillermo Polito
Time for the weekly Iceberg update. Thanks to all brave users, issue reporters and contributors :). Key changes: we have introduced some tag support, a new credential manager to manage keys and passwords per host or repository, a new version of tonel, and made a first step towards a simplified con

[Pharo-dev] [Pharo 7.0-dev] Build #1039: 22111 font chooser package should be fonts chooser

2018-06-11 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1039 was: SUCCESS. The Pull Request #1517 was integrated: "22111 font chooser package should be fonts chooser" Pull request url: https://github.com/pharo-project/pharo/pull/1517 Issue Url: https://pharo.fogbugz.com/f/cases/2

[Pharo-dev] [Pharo 7.0-dev] Build #1038: 22107-DockingBarMorph-should-have-its-own-entry-in-the-theme-to-define-the-border-width

2018-06-11 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1038 was: FAILURE. The Pull Request #1514 was integrated: "22107-DockingBarMorph-should-have-its-own-entry-in-the-theme-to-define-the-border-width" Pull request url: https://github.com/pharo-project/pharo/pull/1514 Issue Url

Re: [Pharo-dev] About infinite debuggers in tests (https://pharo.fogbugz.com/f/cases/22085/Infinite-debugger)

2018-06-11 Thread Guillermo Polito
Hi Steven, I'll take a look at this later this week, no time now, but: did you check that the debugger makes a copy of the UI process when there is an exception in the UI process? Because that is also part of the problem I believe. On Mon, Jun 11, 2018 at 2:18 PM, Steven Costiou wrote: > Hi, > >

[Pharo-dev] About infinite debuggers in tests (https://pharo.fogbugz.com/f/cases/22085/Infinite-debugger)

2018-06-11 Thread Steven Costiou
Hi, Is that normal that in the following method we do "EX PASS" (at the end)? runCaseForDebug: aTestCase [ aTestCase announce: TestCaseStarted withResult: self. aTestCase runCaseManaged. aTestCase announce: TestCaseEnded withResult: self. "To not affect performance of big test s

Re: [Pharo-dev] Minimal kernel

2018-06-11 Thread Guido Chari
Thanks for the answers/pointers! El lun., 11 jun. 2018 a las 11:40, Esteban Lorenzano () escribió: > > > On 11 Jun 2018, at 10:58, Guido Chari wrote: > > Now I see there is a pharo-minimal bundle in http://get.pharo.org/. > > I downloaded the version for 6.1 the version for 6.1. When I try to op

Re: [Pharo-dev] Minimal kernel

2018-06-11 Thread Esteban Lorenzano
> On 11 Jun 2018, at 10:58, Guido Chari wrote: > > Now I see there is a pharo-minimal bundle in http://get.pharo.org/ > . > > I downloaded the version for 6.1 the version for 6.1. When I try to open it I > get in both modes, standard and headless: > > This interprete

Re: [Pharo-dev] Minimal kernel

2018-06-11 Thread teso...@gmail.com
You can execute the bootstrap process. However, maybe that is not required, as the bootstrapped images for Pharo7 are stored. These are the latest (always): Compiler: https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/development/lastSuccessfu

Re: [Pharo-dev] Minimal kernel

2018-06-11 Thread Guido Chari
Now I see there is a pharo-minimal bundle in http://get.pharo.org/. I downloaded the version for 6.1 the version for 6.1. When I try to open it I get in both modes, standard and headless: This interpreter (vers. 68021) cannot read image file (vers. 6521). The vm I am using is able to open 6.1

Re: [Pharo-dev] Minimal kernel

2018-06-11 Thread Esteban Lorenzano
hi, you can bootstrap whatever you want, yes. cheers, Esteban > On 11 Jun 2018, at 10:30, Guido Chari wrote: > > Hi, > > Is there any way to build a minimal (kernel) pharo image or at least some > kind of small image without the whole default packages? > > Best regards, > Guido.

[Pharo-dev] Minimal kernel

2018-06-11 Thread Guido Chari
Hi, Is there any way to build a minimal (kernel) pharo image or at least some kind of small image without the whole default packages? Best regards, Guido.

[Pharo-dev] [Pharo 7.0-dev] Build #1037: 22108 Cleanup Text-Scanning

2018-06-11 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1037 was: SUCCESS. The Pull Request #1515 was integrated: "22108 Cleanup Text-Scanning" Pull request url: https://github.com/pharo-project/pharo/pull/1515 Issue Url: https://pharo.fogbugz.com/f/cases/22108 Build Url: https:/