-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Adapt vulpix to SAM types #2967
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
Comments
I can work on this. So, only the files under the package |
That is correct, but if you want, you can also adapt the things in the |
3shv
pushed a commit
to 3shv/dotty
that referenced
this issue
Aug 23, 2017
Raised a PR here |
3shv
pushed a commit
to 3shv/dotty
that referenced
this issue
Aug 23, 2017
3shv
pushed a commit
to 3shv/dotty
that referenced
this issue
Aug 23, 2017
allanrenucci
pushed a commit
to 3shv/dotty
that referenced
this issue
Dec 19, 2017
allanrenucci
added a commit
that referenced
this issue
Mar 26, 2018
Fix #2967: Adapt Vulpix, InteractiveDriver to SAM types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When moving to >= 2.12 after #2827 is merged, we can make vulpix use SAM types instead of doing things like:
new Runnable { ... }
we can do() => { ... }
.The text was updated successfully, but these errors were encountered: