Skip to content

Fix 2.12 build #6627

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

Merged
merged 4 commits into from
Jun 7, 2019
Merged

Fix 2.12 build #6627

merged 4 commits into from
Jun 7, 2019

Conversation

nicolasstucki
Copy link
Contributor

@nicolasstucki nicolasstucki commented Jun 7, 2019

Modify code from #6567 to pass the 2.12 build

@nicolasstucki
Copy link
Contributor Author

Which failed in http://dotty-ci.epfl.ch/lampepfl/dotty/13403/7

@nicolasstucki nicolasstucki changed the title Fix WithBounds in 2.12 build Fix in 2.12 build Jun 7, 2019
@nicolasstucki nicolasstucki requested a review from odersky June 7, 2019 08:04
@nicolasstucki nicolasstucki changed the title Fix in 2.12 build Fix 2.12 build Jun 7, 2019
/** An annotation to indicate a pair of type bounds that comes with a type.
* Used to indicate optional bounds of an opaque type
*/
class WithBounds[Lo /*<: AnyKind*/, Hi /*<: AnyKind*/] extends Annotation
Copy link
Member

Choose a reason for hiding this comment

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

This file shouldn't be necessary to compile with Scala 2

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed it in the last commit

@smarter smarter merged commit 2147606 into scala:master Jun 7, 2019
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