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

Fixes patmat corner case that might produce a ClassCastException #2405

Merged
merged 2 commits into from
Apr 8, 2019

Conversation

danieldietrich
Copy link
Contributor

No description provided.

@danieldietrich danieldietrich added this to the v0.10.1 milestone Mar 31, 2019
@codecov-io
Copy link

codecov-io commented Mar 31, 2019

Codecov Report

Merging #2405 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2405      +/-   ##
============================================
- Coverage     95.86%   95.85%   -0.02%     
  Complexity     5428     5428              
============================================
  Files            94       94              
  Lines         13117    13119       +2     
  Branches       1609     1609              
============================================
  Hits          12575    12575              
- Misses          403      405       +2     
  Partials        139      139
Impacted Files Coverage Δ Complexity Δ
vavr/src-gen/main/java/io/vavr/API.java 84.17% <100%> (+0.02%) 222 <0> (ø) ⬇️
...r/src/main/java/io/vavr/concurrent/FutureImpl.java 74.43% <0%> (-1.51%) 28% <0%> (ø)

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 71f55e0...652c95e. Read the comment docs.

@danieldietrich danieldietrich merged commit 6cc64b4 into master Apr 8, 2019
@danieldietrich danieldietrich deleted the predicate-pattern branch April 15, 2019 12:49
@danieldietrich danieldietrich modified the milestones: v0.10.1, v0.11.0, v1.0.0 Jul 2, 2019
danieldietrich added a commit that referenced this pull request Jul 22, 2019
* Fixes patmat corner case that might produce a ClassCastException

* src-gen changes
thadumi pushed a commit to thadumi/vavr that referenced this pull request Dec 11, 2019
…r-io#2405)

* Fixes patmat corner case that might produce a ClassCastException

* src-gen changes
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.

2 participants