Issue 136 in metacello: load of referenced project can fail with missing version error

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

Issue 136 in metacello: load of referenced project can fail with missing version error

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

New issue 136 by [hidden email]: load of referenced project can fail  
with missing version error
http://code.google.com/p/metacello/issues/detail?id=136

the ensureProjectLoaded method gets the latest config, bug the project  
referenced from the project spec is cached and does not reflect the new  
versions ...

ensureProjectLoaded needs to refresh the cached version to ensure that the  
right stuff gets loaded.

see this upgrading from 1.0-beta.28 to 1.0-beta.29 when version of  
ConfigurationOfGofer without 1.0.5 defined is installed in the image  
(ConfigurationOfGofer-DaleHenrichs.24 or earlier)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 136 in metacello: load of referenced project can fail with missing version error

metacello
Updates:
        Labels: -Priority-Medium Priority-High Milestone-1.0-beta.30

Comment #1 on issue 136 by [hidden email]: load of referenced project  
can fail with missing version error
http://code.google.com/p/metacello/issues/detail?id=136

Fix this one sooner rather than later...

Reply | Threaded
Open this post in threaded view
|

Re: Issue 136 in metacello: load of referenced project can fail with missing version error

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

Comment #2 on issue 136 by [hidden email]: load of referenced project  
can fail with missing version error
http://code.google.com/p/metacello/issues/detail?id=136

fixed in Metacello 1.0-beta.30 (dkh.626)