-
-
Notifications
You must be signed in to change notification settings - Fork 156
First take at upgrading Zinc #321
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
Conversation
@davidB What's the point of |
@slandelle Great job, About
|
@davidB Any idea why Travis fails? Same command works fine on my side. So |
BTW, I upgraded to JDK8 to keep things simple (zinc dependency). IMHO, that's anyway the right thing to do in 2019 in a new major version. |
|
Yes for 4.x.x, I'm fine to drop support for < jdk1.8 I'll take a look to the travis error. |
Are you fine with making incremental the default ? |
yes incremental could be the default |
I found how to reproduce the travis issue locally:
I'll search for a fix, until that you can disable the test (add it to the list of test to exclude in pom.xml). I guess you can also remove the dependencies to bcel you add into top pom.xml |
To simplify collaboration (and to thanks you), I'll add you as collaborator on the project, and merge the PR to master. So we can work on the 4.x.x. |
I forced bcel upgrade because maven site was crashing when parsing scala libraries' bytecode.
Under way, thanks
Thanks! |
Build passed:
|
There's most likely lots of cleaning up, but you can have a look.