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

17.0.X Replace most users of SchemaInferenceStack #116

Merged
merged 2 commits into from Nov 24, 2022

Conversation

Tobianas
Copy link
Contributor

@Tobianas Tobianas commented Nov 23, 2022

Cherry-pick of #88.

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>
@ihrasko ihrasko requested a review from rovarga November 24, 2022 08:40
@Tobianas Tobianas changed the title Replace most users of SchemaInferenceStack 17.0.X Replace most users of SchemaInferenceStack Nov 24, 2022
@ihrasko ihrasko merged commit 19a4a13 into PANTHEONtech:17.0.x Nov 24, 2022
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

3 participants