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

mapIndexed: Fix generic type problem #22

Merged
merged 1 commit into from
Dec 14, 2018
Merged

Conversation

passsy
Copy link
Owner

@passsy passsy commented Dec 14, 2018

Fixes error type 'DartMutableList<bool>' is not a subtype of type 'Null'

see tests for details

Fixes type 'DartMutableList<bool>' is not a subtype of type 'Null'
@codecov
Copy link

codecov bot commented Dec 14, 2018

Codecov Report

Merging #22 into master will increase coverage by 1.17%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   63.29%   64.46%   +1.17%     
==========================================
  Files          25       25              
  Lines        1196     1196              
==========================================
+ Hits          757      771      +14     
+ Misses        439      425      -14
Impacted Files Coverage Δ
lib/src/extension/iterable_extension_mixin.dart 57.63% <100%> (+2.64%) ⬆️
lib/src/collection/set_empty.dart 61.11% <0%> (+5.55%) ⬆️

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 ab1f18f...4d0d6c0. Read the comment docs.

@passsy passsy merged commit c49cf2b into master Dec 14, 2018
@passsy passsy deleted the feature/bugfix_mapIndexed branch December 14, 2018 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant