Re: [Pharo-users] Strange behavior of Pragma>>#allNamed:in:

2016-02-23 Thread Ben Coman
On Wed, Feb 24, 2016 at 5:19 AM, Julien Delplanque wrote: > I experience a strange behavior with Pragma>>#allNamed:in: > > When I use > > Pragma allNamed: #myPragma in: MyClass > > It works as expected. > > But when instead of hard-coding "MyClass" I use "self class" in an

Re: [Pharo-users] Strange behavior of Pragma>>#allNamed:in:

2016-02-23 Thread Nicolai Hess
2016-02-23 22:19 GMT+01:00 Julien Delplanque : > Hi, > > I experience a strange behavior with Pragma>>#allNamed:in: > > When I use > > Pragma allNamed: #myPragma in: MyClass > > It works as expected. > > But when instead of hard-coding "MyClass" I use "self class" in an method >

[Pharo-users] Strange behavior of Pragma>>#allNamed:in:

2016-02-23 Thread Julien Delplanque
Hi, I experience a strange behavior with Pragma>>#allNamed:in: When I use Pragma allNamed: #myPragma in: MyClass It works as expected. But when instead of hard-coding "MyClass" I use "self class" in an method (instance side), Pragma allNamed: #myPragma in: self class returns an empty

Re: [Pharo-users] Help with trying to publish my project in the Pharo Catalog

2016-02-23 Thread Offray Vladimir Luna Cárdenas
Hi Mariano, Thanks for the help! I have already grafoscopio available as a package inside the catalog for Pharo 4 and today I will package it for Pharo 5. The developing platform is really Moose 6, because is also the one for Roassal2, so it becomes already integrated with a core dependency

[Pharo-users] curiousity, ensure unwind block priority inheritance

2016-02-23 Thread Ben Coman
Just thought I'd share something enlightening I learnt today, a curious surprise... When a process is terminated, the #ensure: unwind block effectively inherits the priority of the terminator process. Thus the following... log := OrderedCollection new. s := Semaphore new. p := [

Re: [Pharo-users] Help with trying to publish my project in the Pharo Catalog

2016-02-23 Thread Offray Vladimir Luna Cárdenas
Thanks Alexandre! Next time I will try help first and then make questions refering to it. Cheers, Offray On 23/02/16 04:54, Alexandre Bergel wrote: Just for info, I have written an Help, available in the base image. Just open the Help browser Alexandre On Feb 22, 2016, at 11:05 PM,

Re: [Pharo-users] Help with trying to publish my project in the Pharo Catalog

2016-02-23 Thread Mariano Martinez Peck
On Tue, Feb 23, 2016 at 12:22 AM, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > Thanks Mariano for your quick answer, > > I had to be quick, otherwise wouldn't be useful ;) > Effectively I had not commited to meta repos for Pharo. Video tutorials at > [1] and [2] or

Re: [Pharo-users] What are immediate subclass and word variable subclass?

2016-02-23 Thread Sven Van Caekenberghe
Currently, modified class comments are not loaded, so don't bother trying to improve them > On 23 Feb 2016, at 10:55, Alexandre Bergel wrote: > > I do not understand, is this related to the improved comment I have submitted? > > Alexandre > > >> On Feb 21, 2016, at

Re: [Pharo-users] Help with trying to publish my project in the Pharo Catalog

2016-02-23 Thread Alexandre Bergel
Just for info, I have written an Help, available in the base image. Just open the Help browser Alexandre > On Feb 22, 2016, at 11:05 PM, Offray Vladimir Luna Cárdenas > wrote: > > Hi, > > We will have our first half data week[1] from Thursday 25 Feb to Saturday 27

Re: [Pharo-users] What are immediate subclass and word variable subclass?

2016-02-23 Thread Alexandre Bergel
I do not understand, is this related to the improved comment I have submitted? Alexandre > On Feb 21, 2016, at 12:14 PM, Sven Van Caekenberghe wrote: > > We have a bug where class comment fail to load ;-) > >

Re: [Pharo-users] how to import a grammar file into Pharo

2016-02-23 Thread John Pfersich
Personally, l wish for a new ANSI Smalltalk group to convene to extend the standard to more areas of the language. I know it's a pipe dream, but it sure would be nice. Sent from my iPad > On Feb 22, 2016, at 23:36, stepharo wrote: > > pay attention VW code is not Pharo