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

added a prePR command and PR template to remind people to run it #2583

Merged
merged 2 commits into from
Oct 26, 2018

Conversation

kailuowang
Copy link
Contributor

No description provided.

LukaJCB
LukaJCB previously approved these changes Oct 25, 2018
Copy link
Member

@LukaJCB LukaJCB left a comment

Choose a reason for hiding this comment

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

Looks good :)

@codecov-io
Copy link

codecov-io commented Oct 25, 2018

Codecov Report

Merging #2583 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2583   +/-   ##
=======================================
  Coverage   95.14%   95.14%           
=======================================
  Files         361      361           
  Lines        6634     6634           
  Branches      294      294           
=======================================
  Hits         6312     6312           
  Misses        322      322

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f5c45a...73c6f21. Read the comment docs.

olafurpg
olafurpg previously approved these changes Oct 25, 2018
Copy link
Contributor

@olafurpg olafurpg left a comment

Choose a reason for hiding this comment

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

👍

PULL_REQUEST_TEMPLATE.md Outdated Show resolved Hide resolved
@@ -697,6 +697,8 @@ addCommandAlias("validateKernelJS", "kernelLawsJS/test")
addCommandAlias("validateFreeJS", "freeJS/test") //separated due to memory constraint on travis
addCommandAlias("validate", ";clean;validateJS;validateKernelJS;validateFreeJS;validateJVM")

addCommandAlias("prePR", ";fmt;validateBC")
Copy link
Contributor

Choose a reason for hiding this comment

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

I think that this is fine for now, but in the near future I'd like us to get to a branching setup where binary-incompatible changes are okay for the right branches or something.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ceedubs yes. It's probably possible that validateBC would just mean different thing on different branch or something.

ceedubs
ceedubs previously approved these changes Oct 25, 2018
Copy link
Contributor

@ceedubs ceedubs left a comment

Choose a reason for hiding this comment

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

I made a minor wording suggestion, but I'm also fine with this being merged in its current form.

Co-Authored-By: kailuowang <kailuo.wang@gmail.com>
@kailuowang kailuowang dismissed stale reviews from ceedubs, olafurpg, and LukaJCB via 73c6f21 October 26, 2018 00:14
@kailuowang kailuowang merged commit a317c46 into typelevel:master Oct 26, 2018
@kailuowang kailuowang deleted the add-PR-template branch October 29, 2018 23:25
@kailuowang kailuowang added this to the 1.5 milestone Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants