Hi,
The Moose build is now green.
That puts us in a good situation for a release.
Until the release I would like us to push be great to touch the followings: - Adding the Famix packages to a separate Famix configuration. Cyril would like to help with that. - Integrate the PetitParser compiler in the ConfigurarionOfPetitParser. @Jan: any chance to get you interested to look at this? - Integrating SmaCC and all its parsers.
Anything else we should be aware of?
Cheers, Doru
-- www.tudorgirba.com www.feenk.com
"From an abstract enough point of view, any two things are similar."
On Sun, Jul 3, 2016 at 9:14 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
The Moose build is now green.
As well as an downloadable Image of its own, are you also aiming for Moose to be installable by Configuration on top of a fresh Pharo 5 image?
Metacello new smalltalkhubUser: 'Moose' project: 'Moose'; configuration: 'Moose'; version: #stable; load.
which tells me... MetacelloProjectSpecLoadError: No version found for #stable of ConfigurationOfMooseAlgos because: The symbolic version #stable is not defined in ConfigurationOfMooseAlgos for the current platform. Possible symbolic version values include: #(#bleedingEdge 'development')
and trying with #development I got... This package depends on the following classes: DeepActionStrategy DeepTraverserTest You must resolve these dependencies before you will be able to load these definitions: MalGraphBuilderStrategy MalGraphBuilderStrategy>>#executeOnObject: MalGraphBuilderStrategy>>#executeOnRelationFrom:to: MalGraphBuilderStrategy>>#graph MalGraphBuilderStrategy>>#graph: MalGraphBuilderStrategy>>#initialize MalTraverserWithGraphBuilderTest MalTraverserWithGraphBuilderTest>>#setUp MalTraverserWithGraphBuilderTest>>#testGraphFrom0 MalTraverserWithGraphBuilderTest>>#testGraphFrom2 MalTraverserWithGraphBuilderTest>>#testGraphNode MalTraverserWithGraphBuilderTest>>#traverser
cheers -ben
That puts us in a good situation for a release.
Until the release I would like us to push be great to touch the followings:
- Adding the Famix packages to a separate Famix configuration. Cyril would like to help with that.
- Integrate the PetitParser compiler in the ConfigurarionOfPetitParser. @Jan: any chance to get you interested to look at this?
- Integrating SmaCC and all its parsers.
Anything else we should be aware of?
Cheers, Doru
-- www.tudorgirba.com www.feenk.com
"From an abstract enough point of view, any two things are similar."
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Hi,
Yes. A release means a reloadable stable version.
Cheers, Doru
On Jul 3, 2016, at 4:52 PM, Ben Coman btc@openinworld.com wrote:
On Sun, Jul 3, 2016 at 9:14 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
The Moose build is now green.
As well as an downloadable Image of its own, are you also aiming for Moose to be installable by Configuration on top of a fresh Pharo 5 image?
Metacello new smalltalkhubUser: 'Moose' project: 'Moose'; configuration: 'Moose'; version: #stable; load.
which tells me... MetacelloProjectSpecLoadError: No version found for #stable of ConfigurationOfMooseAlgos because: The symbolic version #stable is not defined in ConfigurationOfMooseAlgos for the current platform. Possible symbolic version values include: #(#bleedingEdge 'development')
and trying with #development I got... This package depends on the following classes: DeepActionStrategy DeepTraverserTest You must resolve these dependencies before you will be able to load these definitions: MalGraphBuilderStrategy MalGraphBuilderStrategy>>#executeOnObject: MalGraphBuilderStrategy>>#executeOnRelationFrom:to: MalGraphBuilderStrategy>>#graph MalGraphBuilderStrategy>>#graph: MalGraphBuilderStrategy>>#initialize MalTraverserWithGraphBuilderTest MalTraverserWithGraphBuilderTest>>#setUp MalTraverserWithGraphBuilderTest>>#testGraphFrom0 MalTraverserWithGraphBuilderTest>>#testGraphFrom2 MalTraverserWithGraphBuilderTest>>#testGraphNode MalTraverserWithGraphBuilderTest>>#traverser
cheers -ben
That puts us in a good situation for a release.
Until the release I would like us to push be great to touch the followings:
- Adding the Famix packages to a separate Famix configuration. Cyril would like to help with that.
- Integrate the PetitParser compiler in the ConfigurarionOfPetitParser. @Jan: any chance to get you interested to look at this?
- Integrating SmaCC and all its parsers.
Anything else we should be aware of?
Cheers, Doru
-- www.tudorgirba.com www.feenk.com
"From an abstract enough point of view, any two things are similar."
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- www.tudorgirba.com www.feenk.com
"Be rather willing to give than demanding to get."
Hi Doru,
I would rather integrate the compiler after the release. I plan to spend some time just in code, doing refactorings, fixes and cleanups. And there might be some backward compatibility issues,... and I prefer to have time for this.
Cheers Jan
On Sun, Jul 3, 2016, 17:04 Tudor Girba tudor@tudorgirba.com wrote:
Hi,
Yes. A release means a reloadable stable version.
Cheers, Doru
On Jul 3, 2016, at 4:52 PM, Ben Coman btc@openinworld.com wrote:
On Sun, Jul 3, 2016 at 9:14 PM, Tudor Girba tudor@tudorgirba.com
wrote:
Hi,
The Moose build is now green.
As well as an downloadable Image of its own, are you also aiming for Moose to be installable by Configuration on top of a fresh Pharo 5 image?
Metacello new smalltalkhubUser: 'Moose' project: 'Moose'; configuration: 'Moose'; version: #stable; load.
which tells me... MetacelloProjectSpecLoadError: No version found for #stable of ConfigurationOfMooseAlgos because: The symbolic version #stable is not defined in ConfigurationOfMooseAlgos for the current platform. Possible symbolic version values include: #(#bleedingEdge 'development')
and trying with #development I got... This package depends on the following classes: DeepActionStrategy DeepTraverserTest You must resolve these dependencies before you will be able to load these definitions: MalGraphBuilderStrategy MalGraphBuilderStrategy>>#executeOnObject: MalGraphBuilderStrategy>>#executeOnRelationFrom:to: MalGraphBuilderStrategy>>#graph MalGraphBuilderStrategy>>#graph: MalGraphBuilderStrategy>>#initialize MalTraverserWithGraphBuilderTest MalTraverserWithGraphBuilderTest>>#setUp MalTraverserWithGraphBuilderTest>>#testGraphFrom0 MalTraverserWithGraphBuilderTest>>#testGraphFrom2 MalTraverserWithGraphBuilderTest>>#testGraphNode MalTraverserWithGraphBuilderTest>>#traverser
cheers -ben
That puts us in a good situation for a release.
Until the release I would like us to push be great to touch the
followings:
- Adding the Famix packages to a separate Famix configuration. Cyril
would like to help with that.
- Integrate the PetitParser compiler in the ConfigurarionOfPetitParser.
@Jan: any chance to get you interested to look at this?
- Integrating SmaCC and all its parsers.
Anything else we should be aware of?
Cheers, Doru
-- www.tudorgirba.com www.feenk.com
"From an abstract enough point of view, any two things are similar."
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- www.tudorgirba.com www.feenk.com
"Be rather willing to give than demanding to get."
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
On Sun, Jul 3, 2016 at 2:14 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
The Moose build is now green.
I configure a SmalltalkCI job for MOOSE 6.0 also here: https://github.com/moosetechnology/Moose but the build are still red, I have to look why.
That puts us in a good situation for a release.
Great !
Until the release I would like us to push be great to touch the followings:
- Adding the Famix packages to a separate Famix configuration. Cyril would like to help with that.
- Integrate the PetitParser compiler in the ConfigurarionOfPetitParser. @Jan: any chance to get you interested to look at this?
- Integrating SmaCC and all its parsers.
Anything else we should be aware of?
Are you interested to integrate my work on random graph generators here: http://smalltalkhub.com/#!/~SergeStinckwich/Moose-Algos-Graph-Generators