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 #219

Merged
merged 1 commit into from
Sep 9, 2022
Merged

remove unbound type parameters #219

merged 1 commit into from
Sep 9, 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.

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

codecov bot commented Sep 8, 2022

Codecov Report

Merging #219 (5d97872) into master (cc29252) will not change coverage.
The diff coverage is 92.85%.

@@           Coverage Diff           @@
##           master     #219   +/-   ##
=======================================
  Coverage   93.82%   93.82%           
=======================================
  Files          13       13           
  Lines        2267     2267           
=======================================
  Hits         2127     2127           
  Misses        140      140           
Impacted Files Coverage Δ
src/lazyapplying.jl 84.89% <0.00%> (ø)
src/lazybroadcasting.jl 96.20% <100.00%> (ø)
src/lazyconcat.jl 95.78% <100.00%> (ø)
src/linalg/inv.jl 93.75% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dlfivefifty dlfivefifty merged commit 89c7837 into JuliaArrays:master Sep 9, 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.

2 participants