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

Replace kind-projector placeholders in infix types #3215

Merged

Conversation

travisbrown
Copy link
Contributor

This is a subset of #3209 that only changes the use of kind-projector's * placeholder in infix types. I added support for * in function and tuple types to my -Ykind-projector proposal for Dotty, but infix types seem like more of a hassle and I don't think it's worth bothering with.

@codecov-io
Copy link

codecov-io commented Dec 16, 2019

Codecov Report

Merging #3215 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3215   +/-   ##
=======================================
  Coverage   93.05%   93.05%           
=======================================
  Files         376      376           
  Lines        7412     7412           
  Branches      200      192    -8     
=======================================
  Hits         6897     6897           
  Misses        515      515
Flag Coverage Δ
#scala_version_212 93.35% <100%> (-0.03%) ⬇️
#scala_version_213 92.82% <100%> (+0.01%) ⬆️
Impacted Files Coverage Δ
core/src/main/scala/cats/data/Ior.scala 98.52% <100%> (ø) ⬆️
core/src/main/scala/cats/evidence/Is.scala 91.66% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6f86647...628c186. Read the comment docs.

@travisbrown travisbrown merged commit 02066f7 into typelevel:master Dec 16, 2019
@travisbrown travisbrown added this to the 2.1.0 milestone Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants