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 undefined symbols at runtime #139

Merged
merged 2 commits into from
Sep 30, 2021
Merged

Handle undefined symbols at runtime #139

merged 2 commits into from
Sep 30, 2021

Conversation

wsmoses
Copy link
Member

@wsmoses wsmoses commented Sep 30, 2021

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2021

Codecov Report

Merging #139 (3eee3af) into master (885ae29) will increase coverage by 0.63%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
+ Coverage   77.49%   78.13%   +0.63%     
==========================================
  Files          12       12              
  Lines        2084     2090       +6     
==========================================
+ Hits         1615     1633      +18     
+ Misses        469      457      -12     
Impacted Files Coverage Δ
src/compiler/validation.jl 66.17% <ø> (+2.37%) ⬆️
src/compiler.jl 82.25% <100.00%> (+0.22%) ⬆️
src/api.jl 40.00% <0.00%> (+2.22%) ⬆️

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 885ae29...3eee3af. Read the comment docs.

src/compiler.jl Show resolved Hide resolved
@vchuravy vchuravy merged commit 1333831 into master Sep 30, 2021
@vchuravy vchuravy deleted the undef branch September 30, 2021 17:31
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

3 participants