-
Notifications
You must be signed in to change notification settings - Fork 87
[ffigen] Remove most of the Config extension #2841
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
base: main
Are you sure you want to change the base?
Conversation
PR HealthLicense Headers ✔️
All source files should start with a license header. Unrelated files missing license headers
This check can be disabled by tagging the PR with API leaks ✔️The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.
This check can be disabled by tagging the PR with Breaking changes ✔️
This check can be disabled by tagging the PR with |
Working towards removing the
Configextension type. This PR removes all the methods that can be trivially removed.Not touching
importedTypesByUsr,typedefTypeMappings,structTypeMappings,unionTypeMappings, orimportedIntegersyet. They're a bit more involved, so I'll do those in a separate PR.