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

Mark node validation visitors internal #375

Merged
merged 1 commit into from
Apr 16, 2020

Conversation

mtdowling
Copy link
Member

NodeValidationVisitors need to be refactored so that they emit
validation events with proper source locations (right now they aren't
tied to any source location). This will require changing the API of
NodeValidatorPlugin implementations, which would be a breaking change.
Because of this, I'm marking these APIs as internal, which will allow us
to safely break these APIs and improve them when we have the time.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

NodeValidationVisitors need to be refactored so that they emit
validation events with proper source locations (right now they aren't
tied to any source location). This will require changing the API of
NodeValidatorPlugin implementations, which would be a breaking change.
Because of this, I'm marking these APIs as internal, which will allow us
to safely break these APIs and improve them when we have the time.
@mtdowling mtdowling merged commit 22afe4e into 0.10 Apr 16, 2020
@mtdowling mtdowling deleted the node-validation-internal-only branch April 23, 2020 02:18
@kstich kstich mentioned this pull request Apr 23, 2020
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