krfkeith / metacello

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

MetacelloPackageSpec>>explicitLoadUsing: problem when repository offline (squeaksource down) #156

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
MetacelloPackageSpec>>explicitLoadUsing: may not load a newer version of the 
requested package when one or more of the repositories are down and it does 
this without throwing an error or any other notification...

As a result, you can end up with a 'version not found' error, because you 
really needed to get a new version of the configuration.

It doesn't make sense to throw an error in this case because we don't know that 
a problem will ensue and we definitely don't want to fail because a repository 
is offline, but we may want to dump a warning and set an internal  flag or 
something so that we can let the user know that the world is not quite right ...

Original issue reported on code.google.com by henrichs...@gmail.com on 30 Nov 2011 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by henrichs...@gmail.com on 18 Jan 2012 at 7:03