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

Add clear de/serialization for #causal/base tagged literal #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bobby
Copy link
Contributor

@bobby bobby commented Mar 18, 2020

Fixes #10.


#? (:cljs (cljs.reader/register-tag-parser! 'causal.collections.list read-edn-map))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smothers This seemed like an error, so I replaced it with a 'causal/base tag parser. Will this break anything?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is indeed a bug. Good catch. This code was never tested so it shouldn’t break anything important. Everything important should have tests.

@bobby
Copy link
Contributor Author

bobby commented Mar 19, 2020

This PR appears to be working in my app.

@becomingbabyman
Copy link
Owner

Looks good. Please add some tests and then it’ll be ready to merge.

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.

CausalBase Serialization
2 participants