the moose build is green

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

the moose build is green

Tudor Girba-2
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."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: the moose build is green

Ben Coman
On Sun, Jul 3, 2016 at 9:14 PM, Tudor Girba <[hidden email]> 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
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: the moose build is green

Tudor Girba-2
Hi,

Yes. A release means a reloadable stable version.

Cheers,
Doru


> On Jul 3, 2016, at 4:52 PM, Ben Coman <[hidden email]> wrote:
>
> On Sun, Jul 3, 2016 at 9:14 PM, Tudor Girba <[hidden email]> 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
>> [hidden email]
>> https://www.list.inf.unibe.ch/listinfo/moose-dev
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> 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
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: the moose build is green

Jan Kurš

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 <[hidden email]> wrote:
Hi,

Yes. A release means a reloadable stable version.

Cheers,
Doru


> On Jul 3, 2016, at 4:52 PM, Ben Coman <[hidden email]> wrote:
>
> On Sun, Jul 3, 2016 at 9:14 PM, Tudor Girba <[hidden email]> 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
>> [hidden email]
>> https://www.list.inf.unibe.ch/listinfo/moose-dev
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> 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
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: the moose build is green

SergeStinckwich
In reply to this post by Tudor Girba-2
On Sun, Jul 3, 2016 at 2:14 PM, Tudor Girba <[hidden email]> 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

--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev