Re: [Pharo-dev] Bootstrap dependency, System-Announcements --> PragmaCollector

2015-09-11 Thread Marcus Denker
> On 10 Sep 2015, at 23:01, Tudor Girba wrote: > > I think SystemNavigation should essentially dissolve in the near future. > Moose used to have one of these some 10 years ago, and now all queries are > implemented as fluent APIs distributed throughout the model classes.

Re: [Pharo-dev] Bootstrap dependency, System-Announcements --> PragmaCollector

2015-09-11 Thread Max Leske
> On 10 Sep 2015, at 19:44, Ben Coman wrote: > > On Fri, Sep 11, 2015 at 12:43 AM, Max Leske > wrote: >> >>> On 10 Sep 2015, at 17:22, Ben Coman wrote: >>> >>> The bootstrap-dependency graph and

Re: [Pharo-dev] Annotating instance variables

2015-09-11 Thread Marcus Denker
> On 11 Sep 2015, at 20:05, Hernán Morales Durand > wrote: > > > I saw some interesting reflection progress in Pharo 5. I wonder if there is a > feature to rank instance variables. For example, from the browser I want to > assign a category "important" to an

Re: [Pharo-dev] Catalog does not update to include MessageFlowBrowser

2015-09-11 Thread Esteban Lorenzano
> On 11 Sep 2015, at 16:38, Esteban Lorenzano wrote: > > >> On 11 Sep 2015, at 16:29, Torsten Bergmann wrote: >> >> Hi, >> >> ConfigurationOfMessageFlowBrowser is in >> http://smalltalkhub.com/#!/~Pharo/MetaRepoForPharo50 >> for a week now but still

Re: [Pharo-dev] [Reflectivity] Progress with Reifications

2015-09-11 Thread Marcus Denker
> On 11 Sep 2015, at 17:28, Gustavo Santos wrote: > > Hello Marcus, > > I wanted to modify some event creation in Epicea and I just used this > mechanism. > It's pretty cool! > Very good that is was helpful! If you find any problems, let me know… there will be many

Re: [Pharo-dev] Running a test method in Nautilus

2015-09-11 Thread Marcus Denker
the left hand side of the method name. If the test fail, it does not open a debugger. I need to run it a second time. This is a rather odd behavior. > Am I the only one to experience this? > > Side question: > I try to check on the bug tracker if there is something about that, but I was > not

Re: [Pharo-dev] chunk file format (unrecoverable changes)

2015-09-11 Thread Martin Dias
On Thu, Sep 10, 2015 at 11:17 PM, Nicolai Hess wrote: > Now that this is fixed, should we (is it possible?) fix the changes file? > A script that replaces the "! !" by "! " in class comments should work. It's important to replace the ! mark by a space, but keep the byte

Re: [Pharo-dev] Catalog does not update to include MessageFlowBrowser

2015-09-11 Thread Torsten Bergmann
Hi Esteban, Unfortunately it is now completely broken, the JSON is not returned anymore: http://catalog.pharo.org/catalog/json gives MessageNotUnderstood: receiver of "repositoryUrl" is nil Can you have a look again? Thanks! Regards Torsten > Gesendet: Freitag, 11. September 2015 um

Re: [Pharo-dev] Annotating instance variables

2015-09-11 Thread Hernán Morales Durand
Hi Marcus, Thanks for the answers. I am discovering Reflectivity, I just have a couple more questions if you don't mind: 2015-09-11 15:26 GMT-03:00 Marcus Denker : > > > On 11 Sep 2015, at 20:05, Hernán Morales Durand < > hernan.mora...@gmail.com> wrote: > > > > > > I

Re: [Pharo-dev] Annotating instance variables

2015-09-11 Thread Torsten Bergmann
We have slots now and a unified property API that you can use on classes and methods. Define a class with three ivars:   Object subclass: #Foo     instanceVariableNames: 'one two three'     classVariableNames: ''     category: 'Bar'   Take the slot and put a property on it:     Foo slots

[Pharo-dev] http://forum.world.st down?

2015-09-11 Thread Dale Henrichs
http://downforeveryoneorjustme.com/forum.world.st

Re: [Pharo-dev] http://forum.world.st down?

2015-09-11 Thread Peter Uhnák
I also see it down. Btw this also happened couple of weeks ago (so I guess it will fix itself.)) On Fri, Sep 11, 2015 at 9:15 PM, Dale Henrichs < dale.henri...@gemtalksystems.com> wrote: > http://downforeveryoneorjustme.com/forum.world.st > > > >

Re: [Pharo-dev] http://forum.world.st down?

2015-09-11 Thread Dale Henrichs
Thx! On 09/11/2015 01:16 PM, Peter Uhnák wrote: I also see it down. Btw this also happened couple of weeks ago (so I guess it will fix itself.)) On Fri, Sep 11, 2015 at 9:15 PM, Dale Henrichs > wrote:

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

2015-09-11 Thread GitHub
Branch: refs/tags/50320 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 127a47: 50320

2015-09-11 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 127a47eee1c4b21d93a52699da70b0ab2343f23e https://github.com/pharo-project/pharo-core/commit/127a47eee1c4b21d93a52699da70b0ab2343f23e Author: Jenkins Build Server Date:

Re: [Pharo-dev] [Moose-dev] Pillar 2.0.0: Introduction of PetitPillar

2015-09-11 Thread Peter Uhnák
On Fri, Sep 11, 2015 at 3:49 PM, Alexandre Bergel wrote: > Hi Cyril, > > I use Pillar for AgileVisualization. One problem I have is that the book > contains many code snippets. How can I run all the code snippet in order to > spot error? Is there an easy way for that? >

Re: [Pharo-dev] [Moose-dev] Pillar 2.0.0: Introduction of PetitPillar

2015-09-11 Thread Alexandre Bergel
Hi Cyril, I use Pillar for AgileVisualization. One problem I have is that the book contains many code snippets. How can I run all the code snippet in order to spot error? Is there an easy way for that? Alexandre > On Sep 11, 2015, at 9:06 AM, Ferlicot D. Cyril >

Re: [Pharo-dev] Running a test method in Nautilus

2015-09-11 Thread Alexandre Bergel
Excellent! Thanks ! Works! Alexandre > On Sep 11, 2015, at 2:43 PM, Marcus Denker wrote: > >> However, this indicates many closed issues. How can I filter out the close >> issues? >> > Yes, it is annoying that the default for the search is to search closed > issues.

Re: [Pharo-dev] Running a test method in Nautilus

2015-09-11 Thread Alexandre Bergel
Thanks! That would be fantastic. Alexandre > On Sep 11, 2015, at 2:40 PM, Marcus Denker wrote: > > >> On 11 Sep 2015, at 16:37, Christophe Demarey >> wrote: >> >> I do experience the same thing with Guille today. >> Before, Nautilus ran

[Pharo-dev] [pharo-project/pharo-core] 60d9f9: 50319

2015-09-11 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 60d9f9a757251d663c2083e4779a8f62f477576d https://github.com/pharo-project/pharo-core/commit/60d9f9a757251d663c2083e4779a8f62f477576d Author: Jenkins Build Server Date:

Re: [Pharo-dev] Bootstrap dependency, System-Announcements --> PragmaCollector

2015-09-11 Thread stepharo
yes but we are focusing on bootstrap and we cannot do deep first :) Doing a pass on systemnavigation will help. And having the dependencies in the right order would help too. Le 10/9/15 23:01, Tudor Girba a écrit : I think SystemNavigation should essentially dissolve in the near future. Moose

[Pharo-dev] Pillar 2.0.0: Introduction of PetitPillar

2015-09-11 Thread Ferlicot D. Cyril
Hi everyone! Yes, a new version of Pillar, again! With this version we removed the old parser of Pillar to introduce PetitPillar base on PetitParser. This parser is slower than the previous one but we will be able to improve his speed. We will also be able to improve Pillar at the parser level,

Re: [Pharo-dev] Bootstrap dependency, System-Announcements --> PragmaCollector

2015-09-11 Thread Ben Coman
On Fri, Sep 11, 2015 at 5:01 AM, Tudor Girba wrote: > I think SystemNavigation should essentially dissolve in the near future. What timeline do you consider *near* ? ;) Should we go with my last proposal in the meantime? > Moose used to have one of these some 10 years ago,

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

2015-09-11 Thread GitHub
Branch: refs/tags/50319 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Running a test method in Nautilus

2015-09-11 Thread Peter Uhnák
> > If the test fail, it does not open a debugger. This happens when I click on the button next to the _class_, however I've never experienced such problem with the button next to a _method_. Peter On Fri, Sep 11, 2015 at 4:21 PM, Alexandre Bergel wrote: > Hi! > > I

Re: [Pharo-dev] Catalog does not update to include MessageFlowBrowser

2015-09-11 Thread Esteban Lorenzano
> On 11 Sep 2015, at 16:29, Torsten Bergmann wrote: > > Hi, > > ConfigurationOfMessageFlowBrowser is in > http://smalltalkhub.com/#!/~Pharo/MetaRepoForPharo50 > for a week now but still not included in http://catalog.pharo.org > > According to the description there is a

Re: [Pharo-dev] [Moose-dev] Pillar 2.0.0: Introduction of PetitPillar

2015-09-11 Thread Ferlicot D. Cyril
Le 11/09/2015 15:49, Alexandre Bergel a écrit : > Hi Cyril, > > I use Pillar for AgileVisualization. One problem I have is that the book > contains many code snippets. How can I run all the code snippet in order to > spot error? Is there an easy way for that? > > Alexandre > > > You mean

Re: [Pharo-dev] Running a test method in Nautilus

2015-09-11 Thread Christophe Demarey
I do experience the same thing with Guille today. Before, Nautilus ran twice the method for a failed test: one to get the status of the test and another one for the debugger. Maybe in Nautilus cleanup, it was removed. Le 11 sept. 2015 à 16:34, Peter Uhnák a écrit : > If the test fail, it does

[Pharo-dev] Running a test method in Nautilus

2015-09-11 Thread Alexandre Bergel
Hi! I can run a test method by pressing the button located on the left hand side of the method name. If the test fail, it does not open a debugger. I need to run it a second time. This is a rather odd behavior. Am I the only one to experience this? Side question: I try to check on the bug

[Pharo-dev] Catalog does not update to include MessageFlowBrowser

2015-09-11 Thread Torsten Bergmann
Hi, ConfigurationOfMessageFlowBrowser is in http://smalltalkhub.com/#!/~Pharo/MetaRepoForPharo50 for a week now but still not included in http://catalog.pharo.org According to the description there is a daily catalog job - but so far no results. It is not included although the config includes

Re: [Pharo-dev] [Reflectivity] Progress with Reifications

2015-09-11 Thread Gustavo Santos
Hello Marcus, I wanted to modify some event creation in Epicea and I just used this mechanism. It's pretty cool! Cheers, On Thu, Jun 18, 2015 at 2:36 PM, Marcus Denker wrote: > Hi, > > in Pharo5 #120 we have lots of progress with Reflectivity regarding to >

Re: [Pharo-dev] [Reflectivity] Progress with Reifications

2015-09-11 Thread Craig Latta
"Reificated" is not a word. The word that means what you want is "reified". -C -- Craig Latta netjam.org +31 6 2757 7177 (SMS ok) + 1 415 287 3547 (no SMS)

Re: [Pharo-dev] Running a test method in Nautilus

2015-09-11 Thread Marcus Denker
> On 11 Sep 2015, at 16:37, Christophe Demarey > wrote: > > I do experience the same thing with Guille today. > Before, Nautilus ran twice the method for a failed test: one to get the > status of the test and another one for the debugger. > Maybe in Nautilus

Re: [Pharo-dev] [Reflectivity] Progress with Reifications

2015-09-11 Thread Marcus Denker
> On 11 Sep 2015, at 17:42, Craig Latta wrote: > > > "Reificated" is not a word. The word that means what you want is > "reified". > > Yes, I saw that just after pressing “Send”… should have send a correction. Marcus

[Pharo-dev] Annotating instance variables

2015-09-11 Thread Hernán Morales Durand
I saw some interesting reflection progress in Pharo 5. I wonder if there is a feature to rank instance variables. For example, from the browser I want to assign a category "important" to an instance variable, or "possibly useless", etc. for later refactorings. Is such thing "easily" possible now?