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

Use value receiver for MarshalJSON so we can marshal values #55

Merged
merged 3 commits into from
Jul 12, 2018

Conversation

phritz
Copy link

@phritz phritz commented Jul 11, 2018

This is a problem for go-cbor-ipld, see filecoin-project/venus#626 and filecoin-project/venus#599.

@ghost ghost assigned phritz Jul 11, 2018
@ghost ghost added the status/in-progress In progress label Jul 11, 2018
@phritz phritz requested a review from Stebalien July 11, 2018 21:24
@phritz phritz mentioned this pull request Jul 11, 2018
@Stebalien
Copy link
Member

We really shouldn't be using MarshalJSON (we should have explicit transforms between the JSON format and the CBOR format)... but we're doing this anyways.

@Stebalien Stebalien merged commit 10a4d04 into master Jul 12, 2018
@ghost ghost removed the status/in-progress In progress label Jul 12, 2018
@phritz phritz deleted the bug/marshal branch July 14, 2018 00:43
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