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

Pretty-format the generated stats.json #180

Merged
merged 1 commit into from
May 21, 2018
Merged

Pretty-format the generated stats.json #180

merged 1 commit into from
May 21, 2018

Conversation

edmorley
Copy link
Contributor

Previously the serialised stats object was all on one line, which:

  • was hard for a human to read
  • caused performance problems with certain text editors
  • doesn't diff well

It will now be pretty-printed with 2 space indent:
https://github.com/philbooth/bfj#options-for-serialisation-functions

@jsf-clabot
Copy link

jsf-clabot commented May 15, 2018

CLA assistant check
All committers have signed the CLA.

@th0r
Copy link
Collaborator

th0r commented May 21, 2018

Could you add a changelog entry under UNRELEASED section?

Previously the serialised stats object was all on one line, which:
* was hard for a human to read
* caused performance problems with certain text editors
* doesn't diff well

It will now be pretty-printed with 2 space indent:
https://github.com/philbooth/bfj#options-for-serialisation-functions
@edmorley
Copy link
Contributor Author

Sure! Updated :-)

@th0r
Copy link
Collaborator

th0r commented May 21, 2018

Thanks!

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.

None yet

4 participants