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

Remove workaround for Scala3 in Supervisor #3650

Merged
merged 3 commits into from
May 29, 2023

Conversation

danicheg
Copy link
Member

This is a follow-up to scala/scala3#15546.

Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This was on my mind but I was too lazy to go back to fix it 😛

build.sbt Outdated
Comment on lines 951 to 952
ProblemFilters.exclude[DirectMissingMethodProblem](
"cats.effect.std.Supervisor.apply$default$2")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This filter is highly unfortunate 🤔 if we ever add default parameters to the public API in the future then it will mask bincompat issues there.

Is it possible that this filter is needed only for Scala 3?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, it makes sense only for Scala3, I will fix it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, sorry for stealing your fruit 😄

@danicheg danicheg force-pushed the rm-dotty-workaround branch from dca0da7 to f69d693 Compare May 29, 2023 10:23
@danicheg
Copy link
Member Author

Smth strange is going on with CI 😞 @armanbilge could you please trigger CI run once again?

@danicheg
Copy link
Member Author

Argh, I've done smth stupid. Sorry!

@danicheg danicheg force-pushed the rm-dotty-workaround branch from f69d693 to cf5f7af Compare May 29, 2023 14:11
Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry that was a bit annoying, thank you! 😁

@armanbilge armanbilge merged commit c07da69 into typelevel:series/3.5.x May 29, 2023
@danicheg danicheg deleted the rm-dotty-workaround branch May 30, 2023 02:11
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