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,
model := MooseScripts createModelForConfigurationOfMoose. model allModelClasses size. model allModelClasses totalNumberOfLinesOfCode
On Fri, Oct 5, 2012 at 2:57 PM, Mariano Martinez Peck marianopeck@gmail.com 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 Moose-dev@iam.unibe.ch 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 tudor@tudorgirba.com wrote:
model := MooseScripts createModelForConfigurationOfMoose. model allModelClasses size. model allModelClasses totalNumberOfLinesOfCode
On Fri, Oct 5, 2012 at 2:57 PM, Mariano Martinez Peck marianopeck@gmail.com 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch 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 andrehoraa@gmail.com wrote:
And for the packages: ... model allModelPackages size
On Fri, Oct 5, 2012 at 3:01 PM, Tudor Girba tudor@tudorgirba.com wrote:
model := MooseScripts createModelForConfigurationOfMoose. model allModelClasses size. model allModelClasses totalNumberOfLinesOfCode
On Fri, Oct 5, 2012 at 2:57 PM, Mariano Martinez Peck marianopeck@gmail.com 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Andre Hora
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
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 marianopeck@gmail.com 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 andrehoraa@gmail.com wrote:
And for the packages: ... model allModelPackages size
On Fri, Oct 5, 2012 at 3:01 PM, Tudor Girba tudor@tudorgirba.com wrote:
model := MooseScripts createModelForConfigurationOfMoose. model allModelClasses size. model allModelClasses totalNumberOfLinesOfCode
On Fri, Oct 5, 2012 at 2:57 PM, Mariano Martinez Peck marianopeck@gmail.com 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Andre Hora
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Mariano http://marianopeck.wordpress.com
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On Sat, Oct 6, 2012 at 7:33 AM, Tudor Girba tudor@tudorgirba.com wrote:
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.
Thanks Doru. I am glad I helped unintentionally :)
Cheers, Doru
On Fri, Oct 5, 2012 at 5:02 PM, Mariano Martinez Peck marianopeck@gmail.com 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 andrehoraa@gmail.com wrote:
And for the packages: ... model allModelPackages size
On Fri, Oct 5, 2012 at 3:01 PM, Tudor Girba tudor@tudorgirba.com
wrote:
model := MooseScripts createModelForConfigurationOfMoose. model allModelClasses size. model allModelClasses totalNumberOfLinesOfCode
On Fri, Oct 5, 2012 at 2:57 PM, Mariano Martinez Peck marianopeck@gmail.com 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Andre Hora
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Mariano http://marianopeck.wordpress.com
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev