Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

cmd/frontend/db: fix issue where JSONC was incorrectly treated as JSON (fixes #1540)#1714

Merged
emidoots merged 1 commit intomasterfrom
sg/fix-jsonc
Jan 8, 2019
Merged

cmd/frontend/db: fix issue where JSONC was incorrectly treated as JSON (fixes #1540)#1714
emidoots merged 1 commit intomasterfrom
sg/fix-jsonc

Conversation

@emidoots
Copy link
Copy Markdown
Member

@emidoots emidoots commented Jan 8, 2019

Prior to this change this code tried to treat JSONC as json.RawMessage but
that is of course not legal because JSONC can contain comments, missing trailing
commas, etc.

fixes #1540)

Prior to this change this code tried to treat JSONC as `json.RawMessage` but
that is of course not legal because JSONC can contain comments, missing trailing
commas, etc.
@emidoots emidoots requested a review from nicksnyder January 8, 2019 20:04
@emidoots emidoots requested a review from beyang as a code owner January 8, 2019 20:04
@emidoots
Copy link
Copy Markdown
Member Author

emidoots commented Jan 8, 2019

@nicksnyder I'll merge this now and follow up on any review comments you have (since I'd like to get this out asap)

@emidoots emidoots merged commit a613762 into master Jan 8, 2019
@emidoots emidoots deleted the sg/fix-jsonc branch January 8, 2019 20:16
Copy link
Copy Markdown
Contributor

@nicksnyder nicksnyder left a comment

Choose a reason for hiding this comment

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

thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants