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

include Sean Cribbs eunit formatter by default #918

Merged
merged 2 commits into from
Nov 13, 2015

Conversation

tsloughter
Copy link
Collaborator

Pinging @seancribbs in case he has any warnings about making this a default.

It can be turned off by either the user already having a report key in their eunit opts or setting eunit_formatters to false in eunit_opts.

@seancribbs
Copy link
Contributor

I'm ok with it, but I don't really have a lot of time to do debugging and maintenance of eunit_formatters. However, I'm happy to add collaborators if someone wants to take over the day-to-day.

@tsloughter
Copy link
Collaborator Author

Understandable. I'd be happy to be a collaborator to handle the day-to-day issues if they come up.

@seancribbs
Copy link
Contributor

Done!

@omarkj
Copy link
Contributor

omarkj commented Nov 13, 2015

+1 million.

EUnitOpts1 = case proplists:get_value(verbose, Opts, false) of
true -> set_verbose(EUnitOpts);
false -> EUnitOpts
end,
Copy link
Contributor

Choose a reason for hiding this comment

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

misaligned case/end, -millions

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@talentdeficit
Copy link
Contributor

+1

ferd added a commit that referenced this pull request Nov 13, 2015
include Sean Cribbs eunit formatter by default
@ferd ferd merged commit bab8078 into erlang:master Nov 13, 2015
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

5 participants