JuliaInterop / ObjectiveC.jl

Objective-C embedded in Julia
Other
39 stars 10 forks source link

Framework Wrapper #17

Closed habemus-papadum closed 2 months ago

habemus-papadum commented 1 year ago

Primarily a Clang.jl wrapper generator, and probably some orthogonal stuff.

Will eventually be broken into multiple PRs to simplify review. But creating this for now, in case anyone is curious, personal accountability, etc.

cc: @maleadt

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (c0c0d7f) 66.54% compared to head (ff49730) 66.54%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #17 +/- ## ======================================= Coverage 66.54% 66.54% ======================================= Files 8 8 Lines 556 556 ======================================= Hits 370 370 Misses 186 186 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaInterop). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaInterop)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

maleadt commented 1 year ago

Great, I'll be tracking this. I had already posted on Clang.jl for some pointers, https://github.com/JuliaInterop/Clang.jl/discussions/416, but you probably are past that stage already.

maleadt commented 2 months ago

Looks like this PR hasn't moved much, so I think we can close it. I opened an issue instead, https://github.com/JuliaInterop/ObjectiveC.jl/issues/41, referencing this PR and the Clang.jl discussion linked above.