Issue 3393 in pharo: Better support of configuration dependencies in Monticello Browser

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

Issue 3393 in pharo: Better support of configuration dependencies in Monticello Browser

pharo
Status: Accepted
Owner: alexandre.bergel
CC: [hidden email],  stephane.ducasse
Labels: Difficulty-Easy

New issue 3393 by alexandre.bergel: Better support of configuration  
dependencies in Monticello Browser
http://code.google.com/p/pharo/issues/detail?id=3393

Configurations are better handled now. If the configuration you're editing  
depends on another configuration, then it is correctly defined in the  
baseline.
MonticelloGUI-AlexandreBergel.83 in the inbox


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3393 in pharo: Better support of configuration dependencies in Monticello Browser

pharo

Comment #1 on issue 3393 by alexandre.bergel: Better support of  
configuration dependencies in Monticello Browser
http://code.google.com/p/pharo/issues/detail?id=3393

Getting the name of packages from a configuration is now much simpler  
(Thanks Mariano for the tip):
configurationClass project currentVersion packages.
It also remove an annoying problem that recursive packages were returned,  
which was a source of problem.

I am now using this extension to produce the version release of Mondrian.  
It works well :-)

New version in the inbox : MonticelloGUI-AlexandreBergel.84

Stef, should I remove the former version, MonticelloGUI-AlexandreBergel.83 ?
Dale, can you give a look at this version?


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3393 in pharo: Better support of configuration dependencies in Monticello Browser

pharo
Updates:
        Status: FixProposed

Comment #2 on issue 3393 by [hidden email]: Better support of  
configuration dependencies in Monticello Browser
http://code.google.com/p/pharo/issues/detail?id=3393

(No comment was entered for this change.)