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

newt - Only validate package name once #107

Merged
merged 2 commits into from Nov 22, 2017

Conversation

ccollins476ad
Copy link
Contributor

Package names were being validated repeatedly. During dependency resolution, each package was validated during the search. Also, mismatched names were not displayed to the user.

Now name validation happens once when the package is loaded.

This ensures project warnings get displayed.
Package names were being validated repeatedly.  During dependency
resolution, each package was validated during the search.  Also,
mismatched names were not displayed to the user.

Now name validation happens once when the package is loaded.
@ccollins476ad ccollins476ad merged commit 7ae1b43 into apache:master Nov 22, 2017
@ccollins476ad ccollins476ad deleted the pkg-name-validate branch November 22, 2017 19:57
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.

None yet

2 participants