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

Resolve anchors after parsing YAML #1164

Closed
wants to merge 1 commit into from
Closed

Resolve anchors after parsing YAML #1164

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 1, 2024

rapidyaml seems to choke on trees which contain anchors (or perhaps, strictly, references to them) when returning JSON.

To avoid this aggressively resolve anchors/references when parsing YAML into JSON and then into our own model.

Fixes #1162


Without this change, test fails. With the change, test passes.

rapidyaml seems to choke on trees which contain anchors (or perhaps,
strictly, references to them) when returning JSON.

To avoid this aggressively resolve anchors/references when parsing YAML
into JSON and then into our own model.
Copy link

google-cla bot commented Aug 1, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@ghost ghost closed this Aug 1, 2024
This pull request was closed.
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.

ERROR: no anchor processing for JSON when using std.parseYaml from python
1 participant