Metaceller 2 beta

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

Metaceller 2 beta

DiegoLont
Hi all,

I am working hard on being able to test and edit my configurations with Metaceller as well. I do this currently for my own needs: when I need to change a configuration, I change this.

The new metaceller can be opened in Moose with the command GTMetaceller2 open. I am not done yet, as some of the functionality that is in Metaceller, does not have a place in the new Metaceller. Also I have not tested all my buttons ... a few buttons even have a todo as action. For anyone who is curious: give it a try. It is in beta, so you should expect some bugs. But if you report bugs, I will fix them asap.

One of the configurations I have changed is the configuration of GToolkit, so please take a look at how it formats the code. It writes in the order of the platforms, and within a platform it first writes projects, then packages and finally groups. And within it orders them alphabetically. So in the beginning this will cause a lot of changes, but it should be more stable if everyone starts using Metaceller to change their configurations.

Please give your first impressions,
Diego
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Metaceller 2 beta

Tudor Girba-2
Thanks!

I will take a look.

In the meantime, please fix the GToolkit configuration because it makes the builds red at the moment.

Cheers,
Doru




On Wed, Apr 2, 2014 at 4:55 PM, Diego Lont <[hidden email]> wrote:
Hi all,

I am working hard on being able to test and edit my configurations with Metaceller as well. I do this currently for my own needs: when I need to change a configuration, I change this.

The new metaceller can be opened in Moose with the command GTMetaceller2 open. I am not done yet, as some of the functionality that is in Metaceller, does not have a place in the new Metaceller. Also I have not tested all my buttons ... a few buttons even have a todo as action. For anyone who is curious: give it a try. It is in beta, so you should expect some bugs. But if you report bugs, I will fix them asap.

One of the configurations I have changed is the configuration of GToolkit, so please take a look at how it formats the code. It writes in the order of the platforms, and within a platform it first writes projects, then packages and finally groups. And within it orders them alphabetically. So in the beginning this will cause a lot of changes, but it should be more stable if everyone starts using Metaceller to change their configurations.

Please give your first impressions,
Diego
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--

"Every thing has its own flow"

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

Re: Metaceller 2 beta

Tudor Girba-2
Ok. I fixed one problem related to the name of GT-Metaceller-Stream (it was added with an extra 's' in the configuration).

But, now I am stuck with another strange error:

*** Warning: Warning: This package depends on the following classes:
  GTGenericStackDebugger
You must resolve these dependencies before you will be able to load these definitions: 
  ACGlamourDebugger

I just cannot see how this is possible given that in the ConfigurationOfAnnouncerCentricDebugger, we have: 
  package: 'ACD-Glamour-Interface' with: [ spec requires: #('ACD-Model' 'GT-Debugger') ].
  spec
project: 'GT-Debugger'
with: [ 
spec
className: 'ConfigurationOfGToolkit';
file: 'ConfigurationOfGToolkit';
version: #development;
loads: 'GT-Debugger';

In the meantime, I took out ACD from the default group of GToolkit, but we have to figure this problem out. Diego, could you help?

Doru



On Wed, Apr 2, 2014 at 7:46 PM, Tudor Girba <[hidden email]> wrote:
Thanks!

I will take a look.

In the meantime, please fix the GToolkit configuration because it makes the builds red at the moment.

Cheers,
Doru




On Wed, Apr 2, 2014 at 4:55 PM, Diego Lont <[hidden email]> wrote:
Hi all,

I am working hard on being able to test and edit my configurations with Metaceller as well. I do this currently for my own needs: when I need to change a configuration, I change this.

The new metaceller can be opened in Moose with the command GTMetaceller2 open. I am not done yet, as some of the functionality that is in Metaceller, does not have a place in the new Metaceller. Also I have not tested all my buttons ... a few buttons even have a todo as action. For anyone who is curious: give it a try. It is in beta, so you should expect some bugs. But if you report bugs, I will fix them asap.

One of the configurations I have changed is the configuration of GToolkit, so please take a look at how it formats the code. It writes in the order of the platforms, and within a platform it first writes projects, then packages and finally groups. And within it orders them alphabetically. So in the beginning this will cause a lot of changes, but it should be more stable if everyone starts using Metaceller to change their configurations.

Please give your first impressions,
Diego
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--

"Every thing has its own flow"



--

"Every thing has its own flow"

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

Re: Metaceller 2 beta

Tudor Girba-2
Also, now we have 6 tests that are failing in Metaceller. Could you take a look, Diego?

Doru


On Thu, Apr 3, 2014 at 7:43 AM, Tudor Girba <[hidden email]> wrote:
Ok. I fixed one problem related to the name of GT-Metaceller-Stream (it was added with an extra 's' in the configuration).

But, now I am stuck with another strange error:

*** Warning: Warning: This package depends on the following classes:
  GTGenericStackDebugger
You must resolve these dependencies before you will be able to load these definitions: 
  ACGlamourDebugger

I just cannot see how this is possible given that in the ConfigurationOfAnnouncerCentricDebugger, we have: 
  package: 'ACD-Glamour-Interface' with: [ spec requires: #('ACD-Model' 'GT-Debugger') ].
  spec
project: 'GT-Debugger'
with: [ 
spec
className: 'ConfigurationOfGToolkit';
file: 'ConfigurationOfGToolkit';
version: #development;
loads: 'GT-Debugger';

In the meantime, I took out ACD from the default group of GToolkit, but we have to figure this problem out. Diego, could you help?

Doru



On Wed, Apr 2, 2014 at 7:46 PM, Tudor Girba <[hidden email]> wrote:
Thanks!

I will take a look.

In the meantime, please fix the GToolkit configuration because it makes the builds red at the moment.

Cheers,
Doru




On Wed, Apr 2, 2014 at 4:55 PM, Diego Lont <[hidden email]> wrote:
Hi all,

I am working hard on being able to test and edit my configurations with Metaceller as well. I do this currently for my own needs: when I need to change a configuration, I change this.

The new metaceller can be opened in Moose with the command GTMetaceller2 open. I am not done yet, as some of the functionality that is in Metaceller, does not have a place in the new Metaceller. Also I have not tested all my buttons ... a few buttons even have a todo as action. For anyone who is curious: give it a try. It is in beta, so you should expect some bugs. But if you report bugs, I will fix them asap.

One of the configurations I have changed is the configuration of GToolkit, so please take a look at how it formats the code. It writes in the order of the platforms, and within a platform it first writes projects, then packages and finally groups. And within it orders them alphabetically. So in the beginning this will cause a lot of changes, but it should be more stable if everyone starts using Metaceller to change their configurations.

Please give your first impressions,
Diego
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--

"Every thing has its own flow"



--

"Every thing has its own flow"



--

"Every thing has its own flow"

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

Re: Metaceller 2 beta

DiegoLont
Ok. I fixed one problem related to the name of GT-Metaceller-Stream (it was added with an extra 's' in the configuration).

Sorry, my bad. I misspelled this package and committed it end of my day and forgot to test it. Thanks for fixing it.

On 03 Apr 2014, at 07:43, Tudor Girba <[hidden email]> wrote:

Also, now we have 6 tests that are failing in Metaceller. Could you take a look, Diego?

Strange, in my image they are green. I will download a builded moose and take a look. It is time I work on making the thing work and deploy properly.

On Thu, Apr 3, 2014 at 7:43 AM, Tudor Girba <[hidden email]> wrote:

But, now I am stuck with another strange error:

*** Warning: Warning: This package depends on the following classes:
  GTGenericStackDebugger
You must resolve these dependencies before you will be able to load these definitions: 
  ACGlamourDebugger

I just cannot see how this is possible given that in the ConfigurationOfAnnouncerCentricDebugger, we have: 
  package: 'ACD-Glamour-Interface' with: [ spec requires: #('ACD-Model' 'GT-Debugger') ].
  spec
project: 'GT-Debugger'
with: [ 
spec
className: 'ConfigurationOfGToolkit';
file: 'ConfigurationOfGToolkit';
version: #development;
loads: 'GT-Debugger';

In the meantime, I took out ACD from the default group of GToolkit, but we have to figure this problem out. Diego, could you help?


I will put it on my todo list. Will probably be somewhere next week. 

Cheers,
Diego


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

Re: Metaceller 2 beta

DiegoLont
GT-Toolkit is green again. I put a method in a wrong package … and now it is red again … so someone else is busy too.

On 03 Apr 2014, at 10:56, Diego Lont <[hidden email]> wrote:

Ok. I fixed one problem related to the name of GT-Metaceller-Stream (it was added with an extra 's' in the configuration).

Sorry, my bad. I misspelled this package and committed it end of my day and forgot to test it. Thanks for fixing it.

On 03 Apr 2014, at 07:43, Tudor Girba <[hidden email]> wrote:

Also, now we have 6 tests that are failing in Metaceller. Could you take a look, Diego?

Strange, in my image they are green. I will download a builded moose and take a look. It is time I work on making the thing work and deploy properly.

On Thu, Apr 3, 2014 at 7:43 AM, Tudor Girba <[hidden email]> wrote:

But, now I am stuck with another strange error:

*** Warning: Warning: This package depends on the following classes:
  GTGenericStackDebugger
You must resolve these dependencies before you will be able to load these definitions: 
  ACGlamourDebugger

I just cannot see how this is possible given that in the ConfigurationOfAnnouncerCentricDebugger, we have: 
  package: 'ACD-Glamour-Interface' with: [ spec requires: #('ACD-Model' 'GT-Debugger') ].
  spec
project: 'GT-Debugger'
with: [ 
spec
className: 'ConfigurationOfGToolkit';
file: 'ConfigurationOfGToolkit';
version: #development;
loads: 'GT-Debugger';

In the meantime, I took out ACD from the default group of GToolkit, but we have to figure this problem out. Diego, could you help?


I will put it on my todo list. Will probably be somewhere next week. 

Cheers,
Diego



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

Re: Metaceller 2 beta

Andrei Chis
I'm working now to fix the problem with the GTDebugger. 


On Thu, Apr 3, 2014 at 11:13 AM, Diego Lont <[hidden email]> wrote:
GT-Toolkit is green again. I put a method in a wrong package … and now it is red again … so someone else is busy too.

On 03 Apr 2014, at 10:56, Diego Lont <[hidden email]> wrote:

Ok. I fixed one problem related to the name of GT-Metaceller-Stream (it was added with an extra 's' in the configuration).

Sorry, my bad. I misspelled this package and committed it end of my day and forgot to test it. Thanks for fixing it.

On 03 Apr 2014, at 07:43, Tudor Girba <[hidden email]> wrote:

Also, now we have 6 tests that are failing in Metaceller. Could you take a look, Diego?

Strange, in my image they are green. I will download a builded moose and take a look. It is time I work on making the thing work and deploy properly.

On Thu, Apr 3, 2014 at 7:43 AM, Tudor Girba <[hidden email]> wrote:

But, now I am stuck with another strange error:

*** Warning: Warning: This package depends on the following classes:
  GTGenericStackDebugger
You must resolve these dependencies before you will be able to load these definitions: 
  ACGlamourDebugger

I just cannot see how this is possible given that in the ConfigurationOfAnnouncerCentricDebugger, we have: 
  package: 'ACD-Glamour-Interface' with: [ spec requires: #('ACD-Model' 'GT-Debugger') ].
  spec
project: 'GT-Debugger'
with: [ 
spec
className: 'ConfigurationOfGToolkit';
file: 'ConfigurationOfGToolkit';
version: #development;
loads: 'GT-Debugger';

In the meantime, I took out ACD from the default group of GToolkit, but we have to figure this problem out. Diego, could you help?


I will put it on my todo list. Will probably be somewhere next week. 

Cheers,
Diego



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



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

Re: Metaceller 2 beta

Tudor Girba-2
Great. Thanks to both of you :)

Doru


On Thu, Apr 3, 2014 at 11:15 AM, Andrei Chis <[hidden email]> wrote:
I'm working now to fix the problem with the GTDebugger. 


On Thu, Apr 3, 2014 at 11:13 AM, Diego Lont <[hidden email]> wrote:
GT-Toolkit is green again. I put a method in a wrong package … and now it is red again … so someone else is busy too.

On 03 Apr 2014, at 10:56, Diego Lont <[hidden email]> wrote:

Ok. I fixed one problem related to the name of GT-Metaceller-Stream (it was added with an extra 's' in the configuration).

Sorry, my bad. I misspelled this package and committed it end of my day and forgot to test it. Thanks for fixing it.

On 03 Apr 2014, at 07:43, Tudor Girba <[hidden email]> wrote:

Also, now we have 6 tests that are failing in Metaceller. Could you take a look, Diego?

Strange, in my image they are green. I will download a builded moose and take a look. It is time I work on making the thing work and deploy properly.

On Thu, Apr 3, 2014 at 7:43 AM, Tudor Girba <[hidden email]> wrote:

But, now I am stuck with another strange error:

*** Warning: Warning: This package depends on the following classes:
  GTGenericStackDebugger
You must resolve these dependencies before you will be able to load these definitions: 
  ACGlamourDebugger

I just cannot see how this is possible given that in the ConfigurationOfAnnouncerCentricDebugger, we have: 
  package: 'ACD-Glamour-Interface' with: [ spec requires: #('ACD-Model' 'GT-Debugger') ].
  spec
project: 'GT-Debugger'
with: [ 
spec
className: 'ConfigurationOfGToolkit';
file: 'ConfigurationOfGToolkit';
version: #development;
loads: 'GT-Debugger';

In the meantime, I took out ACD from the default group of GToolkit, but we have to figure this problem out. Diego, could you help?


I will put it on my todo list. Will probably be somewhere next week. 

Cheers,
Diego



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev




--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev