Skip to content

Revert sbt-scoverage #571

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

Merged
merged 3 commits into from
Mar 17, 2016

Conversation

travisbrown
Copy link
Collaborator

Okay, I made a kind of annoying mistake last week.

Last fall I updated circe to sbt-scoverage 1.3.3, ran into a terrible bug that meant the 2.10 builds weren't running, and then reverted the update back to sbt-scoverage 1.2.0.

Last week I forgot entirely about this, saw that sbt-scoverage 1.3.5 was out, and updated both circe and Finch, without confirming that the bug (scoverage/sbt-scoverage#146) had been fixed. In fact I'd forgotten about the bug entirely.

This means that since 81d89e2 Travis CI hasn't been running 2.10 builds for Finch. Which wouldn't necessarily be a big deal, but some of the new content type stuff doesn't work on 2.10—or rather it works, but requires explicit type annotations.

I still don't think this is a terribly big deal. Lots of projects (like Play) are already dropping 2.10 support altogether, and we could provide helper methods if maintaining first-class 2.10 support is a priority here.

I've switched back to sbt-scoverage and added the type annotations to make the tests compile on 2.10. Sorry about this—I should have remembered the problem and been more careful.

@codecov-io
Copy link

Current coverage is 75.78%

Merging #571 into master will not affect coverage as of 5149be4

Powered by Codecov. Updated on successful CI builds.

@vkostyukov
Copy link
Collaborator

Thanks @travisbrown! Please, don't worry about that! I totally don't mind those extra types in the toResponse call. Especially that it's mostly for internal needs.

Thanks again for taking a time and fixing that!

vkostyukov added a commit that referenced this pull request Mar 17, 2016
@vkostyukov vkostyukov merged commit eb8afe9 into finagle:master Mar 17, 2016
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.

3 participants