krfkeith / metacello

Automatically exported from code.google.com/p/metacello
0 stars 0 forks source link

Notification for skipped config loads #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by henrichs...@gmail.com on 16 Nov 2011 at 12:58

GoogleCodeExporter commented 9 years ago
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" 

Original comment by henrichs...@gmail.com on 16 Nov 2011 at 7:50