-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix #2967: Adapt Vulpix, InteractiveDriver to SAM types #3010
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
Conversation
@Rajesh-Veeranki - could you sign the Scala CLA so that we can accept the code :) It's available here: https://www.lightbend.com/contribute/cla/scala |
When you feel done, please ping me and @smarter for review 👍 |
Signed the CLA. I feel it's done. Please have a look |
Will give it a look first thing in the morning, sleepy time 💤 Thanks for the PR! |
@@ -123,16 +123,11 @@ class InteractiveDriver(settings: List[String]) extends Driver { | |||
// Like in `ZipArchiveFileLookup` we assume that zips are immutable | |||
private val zipClassPathClasses: Seq[String] = zipClassPaths.flatMap { zipCp => | |||
// Working with Java 8 stream without SAMs and scala-java8-compat is awful. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove that comment now :).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed :)
It should also be possible to use a SAM here now: https://github.com/lampepfl/dotty/blob/master/language-server/src/dotty/tools/languageserver/DottyLanguageServer.scala#L139 |
04ed0d1
to
9a63bec
Compare
9a63bec
to
3e70adf
Compare
Blocked by #2732 |
No description provided.