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

Move compiler-dependent code into a module #251

Merged
merged 1 commit into from
Jan 21, 2017

Conversation

clhodapp
Copy link
Contributor

Fixes #207
I rejiggered the parts of the build related to binary dependency checking a bit and bumped the version to 0.7.0 (-SNAPSHOT), since the change is breaking.

@codecov-io
Copy link

codecov-io commented Jan 21, 2017

Current coverage is 99.26% (diff: 100%)

Merging #251 into master will not change coverage

@@             master       #251   diff @@
==========================================
  Files            35         36     +1   
  Lines           409        409          
  Methods         387        388     +1   
  Messages          0          0          
  Branches         20         19     -1   
==========================================
  Hits            406        406          
  Misses            3          3          
  Partials          0          0          

Powered by Codecov. Last update beeb951...964eaef

@fthomas
Copy link
Owner

fthomas commented Jan 21, 2017

This looks great, @clhodapp. Thanks for taking care of this issue!

@fthomas fthomas merged commit 16690a8 into fthomas:master Jan 21, 2017
@clhodapp
Copy link
Contributor Author

Thanks for merging! A release including this would be highly appreciated sooner rather than later, as I'm finding that I get classloading failures under Scala 2.12 with Typelevel Scala (that would be fixed by a release of this change).

@clhodapp
Copy link
Contributor Author

Also 🤞 that I didn't break the release process. I think it should work.

@fthomas
Copy link
Owner

fthomas commented Jan 24, 2017

I'll try to release 0.7.0 today or tomorrow. One thing I'd like to do before is to mark the dependency on scala-reflect also as "provided".

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