Re: [Pharo-dev] Metacello locking system

2018-03-08 Thread Dale Henrichs
On 03/06/2018 10:51 AM, Cyril Ferlicot D. wrote: Cyril, For development I tend to use Metacello locking instead of hard-wired dependencies in the BaselineOf and that works very well --- it completely avoids the need to edit a baseline for development purposes and this approach works really

Re: [Pharo-dev] [Pharo-users] [ANN] Cruiser: A Pharo app packager

2018-03-08 Thread Vincent.Blondeau
Thx! That's not planned to do mobile apps for now. I was even not aware that mobile apps could be done with Pharo. But, if you feel the need to do it, any contribution is welcomed! Vincent From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Todd Blanchard Sent:

[Pharo-dev] [Pharo 7.0-dev] Build #669: 21517-New-traits-copy-all-class-side-methods-of-TraitedClass-to-all-subclasses-of-trait-users

2018-03-08 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #669 was: SUCCESS. The Pull Request #1047 was integrated: "21517-New-traits-copy-all-class-side-methods-of-TraitedClass-to-all-subclasses-of-trait-users" Pull request url: https://github.com/pharo-project/pharo/pull/1047

Re: [Pharo-dev] [Pharo-users] [ANN] Cruiser: A Pharo app packager

2018-03-08 Thread Tudor Girba
Very cool. Thanks! Doru > On Mar 8, 2018, at 8:29 PM, > wrote: > > Hi Pharoers! > > I pleased to announce you the first release of Cruiser: a tool to package > your Pharo applications. The idea is to quickly convert an

Re: [Pharo-dev] [Pharo-users] [ANN] Cruiser: A Pharo app packager

2018-03-08 Thread Todd Blanchard
That is very cool. Any intentions to do mobile? Inspired by David Buck's post on his mobile VM. https://medium.com/@richardeng/mobile-smalltalk-c6f0cc712909 > On Mar 8, 2018, at 12:00 PM, Alexandre Bergel wrote: > > I saw a demo of it two weeks ago. This is really

Re: [Pharo-dev] [Pharo-users] [ANN] Cruiser: A Pharo app packager

2018-03-08 Thread Alexandre Bergel
I saw a demo of it two weeks ago. This is really good stuff! Cruiser is about turning a Pharo app as a stand-alone application, as an .exe file from a user perspective, without knowing there is Pharo underneath. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel

Re: [Pharo-dev] FileSystem tweaks (was Re: new pharo cheatsheet)

2018-03-08 Thread Nicolas Cellier
2018-03-08 19:44 GMT+01:00 Eliot Miranda : > Hi Sven, > > On Mar 8, 2018, at 9:55 AM, Sven Van Caekenberghe wrote: > > > > On 8 Mar 2018, at 17:58, Eliot Miranda wrote: > > > Hi Stef, > > > following on from Sean, (+1000 for using

[Pharo-dev] FileSystem tweaks (was Re: new pharo cheatsheet)

2018-03-08 Thread Eliot Miranda
Hi Sven, > On Mar 8, 2018, at 9:55 AM, Sven Van Caekenberghe wrote: > > > >> On 8 Mar 2018, at 17:58, Eliot Miranda wrote: >> >> Hi Stef, >> >> following on from Sean, (+1000 for using ordinary quotes) >> >> ’string’ collection of characters =>

Re: [Pharo-dev] [Pharo-users] Bootstrap how to

2018-03-08 Thread Alistair Grant
Hi Hilaire, Moving this to pharo-dev... On Thu, Mar 08, 2018 at 11:34:55AM +0100, Hilaire wrote: > I give again a try to bootstrap (after my last summer fail). Here how far I > went: > > Do people really like git or pretend to because > everyone is using it. Maybe there's a better source

Re: [Pharo-dev] new pharo cheatsheet

2018-03-08 Thread Sven Van Caekenberghe
> On 8 Mar 2018, at 17:58, Eliot Miranda wrote: > > Hi Stef, > > following on from Sean, (+1000 for using ordinary quotes) > > ’string’ collection of characters => ’string’ sequence of characters > $a, Character space Two ways to create characters => $a, Character

Re: [Pharo-dev] new pharo cheatsheet

2018-03-08 Thread Eliot Miranda
Hi Stef, following on from Sean, (+1000 for using ordinary quotes) ’string’ collection of characters => ’string’ sequence of characters $a, Character space Two ways to create characters => $a, Character space two ways to denote characters (or two ways to write characters; all other explanations

[Pharo-dev] [Pharo 7.0-dev] Build #668: 21513-Slots-should-distinguish-between-slot-owner-and-defining-class-

2018-03-08 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #668 was: SUCCESS. The Pull Request #1041 was integrated: "21513-Slots-should-distinguish-between-slot-owner-and-defining-class-" Pull request url: https://github.com/pharo-project/pharo/pull/1041 Issue Url:

Re: [Pharo-dev] new pharo cheatsheet

2018-03-08 Thread Sean P. DeNigris
stepharo wrote > new cheatsheet for Pharo syntax. > Any feedback is welcome Looks great! (and surprise, it covers much more than just syntax). A few observations: 1. The code examples have smart quotes. This can create confusion. If it's not too much trouble, copy/pasteable-into-Pharo single

[Pharo-dev] [Pharo 7.0-dev] Build #667: 21515 Update bootstrap to bootstrapImage 1.4 and 7.0 VM

2018-03-08 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #667 was: SUCCESS. The Pull Request #1043 was integrated: "21515 Update bootstrap to bootstrapImage 1.4 and 7.0 VM" Pull request url: https://github.com/pharo-project/pharo/pull/1043 Issue Url:

[Pharo-dev] [Pharo 7.0-dev] Build #666: 21512-Remove-Multilingual-support-from-the-bootstrap-image-and-load-it-later

2018-03-08 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #666 was: SUCCESS. The Pull Request #1042 was integrated: "21512-Remove-Multilingual-support-from-the-bootstrap-image-and-load-it-later" Pull request url: https://github.com/pharo-project/pharo/pull/1042 Issue Url:

Re: [Pharo-dev] new pharo cheatsheet

2018-03-08 Thread Stephane Ducasse
normally yes. On Thu, Mar 8, 2018 at 10:48 AM, H. Hirzel wrote: > Hello > > Is the cheat sheet > http://files.pharo.org/media/pharoCheatSheet.pdf > > up to date for Pharo 6.1 and Pharo 7? > > In particular - the references to the main web sites, are they still OK? > > >

Re: [Pharo-dev] new pharo cheatsheet

2018-03-08 Thread H. Hirzel
Hello Is the cheat sheet http://files.pharo.org/media/pharoCheatSheet.pdf up to date for Pharo 6.1 and Pharo 7? In particular - the references to the main web sites, are they still OK? MainWebSites - Codehosting http://smalltalkhub.com - Questions http://discord.gg/Sj2rhxn - Blog