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

feat(runtime_capi): add functions for interoperability #88

Merged
merged 4 commits into from
Jan 30, 2020

Conversation

Wodann
Copy link
Collaborator

@Wodann Wodann commented Jan 24, 2020

Depends on #87.

@Wodann Wodann requested a review from baszalmstra January 24, 2020 11:05
@Wodann Wodann self-assigned this Jan 24, 2020
@codecov
Copy link

codecov bot commented Jan 24, 2020

Codecov Report

Merging #88 into master will increase coverage by 1.36%.
The diff coverage is 99.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   75.32%   76.68%   +1.36%     
==========================================
  Files         121      122       +1     
  Lines        9613     9827     +214     
==========================================
+ Hits         7241     7536     +295     
+ Misses       2372     2291      -81
Impacted Files Coverage Δ
crates/mun_runtime_capi/src/lib.rs 95.89% <95.45%> (+95.89%) ⬆️
crates/mun_runtime_capi/src/tests.rs 99.47% <99.47%> (ø)
crates/mun_abi/src/autogen_impl.rs 94.77% <0%> (+0.2%) ⬆️
crates/mun_codegen/src/code_gen/symbols.rs 97.2% <0%> (+0.69%) ⬆️
crates/mun_runtime_capi/src/error.rs 47.36% <0%> (+47.36%) ⬆️
crates/mun_runtime_capi/src/hub.rs 78.57% <0%> (+78.57%) ⬆️

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 bf506d2...b996eef. Read the comment docs.

@Wodann Wodann force-pushed the feature/interop-c branch 2 times, most recently from bb7f5f5 to 4a1c4e0 Compare January 26, 2020 10:56
@Wodann
Copy link
Collaborator Author

Wodann commented Jan 26, 2020

@Wodann Wodann force-pushed the feature/interop-c branch from 4a1c4e0 to 468c01e Compare January 26, 2020 17:46
@Wodann Wodann force-pushed the feature/interop-c branch from 468c01e to bd4f74b Compare January 29, 2020 21:57
@Wodann Wodann merged commit 869e4b8 into mun-lang:master Jan 30, 2020
@Wodann Wodann changed the title Add function to runtime CAPI for retrieving StructInfo from a TypeInfo pointer feat(runtime_capi): add functions for interoperability Jan 31, 2020
@Wodann Wodann deleted the feature/interop-c branch March 25, 2020 11:25
@Wodann Wodann added this to the Mun v0.2 milestone May 14, 2020
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