-
Notifications
You must be signed in to change notification settings - Fork 607
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
Set tlJdkRelease := 8
for all modules but io
#2846
Conversation
(lastOutBuffer: Buffer).clear() | ||
lastOutBuffer.clear() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is more about making a point :P we can revert to play it safe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah let's revert these and the flip
ones below. When we need to target 9+ I don't want to have to fix these all over again.
In fact, this suggests the solution is to isolate the JDK 16 stuff into its own tiny module, which fs2-io can depend on. Then, we can compile everything but that with this release flag. |
Okay with this PR but not okay with factoring out a new module. Too complex. |
Although @vasilmkd's release flag idea doesn't work for the io module, there's no reason we shouldn't apply it for all the other modules.