Hi guys. Let's say I need to know how "large" Moose is. I want an approx. number of classes, package, and total LOC. I can take the default Moose distribution (one-click). Of course I only want to take into account only Moose packages (and its dependencies), but not Pharo itself.
I could do it...but it may take some time.. maybe someone already did it.
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
model := MooseScripts createModelForConfigurationOfMoose.
model allModelClasses size. model allModelClasses totalNumberOfLinesOfCode On Fri, Oct 5, 2012 at 2:57 PM, Mariano Martinez Peck <[hidden email]> wrote: > Hi guys. Let's say I need to know how "large" Moose is. I want an approx. > number of classes, package, and total LOC. I can take the default Moose > distribution (one-click). Of course I only want to take into account only > Moose packages (and its dependencies), but not Pharo itself. > I could do it...but it may take some time.. maybe someone already did it. > anyone? > > Thanks, > > -- > Mariano > http://marianopeck.wordpress.com > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > -- www.tudorgirba.com "Every thing has its own flow" _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
And for the packages:
... model allModelPackages size
On Fri, Oct 5, 2012 at 3:01 PM, Tudor Girba <[hidden email]> wrote: model := MooseScripts createModelForConfigurationOfMoose. Andre Hora _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi guys. I took a fresh Moose 4.7 and when I evaluate that, the CPU goes to 100% for 20 minutes and then I try to interrupt, it crashes.
Maybe an infinitive loop when importing classes? the image was hanged with this screenshot.
Then I took same VM but with moose 4.6 image and it worked....so I guess there is a bug in 4.7. I share the numbers of 4.6: | model | model := MooseScripts createModelForConfigurationOfMoose.
model allModelClasses size. "1364" model allModelClasses totalNumberOfLinesOfCode "121910" model allModelPackages size "174" Thanks,
On Fri, Oct 5, 2012 at 3:29 PM, Andre Hora <[hidden email]> wrote: And for the packages: Mariano http://marianopeck.wordpress.com _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev Screen shot 2012-10-05 at 4.37.16 PM.png (38K) Download Attachment |
Thanks for pointing it out. Indeed, the jenkins job was failing as
well, but I did not have time to investigate. In the meantime, it is fixed. Cheers, Doru On Fri, Oct 5, 2012 at 5:02 PM, Mariano Martinez Peck <[hidden email]> wrote: > Hi guys. I took a fresh Moose 4.7 and when I evaluate that, the CPU goes to > 100% for 20 minutes and then I try to interrupt, it crashes. > Maybe an infinitive loop when importing classes? the image was hanged with > this screenshot. > Then I took same VM but with moose 4.6 image and it worked....so I guess > there is a bug in 4.7. > I share the numbers of 4.6: > > | model | > model := MooseScripts createModelForConfigurationOfMoose. > model allModelClasses size. "1364" > model allModelClasses totalNumberOfLinesOfCode "121910" > model allModelPackages size "174" > > Thanks, > > > On Fri, Oct 5, 2012 at 3:29 PM, Andre Hora <[hidden email]> wrote: >> >> And for the packages: >> ... >> model allModelPackages size >> >> >> On Fri, Oct 5, 2012 at 3:01 PM, Tudor Girba <[hidden email]> wrote: >>> >>> model := MooseScripts createModelForConfigurationOfMoose. >>> model allModelClasses size. >>> model allModelClasses totalNumberOfLinesOfCode >>> >>> On Fri, Oct 5, 2012 at 2:57 PM, Mariano Martinez Peck >>> <[hidden email]> wrote: >>> > Hi guys. Let's say I need to know how "large" Moose is. I want an >>> > approx. >>> > number of classes, package, and total LOC. I can take the default Moose >>> > distribution (one-click). Of course I only want to take into account >>> > only >>> > Moose packages (and its dependencies), but not Pharo itself. >>> > I could do it...but it may take some time.. maybe someone already did >>> > it. >>> > anyone? >>> > >>> > Thanks, >>> > >>> > -- >>> > Mariano >>> > http://marianopeck.wordpress.com >>> > >>> > >>> > _______________________________________________ >>> > Moose-dev mailing list >>> > [hidden email] >>> > https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> > >>> >>> >>> >>> -- >>> www.tudorgirba.com >>> >>> "Every thing has its own flow" >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> >> >> >> -- >> Andre Hora >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> > > > > -- > Mariano > http://marianopeck.wordpress.com > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > -- www.tudorgirba.com "Every thing has its own flow" _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
On Sat, Oct 6, 2012 at 7:33 AM, Tudor Girba <[hidden email]> wrote: Thanks for pointing it out. Indeed, the jenkins job was failing as Thanks Doru. I am glad I helped unintentionally :) Cheers, Mariano http://marianopeck.wordpress.com _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |