-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Swap ?
placeholder and _
wildcard using kind-projector 0.13.0 & scalac 2.13.6
#1479
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
neko-kai
changed the title
Swap
Swap May 17, 2021
?
placeholder and _
wildcard using patched kind-projector & scalac?
placeholder and _
wildcard using kind-projector 0.13.0 & scalac 2.13.6
neko-kai
force-pushed
the
feature/swap-wildcard-placeholder
branch
from
May 17, 2021 17:34
dcea673
to
b3181e9
Compare
neko-kai
force-pushed
the
feature/swap-wildcard-placeholder
branch
from
May 28, 2021 16:19
05a02c8
to
2ffe4ea
Compare
…)` error that happens on `Universe with Singleton` matches on 2.13.6-SNAPSHOT
neko-kai
force-pushed
the
feature/swap-wildcard-placeholder
branch
from
May 29, 2021 00:29
7b99895
to
4f9068d
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1479 +/- ##
===========================================
- Coverage 57.93% 57.93% -0.01%
===========================================
Files 458 458
Lines 9473 9475 +2
Branches 436 435 -1
===========================================
+ Hits 5488 5489 +1
- Misses 3985 3986 +1 |
``` error: basics.md:97 (mdoc generated code) could not find implicit value for parameter t: pprint.TPrint[zio.ZIO[zio.Has[zio.console.Console.Service],Throwable,β$0$]] val injector: Injector[RIO[Console, _]] = Injector[RIO[Console, _]](); $doc.binder(injector, 2, 4, 2, 12) ^ error: basics.md:109 (mdoc generated code) could not find implicit value for parameter t: pprint.TPrint[zio.ZIO[zio.Has[zio.console.Console.Service],Throwable,β$0$]] val resource = injector.produce(plan); $doc.binder(resource, 4, 4, 4, 12) ^ error: basics.md:1359 (mdoc generated code) could not find implicit value for parameter t: pprint.TPrint[zio.ZIO[zio.Has[zio.console.Console.Service],Throwable,β$9$]] val res51 = chooseInterpreters(true); $doc.binder(res51, 26, 0, 26, 24) ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To build you would need to
publishLocal
the following:scalac from branch "7mind" for 2.13scalac from branch "backport/underscore-changes" for 2.12kind-projector from branch "feature/Yunderscore-placeholders-wip"Related PRs:
+_
and-_
in types as identifiers under-Xsource:3
to support Scala 3.2 placeholder syntax scala/scala#9605 Differentiate Scala 2 and Scala 3 wildcard identifier names scala/scala#9614-Xsource:3
: parse+_
/-_
and prefix wildcard variables introduced by ?-syntax with?
scala/scala#9620_
instead of*
to define anonymous type lambdas typelevel/kind-projector#188