Issue 123 in metacello: broken development scenario

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

Issue 123 in metacello: broken development scenario

metacello
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium Product-Browser

New issue 123 by [hidden email]: broken development scenario
http://code.google.com/p/metacello/issues/detail?id=123

Alexandre reported:

Before jumping into the update you mentioned, there is a critical problems  
that prevents me from using the browser. Here is a short scenario that  
illustrates the problem:
   1 - create a package MyTestProject with a class inside and save it in  
www.squeaksource.com/MyTestProject (it is global write and read). You need  
to use the Monticello browser for it.
   2 - create a configuration (+Configuration), let's say  
ConfigurationOfMyTestProject
   2 - make it depend the package MyTestProject
   3 - Select the config MyTestProject in the browser
   4 - add development version
   5 - Modify the class of your class contained in the package MyTestProject
   6 - right-click on the @1.0 #development and press 'save all and add  
development version'.

And I get an error: Version #stable is not defined in  
ConfigurationOfMyTestProject.
In my opinion, this is the problem that prevent me from using it :-(
Is there something we could do?


Reply | Threaded
Open this post in threaded view
|

Re: Issue 123 in metacello: broken development scenario

metacello
Updates:
        Labels: -Priority-Medium Priority-High

Comment #1 on issue 123 by [hidden email]: broken development scenario
http://code.google.com/p/metacello/issues/detail?id=123

(No comment was entered for this change.)

Reply | Threaded
Open this post in threaded view
|

Re: Issue 123 in metacello: broken development scenario

metacello
Updates:
        Status: Fixed
        Labels: Fixed-1.0-beta.28.3.2

Comment #2 on issue 123 by [hidden email]: broken development scenario
http://code.google.com/p/metacello/issues/detail?id=123

save modified packages was doing a Transcript show, assuming that a #stable  
version exists, which is not a good assumption ... remove the Transcript  
show

Name: Metacello-ToolBox-dkh.89
Author: dkh
Time: 18 March 2011, 12:24:55 pm
UUID: fd068896-c9a6-426d-a544-92412fa3a140
Ancestors: Metacello-ToolBox-DaleHenrichs.88

Fix available in metacello 1.0-beta.28.3.2