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

Use guaranteed binary and source compatibility between releases of Scalafmt #260

Merged
merged 2 commits into from
Jul 24, 2018

Conversation

joan38
Copy link
Contributor

@joan38 joan38 commented Jul 7, 2018

Fix for #252

@nedtwigg
Copy link
Member

nedtwigg commented Jul 8, 2018

Looks like the change breaks older versions of scalafmt?

@joan38
Copy link
Contributor Author

joan38 commented Jul 9, 2018

This drops the support for scalafmt < v0.7.0-RC1. Is it good enough? It's a pretty old version...

@joan38
Copy link
Contributor Author

joan38 commented Jul 9, 2018

I tried to run the tests with gradle test but it doesn't seem to be the way to do and the CONTRIBUTING.md doesn't specify how to run the tests...

@nedtwigg
Copy link
Member

nedtwigg commented Jul 9, 2018

Great! All it needs now is updated CHANGES.md:

  • a summary of the change
  • a link to the newly created PR

If your change only affects a build plugin, and not the lib, then you only need to update the CHANGES.md for that plugin.

If your change affects lib in an end-user-visible way (fixing a bug, updating a version) then you need to update CHANGES.md for both the lib and the build plugins. Users of a build plugin shouldn't have to refer to lib to see changes that affect them.

@nedtwigg
Copy link
Member

bump

@joan38 joan38 mentioned this pull request Jul 24, 2018
@nedtwigg nedtwigg merged commit 4cbb787 into diffplug:master Jul 24, 2018
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.

2 participants