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 #2967: Adapt Vulpix, InteractiveDriver to SAM types #3010

Merged
merged 2 commits into from
Mar 26, 2018

Conversation

3shv
Copy link

@3shv 3shv commented Aug 23, 2017

No description provided.

@3shv 3shv mentioned this pull request Aug 23, 2017
@felixmulder
Copy link
Contributor

@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

@felixmulder
Copy link
Contributor

When you feel done, please ping me and @smarter for review 👍

@3shv 3shv changed the title [WIP] Fix #2967: Adapt Vulpix, InteractiveDriver to SAM types Fix #2967: Adapt Vulpix, InteractiveDriver to SAM types Aug 23, 2017
@3shv
Copy link
Author

3shv commented Aug 23, 2017

Signed the CLA. I feel it's done. Please have a look

@felixmulder
Copy link
Contributor

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.
Copy link
Member

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 :).

Copy link
Author

Choose a reason for hiding this comment

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

Removed :)

@smarter
Copy link
Member

smarter commented Aug 23, 2017

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

@allanrenucci
Copy link
Contributor

Blocked by #2732

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.

None yet

4 participants