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

implement integration for exception type inference #522

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

aviatesk
Copy link
Member

Integration for JuliaLang/julia#51754.
Statement-wise and call-wise information is available only after v"1.11.0-DEV.1127".
Screenshot 2023-12-20 at 7 57 01 PM

@codecov-commenter
Copy link

codecov-commenter commented Dec 20, 2023

Codecov Report

Attention: 133 lines in your changes are missing coverage. Please review.

Comparison is base (82f678d) 0.00% compared to head (6ea929f) 0.00%.

Files Patch % Lines
src/callsite.jl 0.00% 36 Missing ⚠️
src/Cthulhu.jl 0.00% 35 Missing ⚠️
src/reflection.jl 0.00% 28 Missing ⚠️
src/codeview.jl 0.00% 13 Missing ⚠️
src/ui.jl 0.00% 8 Missing ⚠️
src/interpreter.jl 0.00% 7 Missing ⚠️
src/interface.jl 0.00% 6 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##           master    #522   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           9       9           
  Lines        1497    1551   +54     
======================================
- Misses       1497    1551   +54     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aviatesk aviatesk force-pushed the avi/exc-type branch 2 times, most recently from 2ab0322 to d9d49cd Compare December 20, 2023 12:53
Integration for JuliaLang/julia#51754.
Statement-wise and call-wise information is available only after
`v"1.11.0-DEV.1127"`.
@aviatesk aviatesk merged commit 331bba3 into master Dec 21, 2023
10 of 11 checks passed
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