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

Replace most users of SchemaInferenceStack #88

Merged
merged 2 commits into from
Nov 2, 2022

Conversation

rovarga
Copy link
Contributor

@rovarga rovarga commented Oct 27, 2022

Preliminary cleanups plus ditching of SchemaInferenceStack

All we are tracking a collection of QNames, which we want to turn into a
SchemaNodeIdentifier in opportune moments. Create a LyvStack class,
which contains the bare minimum we need for state tracking. Replace use
of SchemaInferenceStack with LyvStack in SchemaSelector.

Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
All we need to track is the schema tree QNames we are traversing, hence
there is no need for SchemaInferenceStack -- use LyvStack instead.

Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
@rovarga rovarga changed the title [DO NOT MERGE] Replace most users of SchemaInferenceStack Oct 28, 2022
@rovarga rovarga marked this pull request as ready for review October 28, 2022 09:26
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