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

improve Vararg checking #457

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

oscardssmith
Copy link
Contributor

This code really shouldn't be messing around with function signatures, but if it is, it should do so better. This allows recognizing things like g(x::Vararg{Vector{T}, N}) where {N, T}.

This code really shouldn't be messing around with function signatures, but if it is, it should do so better. This allows recognizing things like `g(x::Vararg{Vector{T}, N}) where {N, T}`.
@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Merging #457 (d9d1585) into master (68f2017) will decrease coverage by 2.55%.
The diff coverage is 90.00%.

@@            Coverage Diff             @@
##           master     #457      +/-   ##
==========================================
- Coverage   49.07%   46.52%   -2.55%     
==========================================
  Files          46       46              
  Lines        3519     3527       +8     
==========================================
- Hits         1727     1641      -86     
- Misses       1792     1886      +94     
Impacted Files Coverage Δ
src/utils.jl 66.45% <90.00%> (+4.36%) ⬆️

... and 27 files with indirect coverage changes

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

@ChrisRackauckas
Copy link
Member

This needs a test.

@ChrisRackauckas
Copy link
Member

Test failure is real.

@ChrisRackauckas
Copy link
Member

bump

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