Skip to content

cat performance tweaks #422

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

Merged
merged 3 commits into from
Aug 21, 2023
Merged

cat performance tweaks #422

merged 3 commits into from
Aug 21, 2023

Conversation

vtjnash
Copy link
Contributor

@vtjnash vtjnash commented Aug 1, 2023

(don't squash)

vtjnash added 2 commits August 1, 2023 15:44
Ensures that Union{} is not part of the output possibilities after type-piracy of Base.cat methods.

Refs JuliaLang/julia#50550
This little gadget creates a closure over Type{T} instead of DataType.

Fix JuliaLang/julia#50623
@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Merging #422 (59b5d48) into main (2c4f870) will increase coverage by 0.29%.
The diff coverage is 89.65%.

@@            Coverage Diff             @@
##             main     #422      +/-   ##
==========================================
+ Coverage   92.11%   92.41%   +0.29%     
==========================================
  Files          12       12              
  Lines        7661     7669       +8     
==========================================
+ Hits         7057     7087      +30     
+ Misses        604      582      -22     
Files Changed Coverage Δ
src/sparsevector.jl 95.45% <89.65%> (-0.05%) ⬇️

... and 1 file with indirect coverage changes

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

@ViralBShah
Copy link
Member

@vtjnash Do we need to get this merged - in that is there urgency?

Unfortunately, this test has become broken in the interim since it was
disabled by 176ef64 / a15fe4b.
@vtjnash vtjnash merged commit 18b7fce into main Aug 21, 2023
@vtjnash vtjnash deleted the jn/cat branch August 21, 2023 16:13
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