We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FFIgen can output a lot of logs, which leads people to ignore them and subsequently file issues that the generated code is broken.
Instead, we should refuse to generate code (and delete the existing generated file if one already exists) so that users stop ignoring [SEVERE] errors.
[SEVERE]
Latest instance:
Pointer<Int>
Array<...>
@mannprerak2 Would you mind making a PR for this?
The text was updated successfully, but these errors were encountered:
Sure @dcharkes , I'll try by the weekend 😃
Or do you think maybe we should wait #185 first?
Sorry, something went wrong.
Or do you think maybe we should wait dart-lang/native#185 first?
cc @liamappelbe
ignore-source-errors
Successfully merging a pull request may close this issue.
FFIgen can output a lot of logs, which leads people to ignore them and subsequently file issues that the generated code is broken.
Instead, we should refuse to generate code (and delete the existing generated file if one already exists) so that users stop ignoring
[SEVERE]
errors.Latest instance:
Pointer<Int>
instead ofArray<...>
#438@mannprerak2 Would you mind making a PR for this?
The text was updated successfully, but these errors were encountered: