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: cbor prepare encode wrongly identifying circular structure #327

Merged

Conversation

vasco-santos
Copy link
Contributor

@vasco-santos vasco-santos commented Nov 15, 2023

Failing on:

const obj = {}
CBOR.encode({
  a: obj,
  b: obj
})

@vasco-santos vasco-santos changed the title fix: cbor prepare encode wrongly identifying circular sturcture fix: cbor prepare encode wrongly identifying circular structure Nov 15, 2023
@vasco-santos vasco-santos merged commit 3c03c9d into main Nov 15, 2023
38 checks passed
@vasco-santos vasco-santos deleted the fix/cbor-prepare-wrongly-identifying-circular-structure branch November 15, 2023 10:49
@github-actions github-actions bot mentioned this pull request Nov 15, 2023
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