Skip to content

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.
@lynchsft
Copy link
Collaborator

Hey @ABridoux this change still seems relevant. If you're interested in merging the PR, please rebase/merge and add tests covering the new behavior. :)

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

3 participants