[Pharo-dev] Need help with Pillar

2017-05-17 Thread Alexandre Bergel
Hi! I have installed Pillar on MacOSX using: curl https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh | bash I had to copy PharoV50.sources in the folder pharo-vm/ apparently. Getting the archetype book gives me an error: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: [Pharo-dev] Command line save and quit

2017-05-17 Thread K K Subbu
On Wednesday 17 May 2017 06:53 PM, Damien Pollet wrote: | quit | quit := self commandLine hasOption: 'quit'. (self commandLine hasOption: 'save') ifTrue: [ Smalltalk snapshot: true andQuit: quit ]. quit ifTrue: [ self exitSuccess

Re: [Pharo-dev] Current working directory

2017-05-17 Thread Ben Coman
On Wed, May 17, 2017 at 7:38 PM, Rajula Vineet wrote: > Hi all, > > I am working on improving pharo command line as a part of my GSoC project. I > have been looking at different current working directory implementations. I > have written a blog post >

Re: [Pharo-dev] Command line save and quit

2017-05-17 Thread Max Leske
> On 17 May 2017, at 15:23, Damien Pollet wrote: > > On 17 May 2017 at 14:34, Max Leske > wrote: > > (self hasOption: 'save') > > ifTrue: [ Smalltalk snapshot: true andQuit: false ]. > > (self

Re: [Pharo-dev] Command line save and quit

2017-05-17 Thread Damien Pollet
On 17 May 2017 at 14:34, Max Leske wrote: > > (self hasOption: 'save') > > ifTrue: [ Smalltalk snapshot: true andQuit: false ]. > > (self hasOption: 'quit') > > ifTrue: [ self exitSuccess ]. > > Yes, I think so. But you have to be

Re: [Pharo-dev] Current working directory

2017-05-17 Thread K K Subbu
On Wednesday 17 May 2017 05:08 PM, Rajula Vineet wrote: Hi all, I am working on improving pharo command line as a part of my GSoC project. I have been looking at different current working directory implementations. I have written a blog post

Re: [Pharo-dev] Command line save and quit

2017-05-17 Thread Max Leske
> On 17 May 2017, at 14:24, K K Subbu wrote: > > On Wednesday 17 May 2017 05:12 PM, Max Leske wrote: >> Yes. #exitSuccess does a bit more: >> 1. return an exit code to the command line >> 2. print a message >> 3. check if the session has changed >> 4. allows for overriding

Re: [Pharo-dev] Command line save and quit

2017-05-17 Thread K K Subbu
On Wednesday 17 May 2017 05:12 PM, Max Leske wrote: Yes. #exitSuccess does a bit more: 1. return an exit code to the command line 2. print a message 3. check if the session has changed 4. allows for overriding and special handling of the Exit exception. You should not assume that nobody needs

Re: [Pharo-dev] Command line save and quit

2017-05-17 Thread Max Leske
> On 17 May 2017, at 13:29, K K Subbu wrote: > > Hi, > > STCommandLineHandler>>#end is defined as: > --- > | quit | > quit := self commandLine hasOption: 'quit'. > (self commandLine hasOption: 'save') > ifTrue: [ Smalltalk snapshot: true

[Pharo-dev] Command line save and quit

2017-05-17 Thread K K Subbu
Hi, STCommandLineHandler>>#end is defined as: --- | quit | quit := self commandLine hasOption: 'quit'. (self commandLine hasOption: 'save') ifTrue: [ Smalltalk snapshot: true andQuit: quit ]. quit ifTrue: [ self exitSuccess ]. ---

[Pharo-dev] [pharo-project/pharo-core] 5f1eeb: 60493

2017-05-17 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 5f1eeba80dbaa420d1bfe4c060971093b461610b https://github.com/pharo-project/pharo-core/commit/5f1eeba80dbaa420d1bfe4c060971093b461610b Author: Jenkins Build Server Date:

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

2017-05-17 Thread GitHub
Branch: refs/tags/60493 Home: https://github.com/pharo-project/pharo-core

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

2017-05-17 Thread GitHub
Branch: refs/tags/60492 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] b9b7b1: 60492

2017-05-17 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: b9b7b1944cd756bfebafe7d8371c010d9f3c072e https://github.com/pharo-project/pharo-core/commit/b9b7b1944cd756bfebafe7d8371c010d9f3c072e Author: Jenkins Build Server Date:

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

2017-05-17 Thread GitHub
Branch: refs/tags/60491 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 34fd6c: 60491

2017-05-17 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 34fd6cd0663aad13285696d9993772ec28c0a8ad https://github.com/pharo-project/pharo-core/commit/34fd6cd0663aad13285696d9993772ec28c0a8ad Author: Jenkins Build Server Date: