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

LDAPConnection code doesn't compile with scala 3 rules #6146

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mbaechler
Copy link
Contributor

In scala 3, with -Werror, an IO can't have Object on the error channel unless it's done on purpose.
In this case, it seems more a programming error than a deliberate decision.

  Functions should always advertise the smallest error set possible
  otherwise the caller has to deal with errors that can't happen,
  which is a waste.
@fanf
Copy link
Member

fanf commented Jan 29, 2025

Seems all good. I don't see anything that is not 8.1-targettable. I will open a ticket and retarget accordingly.

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.

2 participants