-
Notifications
You must be signed in to change notification settings - Fork 7
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 EISOP CF sources #116
Use EISOP CF sources #116
Conversation
…er-framework into gradle-8.0
… into merge-eisop
… into merge-eisop
The remaining build failure seems to be caused by this line.
It seems to not find the CF classes, likely because Does somebody know how to refer to the correct project in gradle? |
eisop/checker-framework#654 should fix the issue. |
That worked! |
Final status of conformance tests:
and a snippet of the samples failures:
|
As discussed, this is an attempt to break down the changes into smaller PRs.
The scripts should try to clone
eisop/checker-framework
automatically. If you already have a fork of the CF, it will use that, so you'll need to either update that fork or manually clone the CF first.After this,
./gradlew test
should work, so everything should compile and a minimal sanity check passes. Neither the conformance tests nor the samples will work as well as before. The goal is to have more PRs in the future that will break less and less.