JuliaInterop / Clang.jl

C binding generator and Julia interface to libclang
https://juliainterop.github.io/Clang.jl/
MIT License
219 stars 68 forks source link

Edge cases encountered while generating bindings for Hwloc #401

Open JBlaschke opened 1 year ago

JBlaschke commented 1 year ago

I am generating the bindings for Hwloc_jll, and I encountered a few edge cases that I thought you might like to know about -- all of these have straightforward workarounds, so this isn't urgent here.

Gnimuc commented 1 year ago

Thanks for the issue. Let's keep collecting those failure cases, so we can fix them in the next round of refactoring.