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

Fix #9346: Shortcut type aliases in refinements #9564

Merged
merged 1 commit into from
Aug 14, 2020

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Aug 14, 2020

No description provided.

@odersky
Copy link
Contributor Author

odersky commented Aug 14, 2020

@smarter Can you check whether this fixes the Akka stream issue?

@odersky
Copy link
Contributor Author

odersky commented Aug 14, 2020

I considered dropping recoverable_& in turn. But it might still be useful for the examples that needed it previously
if you replace refinements

   type A = T

with

   type A >: T <: T

Copy link
Member

@smarter smarter left a comment

Choose a reason for hiding this comment

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

Can you check whether this fixes the Akka stream issue?

Yes, looks like that did the trick! (there are still compilation errors in akka-stream but they seem to be unrelated)

@odersky odersky merged commit 88d2546 into scala:master Aug 14, 2020
@odersky odersky deleted the fix-#9346-2 branch August 14, 2020 16:03
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