Issue 155 in metacello: Notification for skipped config loads

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

Issue 155 in metacello: Notification for skipped config loads

metacello
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium Product-Core Milestone-1.0-beta.31.1  
Version-1.0-beta.31

New issue 155 by [hidden email]: Notification for skipped config  
loads
http://code.google.com/p/metacello/issues/detail?id=155

See GLASS Issue 308 (http://code.google.com/p/glassdb/issues/detail?id=308).

Basically there are times when you would like to force a load of a  
configuration even though it is dirty ... need a skipped load notification  
so that tools/apps can choose to load the configuration anyway

Reply | Threaded
Open this post in threaded view
|

Re: Issue 155 in metacello: Notification for skipped config loads

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

Comment #1 on issue 155 by [hidden email]: Notification for skipped  
config loads
http://code.google.com/p/metacello/issues/detail?id=155

fixed in 1.0-beta.31.1 (dkh.645)

Added MetacelloSkipDirtyPackageLoad notification:

   resume: true "skip the load"
   resume: false "perform load ... note you'll need to handle the Warning  
that comes from Monticello about loading over dirty packages"