Doru
when I try to run the test in Moose-All in Squeak I get a DNU model allMethods....
I want to check in VW but I do not succeed to run the tests. I should be sooooo fucking stupid. What a huge improvement this UI terribly excellent. I lost 20 min and now I'm pissed off.
allMethods does not seem to be implemented on mooseModel or I'm blind. But again I may be totally stupid.... I start to love really squeak.
I put a halt in the setUp method of the CandidateListOperator which is inoved in the ressources setup Now I
setUp
self halt. groups := (model allMethods reject: #isAbstract) groupedBy: #signature
allMethods is implemented in AbstractGroup and is packaged in MooseFAMIXExtensions. AbstractGroup is the superclass of MooseModel. So, maybe there was an error when you loaded Moose?
Doru
On Jun 12, 2008, at 9:45 PM, stephane ducasse wrote:
Doru
when I try to run the test in Moose-All in Squeak I get a DNU model allMethods....
I want to check in VW but I do not succeed to run the tests. I should be sooooo fucking stupid. What a huge improvement this UI terribly excellent. I lost 20 min and now I'm pissed off.
allMethods does not seem to be implemented on mooseModel or I'm blind. But again I may be totally stupid.... I start to love really squeak.
I put a halt in the setUp method of the CandidateListOperator which is inoved in the ressources setup Now I
setUp
self halt. groups := (model allMethods reject: #isAbstract) groupedBy: #signature _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"Obvious things are difficult to teach."
On Jun 12, 2008, at 9:47 PM, Tudor Girba wrote:
allMethods is implemented in AbstractGroup and is packaged in MooseFAMIXExtensions. AbstractGroup is the superclass of MooseModel.
I just saw that in VW.
So, maybe there was an error when you loaded Moose?
allMethods does not existin SqMoose
allMethods <navigation: 'All methods'> ^self allWithType: FAMIXMethod asMetaDescription
I think that doing the port and the change from Meta to fame and from Fmaix 2.0 to 3.0 is simply killing me. Simply I have to guess all the time. first because I have no clue about Famix 3.0 because Fame changes and there is no doc so far. For example how do am I supposed to code that in squeak?
allMethods <navigation: 'All methods'> ^self allWithType: FAMIXMethod asMetaDescription
allMethods is implemented in AbstractGroup and is packaged in MooseFAMIXExtensions. AbstractGroup is the superclass of MooseModel. So, maybe there was an error when you loaded Moose?
Could we have some remote but sync coding party? I have too much questions on moose implementation.
Stef
On Jun 12, 2008, at 9:58 PM, Stéphane Ducasse wrote:
I think that doing the port and the change from Meta to fame and from Fmaix 2.0 to 3.0 is simply killing me. Simply I have to guess all the time. first because I have no clue about Famix 3.0 because Fame changes and there is no doc so far. For example how do am I supposed to code that in squeak?
allMethods <navigation: 'All methods'> ^self allWithType: FAMIXMethod asMetaDescription
allMethods is implemented in AbstractGroup and is packaged in MooseFAMIXExtensions. AbstractGroup is the superclass of MooseModel. So, maybe there was an error when you loaded Moose?
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev