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

Changed dump function parameter requirements #320

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ABridoux
Copy link

@ABridoux ABridoux commented May 15, 2021

Summary

The dump functions now require a NodeRepresentable value to be passed rather than Any.

Context

  • This makes the caller responsible for ensuring the provided value can be represented by a node, while default implementations for common types is provided.
  • Also fixed some typos

Closes #299

The dump functions now require a NodeRepresentable value to be passed rather than Any. This makes the caller responsible for ensuring the provided value can be represented by a node, while default implementations for common types is provided.
Also fixed some typos.
CHANGELOG.md Outdated Show resolved Hide resolved
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.

Yams.dump function Any object parameter casted as NodeRepresentable fails
2 participants