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

Consider upgrading to SEVERE output when an explicitly include:d symbol is skipped #1564

Open
stuartmorgan opened this issue Sep 13, 2024 · 0 comments

Comments

@stuartmorgan
Copy link

I was converting some code from Obj-C and was confused by GLKMathRadiansToDegrees not showing up after I added it to the include list and made sure the header was in the transitive search. It took me a little while to find

[WARNING]: Skipped Function 'GLKMathRadiansToDegrees', inline functions are not supported.

in the multiple screens of ffigen output. If I've explicitly said I want a specific thing, and that thing can be exposed, I think that should be more clearly highlighted to make it easier to notice what the root problem is. (It took me several orders of magnitude longer to figure out the problem than it did to just rewrite the function in Dart once I knew I needed to.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant