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

Set registry.normalizeFullName to resolver.normalize. #23

Merged
merged 1 commit into from
Mar 11, 2015

Conversation

dgeb
Copy link
Member

@dgeb dgeb commented Mar 11, 2015

When the Registry is present, its normalizeFullName method should be
set to the resolver's normalize method.

Overriding the normalize methods on the container is ineffective because
they need to proxy to the associated registry's methods.

@dgeb dgeb changed the title Set registry.normalizeFullName to resolve.normalize. Set registry.normalizeFullName to resolver.normalize. Mar 11, 2015
When the `Registry` is present, its `normalizeFullName` method should be
set to the resolver's `normalize` method.

Overriding the normalize methods on the container is ineffective because
they need to proxy to the associated registry's methods.
@dgeb dgeb force-pushed the isolated-container-registry branch from 6a55a80 to 071d6f3 Compare March 11, 2015 19:30
rwjblue added a commit that referenced this pull request Mar 11, 2015
Set `registry.normalizeFullName` to `resolver.normalize`.
@rwjblue rwjblue merged commit cac7aa5 into master Mar 11, 2015
@rwjblue rwjblue deleted the isolated-container-registry branch March 11, 2015 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants