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

fix(reference): fix handling cycles in all dereference strategies #3361

Merged
merged 2 commits into from Nov 7, 2023

Conversation

char0n
Copy link
Member

@char0n char0n commented Nov 6, 2023

@char0n
Copy link
Member Author

char0n commented Nov 7, 2023

apidom-ls is using frozen ApiDOM which causes dereferencing to fail, as the dereferencing tries to manage identity of elements by assiging identity if it doesn't exist. This will fail on frozen ApiDOM. In order to bypass it, I've created a formalized immutable identity management that will be used in this PR: #3366

@char0n char0n merged commit d84397c into main Nov 7, 2023
8 checks passed
@char0n char0n deleted the char0n/cycle-handling branch November 7, 2023 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant