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

Fix GC Preserve #133

Merged
merged 1 commit into from
Sep 28, 2021
Merged

Fix GC Preserve #133

merged 1 commit into from
Sep 28, 2021

Conversation

wsmoses
Copy link
Member

@wsmoses wsmoses commented Sep 28, 2021

Fixes #125

@codecov-commenter
Copy link

codecov-commenter commented Sep 28, 2021

Codecov Report

Merging #133 (90309a3) into master (d9113ac) will increase coverage by 0.04%.
The diff coverage is 63.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #133      +/-   ##
==========================================
+ Coverage   77.03%   77.08%   +0.04%     
==========================================
  Files          12       12              
  Lines        1999     2007       +8     
==========================================
+ Hits         1540     1547       +7     
- Misses        459      460       +1     
Impacted Files Coverage Δ
src/compiler.jl 81.40% <63.28%> (+0.19%) ⬆️
src/compiler/validation.jl 63.75% <100.00%> (+0.30%) ⬆️
src/api.jl 35.63% <0.00%> (-1.87%) ⬇️
src/typetree.jl 81.11% <0.00%> (-1.12%) ⬇️

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 d9113ac...90309a3. Read the comment docs.

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.

In-place function crashes
2 participants