Skip to content

escape: remove too agressive JSON escaping#248

Merged
RyanGlScott merged 1 commit intohaskell:masterfrom
considerate:considerate/escape-codes
Dec 8, 2021
Merged

escape: remove too agressive JSON escaping#248
RyanGlScott merged 1 commit intohaskell:masterfrom
considerate:considerate/escape-codes

Conversation

@considerate
Copy link
Copy Markdown
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
Copy Markdown
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!

Comment thread examples/Quotes.hs
Comment thread examples/criterion-examples.cabal Outdated
Comment thread examples/criterion-examples.cabal Outdated
Comment thread Criterion/Report.hs
@considerate considerate force-pushed the considerate/escape-codes branch from 4f792c6 to f346066 Compare December 8, 2021 17:21
Copy link
Copy Markdown
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