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 bug in vector_of_arrays.jl #35

Merged
merged 3 commits into from
Nov 3, 2023
Merged

Fix bug in vector_of_arrays.jl #35

merged 3 commits into from
Nov 3, 2023

Conversation

chrhck
Copy link
Contributor

@chrhck chrhck commented Oct 16, 2023

mul() should be prod()

Fixes #34

mul() should be prod()
@oschulz
Copy link
Collaborator

oschulz commented Oct 16, 2023

Thanks! Should we add a test as well?

adds a test for sizehint
@chrhck
Copy link
Contributor Author

chrhck commented Nov 3, 2023

Added a basic test for !sizehint - were you thinking of something more specific?

@oschulz
Copy link
Collaborator

oschulz commented Nov 3, 2023

Added a basic test for !sizehint - were you thinking of something more specific?

Looks good to me!

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #35 (667a7e9) into main (3a6f5ba) will increase coverage by 1.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
+ Coverage   93.87%   94.96%   +1.09%     
==========================================
  Files           6        6              
  Lines         457      457              
==========================================
+ Hits          429      434       +5     
+ Misses         28       23       -5     
Files Coverage Δ
src/vector_of_arrays.jl 94.57% <100.00%> (+2.26%) ⬆️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@oschulz oschulz merged commit 3212544 into JuliaArrays:main Nov 3, 2023
9 checks passed
@oschulz
Copy link
Collaborator

oschulz commented Nov 3, 2023

Thanks again @chrhck !

JuliaRegistries/General#94699

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.

bug in sizehint!
2 participants