Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 30 Nov 2011 at 8:17

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 18 Jan 2012 at 7:03

  • Added labels: Milestone-1.0-beta.32
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant