Closed yuyichao closed 4 years ago
Merging #325 into master will increase coverage by
0.25%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #325 +/- ##
==========================================
+ Coverage 90.67% 90.92% +0.25%
==========================================
Files 1 1
Lines 461 474 +13
==========================================
+ Hits 418 431 +13
Misses 43 43
Impacted Files | Coverage Δ | |
---|---|---|
src/Cairo.jl | 90.92% <100.00%> (+0.25%) |
:arrow_up: |
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 a591b52...d53c5ce. Read the comment docs.
Thank you.
I still might have some questions understanding the solution.
Passing immutable object as
Any
to C code does not guarantee pointer identity with the original object/object stored in parent object.Fix #323