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

Set tlJdkRelease := 8 for all modules but io #2846

Merged
merged 7 commits into from
Mar 15, 2022

Conversation

armanbilge
Copy link
Member

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.

(lastOutBuffer: Buffer).clear()
lastOutBuffer.clear()
Copy link
Member Author

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.

Copy link
Member

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.

@armanbilge
Copy link
Member Author

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.

@mpilquist
Copy link
Member

Okay with this PR but not okay with factoring out a new module. Too complex.

@mpilquist mpilquist merged commit 9eb8ea2 into typelevel:main Mar 15, 2022
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