Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Fixed nested FFI. #212

Merged
merged 1 commit into from Jul 23, 2021
Merged

Fixed nested FFI. #212

merged 1 commit into from Jul 23, 2021

Conversation

jorgecarleitao
Copy link
Owner

This PR fixes a bug in reading FFI children of child (nested types).

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Jul 22, 2021
@codecov
Copy link

codecov bot commented Jul 22, 2021

Codecov Report

Merging #212 (11b280b) into main (16c089e) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #212      +/-   ##
==========================================
+ Coverage   76.82%   76.87%   +0.04%     
==========================================
  Files         226      226              
  Lines       19419    19430      +11     
==========================================
+ Hits        14919    14937      +18     
+ Misses       4500     4493       -7     
Impacted Files Coverage Δ
src/ffi/ffi.rs 76.47% <ø> (+1.74%) ⬆️
src/ffi/array.rs 82.71% <100.00%> (+3.00%) ⬆️
src/array/list/mutable.rs 79.20% <0.00%> (+1.98%) ⬆️

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 16c089e...11b280b. Read the comment docs.

src/ffi/ffi.rs Outdated Show resolved Hide resolved
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants