Issue 7313 in pharo: MCWorkingCopy querying facilities...

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

Issue 7313 in pharo: MCWorkingCopy querying facilities...

pharo
Status: FixToInclude
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 7313 by [hidden email]: MCWorkingCopy querying  
facilities...
http://code.google.com/p/pharo/issues/detail?id=7313

To avoid everybody doing the same all over the places. So annoying...

MCWorkingCopy class>>hasPackageNamed: aName
        " self hasPackageNamed: 'ConfigurationOfFuel' "
       
        ^ MCWorkingCopy allManagers
                detect: [ :each | each packageName = aName ]
                ifNone: [ nil ].

Attachments:
        MCWorkingCopy class-querying.st  339 bytes


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7313 in pharo: MCWorkingCopy querying facilities...

pharo
Updates:
        Status: Integrated

Comment #1 on issue 7313 by [hidden email]: MCWorkingCopy querying  
facilities...
http://code.google.com/p/pharo/issues/detail?id=7313

in 20486


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker