-
Notifications
You must be signed in to change notification settings - Fork 148
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
dump failed if there is a nil value #232
Comments
I try to fix it: extension NSNull: NodeRepresentable {
/// This value's `Node.scalar` representation.
public func represented() -> Node {
return Node("", Tag(.null))
}
} It works. |
Thanks for reporting this. Can you see if #235 resolves this for you? |
Thanks for your patience, I've finally come around to finishing a proper fix to this. It's available here: #248 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using Swift 5.1 and Xcode 11.2.1.
I try to debug the Yams, and it throw a error:
Is it a bug?
The text was updated successfully, but these errors were encountered: