> Begin forwarded message:
>
> From: Sven Van Caekenberghe <sven(a)stfx.eu>
> Subject: [Pharo-users] [ ANN ] Pharo Days 2016
> Date: December 9, 2015 at 9:52:09 AM EST
> To: Any question about pharo is welcome <pharo-users(a)lists.pharo.org>, Pharo Development List <pharo-dev(a)lists.pharo.org>, Pharo Business <pharo-business(a)lists.pharo.org>
> Reply-To: Any question about pharo is welcome <pharo-users(a)lists.pharo.org>
>
> Dear fellow Pharoers,
>
> Mark your calendars: on Thursday March 31 & Friday April 1 we are organising the Pharo Days 2016. This year we moved the location to Namur, Belgium, just a bit south of Brussels, at the very beautiful location of the ‘Cercle de Wallonie’ overlooking the river Meuse.
>
> We’ll update the following page moving forward.
>
> https://medium.com/concerning-pharo/pharo-days-2016-c52fe4d7caf
>
> You can ask questions on any of the Pharo mailing lists or you can email the Pharo Board.
>
> Let's make this another success, together ! We hope to see as many of you as possible.
>
>
--
www.tudorgirba.com
"We are all great at making mistakes."
Hello moose developer!
First of all, thanks for the little meeting at Esug19!
One of the point during the meeting was: do we have documentation about
the new features introduced in moose?
The answer is: YES!
It's still work in progress (as the work on Moose 8).
I'm trying to create a moose-wiki (as
https://github.com/pharo-open-documentation/pharo-wiki).
You can find it here: https://moosetechnology.github.io/moose-wiki/ (w
eb version) and here: https://github.com/moosetechnology/moose-wiki
(github version).
Most of the documentation come from themoosebook and
https://github.com/SquareBracketAssociates/Booklet-FamixNG and part of
the documentation are new.
I'm also trying to collect all the famix parsers (to create mse files)
we have and the meta-models.
I think we can also create links to great moose-projects (not directly
in a moose image but you can load it in moose (like FAST)).
I also create linked to blog posts that describes the protocol to
analyze projects with moose (as
https://fuhrmanator.github.io/2019/07/29/AnalyzingJavaWithMoose.html)
If you have one, please send me an email ;-)
Benoît Verhaeghe
@badetitou
PHD student at: RMoD - Inria Lille - Nord Europe
R&D developer at Berger-Levrault - France
Hi,
I would like to organise a meeting around Moose at ESUG19, to explain you what we have done this year, where we are going and discuss with you what you are expecting and how you can contribute.
If we are enough, we can do that either today (Wednesday) just after lunch at 13h or tomorrow Thursday after show us your project.
Can you please say if you want to attend and which date you are available?
Thanks in advance.
Anne
Hi moosers,
When loading Moose 7, PetitJson is not included.
Is it voluntary ?
Cheers,
--
~~Jannik Laval~~
Enseignant-chercheur
Responsable Pédagogique Licence Coordonnateur de Projet
IUT Lumière, Université Lumière Lyon 2
laboratoire DISP
+33 4 78 77 43 06
http://www.jannik-laval.euhttp://www.phratch.comhttp://www.approchealpes.info
I’ve yet to try anything significant with Moose, either this new version or the prior. Though I did run some C through Verveine C/C++ over a year ago, I don’t remember doing anything with Moose itself.
Does Moose 8.0 change the way that you use it for programs in C (and other languages that needed something that the earlier Moose didn’t do by itself)?
Sent from my iPad
> On Aug 5, 2019, at 5:25 AM, Benoît Verhaeghe <badetitou(a)gmail.com> wrote:
>
> Hi,
>
> It is added on instance side of MooseAbstractGroup, as #allWithSubTypesOf: and, #allWithType:
>
> Cheers,
> Benoit
>
>
>> Le lun. 5 août 2019 à 11:06, Tudor Girba <tudor(a)tudorgirba.com> a écrit :
>> Hi,
>>
>> Interesting. Is this added on the instance side or MooseModel?
>>
>> Cheers,
>> Tudor
>>
>>
>> > On Aug 5, 2019, at 11:00 AM, Benoît Verhaeghe <badetitou(a)gmail.com> wrote:
>> >
>> > Hi all,
>> >
>> > We have added the method "allUsing:".
>> > It takes a Trait as a parameter and will return all the entities in your model that use the trait.
>> >
>> > Example:
>> > mooseModel allUsing: FamixTClass
>> > will return all the FamixJavaClass and FamixJavaInnerClass (if FamixJavaInnerClass --|> FamixJavaClass)
>> >
>> > It will be the main method if you want to query your model with abstract entities.
>> >
>> > Benoît
>> > _______________________________________________
>> > Moose-dev mailing list
>> > Moose-dev(a)list.inf.unibe.ch
>> > https://www.list.inf.unibe.ch/listinfo/moose-dev
>>
>> --
>> feenk.com
>>
>> "We can create beautiful models in a vacuum.
>> But, to get them effective we have to deal with the inconvenience of reality."
>>
>> _______________________________________________
>> Moose-dev mailing list
>> Moose-dev(a)list.inf.unibe.ch
>> https://www.list.inf.unibe.ch/listinfo/moose-dev
> _______________________________________________
> Moose-dev mailing list
> Moose-dev(a)list.inf.unibe.ch
> https://www.list.inf.unibe.ch/listinfo/moose-dev
Hi all,
We have added the method "allUsing:".
It takes a Trait as a parameter and will return all the entities in your
model that use the trait.
Example:
mooseModel allUsing: FamixTClass
will return all the FamixJavaClass and FamixJavaInnerClass (if
FamixJavaInnerClass --|> FamixJavaClass)
It will be the main method if you want to query your model with abstract
entities.
Benoît