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

Apply global fix to enforce lambda syntactic sugar #985

Merged
merged 3 commits into from Aug 12, 2018
Merged

Conversation

pakoito
Copy link
Member

@pakoito pakoito commented Aug 11, 2018

The IDE started complaining and this is one I've wanted fixed for a long while. IntelliJ got it right the first time around so, kudos to them.

@codecov
Copy link

codecov bot commented Aug 12, 2018

Codecov Report

Merging #985 into master will decrease coverage by 0.82%.
The diff coverage is 58.92%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #985      +/-   ##
============================================
- Coverage     47.04%   46.21%   -0.83%     
  Complexity      680      680              
============================================
  Files           315      315              
  Lines          8090     7932     -158     
  Branches        826      826              
============================================
- Hits           3806     3666     -140     
+ Misses         3954     3937      -17     
+ Partials        330      329       -1
Impacted Files Coverage Δ Complexity Δ
...ces-core/src/main/kotlin/arrow/instances/option.kt 52.08% <0%> (ø) 0 <0> (ø) ⬇️
...mtl/src/main/kotlin/arrow/mtl/instances/kleisli.kt 0% <0%> (ø) 0 <0> (ø) ⬇️
...rc/main/kotlin/arrow/mtl/typeclasses/MonadState.kt 0% <0%> (ø) 0 <0> (ø) ⬇️
...-test/src/main/kotlin/arrow/test/laws/OrderLaws.kt 0% <0%> (ø) 0 <0> (ø) ⬇️
...t/src/main/kotlin/arrow/test/laws/SemigroupLaws.kt 66.66% <0%> (ø) 2 <0> (ø) ⬇️
...test/src/main/kotlin/arrow/test/laws/MonoidLaws.kt 42.85% <0%> (ø) 3 <0> (ø) ⬇️
.../main/kotlin/arrow/mtl/typeclasses/MonadCombine.kt 0% <0%> (ø) 0 <0> (ø) ⬇️
...java/arrow/higherkinds/HigherKindsFileGenerator.kt 0% <0%> (ø) 0 <0> (ø) ⬇️
...ore/arrow-data/src/main/kotlin/arrow/data/State.kt 45% <0%> (ø) 0 <0> (ø) ⬇️
...ain/kotlin/arrow/optics/typeclasses/FilterIndex.kt 0% <0%> (ø) 0 <0> (ø) ⬇️
... and 81 more

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 298171f...3e5a6ba. Read the comment docs.

@pakoito pakoito requested a review from raulraja August 12, 2018 12:13
@pakoito pakoito merged commit f30946d into master Aug 12, 2018
@pakoito pakoito deleted the paco-lambdablabla branch August 12, 2018 13:25
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.

None yet

2 participants