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

remove unbound type parameters #129

Merged
merged 1 commit into from
Sep 8, 2022
Merged

remove unbound type parameters #129

merged 1 commit into from
Sep 8, 2022

Conversation

nsajko
Copy link
Contributor

@nsajko nsajko commented Sep 8, 2022

I didn't check, but unbound type parameters often cause performance issues, so this may not be merely cosmetic.

FTR, there's a relevant function in Test in stdlib for checking this stuff:
https://docs.julialang.org/en/v1/stdlib/Test/#Test.detect_unbound_args

I didn't check, but unbound type parameters often cause performance
issues, so this may not be merely cosmetic.

FTR, there's a relevant function in Test in stdlib for checking this
stuff:
https://docs.julialang.org/en/v1/stdlib/Test/#Test.detect_unbound_args
@codecov
Copy link

codecov bot commented Sep 8, 2022

Codecov Report

Merging #129 (07a594f) into main (0944265) will increase coverage by 0.04%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
+ Coverage   86.21%   86.25%   +0.04%     
==========================================
  Files           9        9              
  Lines        2350     2350              
==========================================
+ Hits         2026     2027       +1     
+ Misses        324      323       -1     
Impacted Files Coverage Δ
src/utils.jl 85.11% <0.00%> (ø)
src/floats.jl 92.55% <0.00%> (+0.28%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@quinnj quinnj merged commit 223ec68 into JuliaData:main Sep 8, 2022
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.

None yet

2 participants