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

escape: remove too agressive JSON escaping #248

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

considerate
Copy link
Contributor

This PR removes the overzealous "for good measure" escape of the JSON data that caused issues when using quotes in the benchmark names.

Closes #235

Copy link
Member

@RyanGlScott RyanGlScott left a comment

Choose a reason for hiding this comment

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

Thanks so much, @considerate!

examples/Quotes.hs Show resolved Hide resolved
examples/criterion-examples.cabal Outdated Show resolved Hide resolved
examples/criterion-examples.cabal Outdated Show resolved Hide resolved
Criterion/Report.hs Show resolved Hide resolved
Copy link
Member

@RyanGlScott RyanGlScott left a comment

Choose a reason for hiding this comment

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

Thanks!

@RyanGlScott RyanGlScott merged commit b7addfb into haskell:master Dec 8, 2021
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.

Presence of double quotes in benchmark name produces broken HTML report
2 participants