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

Fix stack overflow for when calling KList.single #44

Merged
merged 1 commit into from
Dec 27, 2018
Merged

Conversation

passsy
Copy link
Owner

@passsy passsy commented Dec 27, 2018

Adds faster routes for KLists.single() without allocating a KIterator

@codecov
Copy link

codecov bot commented Dec 27, 2018

Codecov Report

Merging #44 into master will increase coverage by 1.44%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage    92.6%   94.05%   +1.44%     
==========================================
  Files          25       25              
  Lines        1502     1515      +13     
==========================================
+ Hits         1391     1425      +34     
+ Misses        111       90      -21
Impacted Files Coverage Δ
lib/src/extension/iterable_extension_mixin.dart 96.22% <100%> (+3.13%) ⬆️
lib/src/extension/list_extension_mixin.dart 99.15% <100%> (+0.13%) ⬆️

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 a3462f0...a89da47. Read the comment docs.

@passsy passsy merged commit b71c905 into master Dec 27, 2018
@passsy passsy deleted the feature/single branch December 27, 2018 23: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