krfkeith / metacello

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

MetacellMCProjectSpec>>ensureProjectLoaded doesn't honor cacheRepository: or overrideRepository: #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MetacellMCProjectSpec>>ensureProjectLoaded does:

  self projectPackage load.

which means that the loadPolicy active for the current load/fetch/record is 
ignored which is not correct.

This mechanism is likely to be the root cause of Issue 147, as well.

Original issue reported on code.google.com by henrichs...@gmail.com on 16 Dec 2011 at 7:01

GoogleCodeExporter commented 9 years ago
Issue 147 has been merged into this issue.

Original comment by henrichs...@gmail.com on 16 Dec 2011 at 7:01

GoogleCodeExporter commented 9 years ago
initial cut at fix in Metacello 1.0-beta.31.2 (dkh.649)

Original comment by henrichs...@gmail.com on 16 Dec 2011 at 7:07

GoogleCodeExporter commented 9 years ago
latest fix in Metacello 1.0-beta.31.2 (dkh.654)

Original comment by henrichs...@gmail.com on 3 Jan 2012 at 7:10

GoogleCodeExporter commented 9 years ago

Original comment by henrichs...@gmail.com on 18 Jan 2012 at 5:59

GoogleCodeExporter commented 9 years ago
Issue 78 has been merged into this issue.

Original comment by henrichs...@gmail.com on 18 Jan 2012 at 6:51

GoogleCodeExporter commented 9 years ago
fixed earlier in Metacello 1.0-beta.31.2 (dkh.649)

Original comment by henrichs...@gmail.com on 25 Jan 2012 at 9:50