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

Handle Core.TypeofVararg in treelist #118

Merged
merged 2 commits into from
Jan 13, 2021
Merged

Handle Core.TypeofVararg in treelist #118

merged 2 commits into from
Jan 13, 2021

Conversation

timholy
Copy link
Member

@timholy timholy commented Jan 13, 2021

Fixes #114

@codecov-io
Copy link

codecov-io commented Jan 13, 2021

Codecov Report

Merging #118 (c82bc4c) into master (0b5b862) will decrease coverage by 1.45%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
- Coverage   49.35%   47.90%   -1.46%     
==========================================
  Files           6        6              
  Lines         857      858       +1     
==========================================
- Hits          423      411      -12     
- Misses        434      447      +13     
Impacted Files Coverage Δ
src/backedges.jl 79.41% <100.00%> (+1.19%) ⬆️
src/reflection.jl 79.16% <0.00%> (-6.02%) ⬇️
src/codeview.jl 60.46% <0.00%> (-0.59%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b5b862...c82bc4c. Read the comment docs.

@timholy timholy merged commit 8efb8be into master Jan 13, 2021
@timholy timholy deleted the teh/fix_vararg branch January 13, 2021 09:42
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.

ERROR: TypeError: in <:, expected Type, got Vararg{Pair{String, String}}
2 participants