Skip to content

WIP [ffigen] Config update part 5: trivial fields - #3558

Draft
liamappelbe wants to merge 60 commits into
mainfrom
ffigen_config_update_5
Draft

WIP [ffigen] Config update part 5: trivial fields#3558
liamappelbe wants to merge 60 commits into
mainfrom
ffigen_config_update_5

Conversation

@liamappelbe

@liamappelbe liamappelbe commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Migrate a whole bunch of easy fields from the old Dart config API to the new AST pattern:

  • Enums.style -> EnumClass.style
  • Enums.silenceWarning -> EnumClass.silenceWarning
  • Functions/Globals.includeSymbolAddress -> Func/Global.exposeSymbolAddress
  • Functions.isLeaf -> Func.isLeaf
  • Functions.recordUse -> Func.recordUse
  • Structs/Unions.dependencies -> Struct/Union.dependencies
  • Structs.packingOverride -> Struct.pack
  • Typedefs.useSupportedTypedefs -> true
  • Interfaces/Protocols.module -> ObjCInterface/ObjCProtocol.module

@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown

PR Health

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
code_assets Non-Breaking 1.2.1 2.0.0-wip 2.0.0-wip ✔️
hooks_runner Non-Breaking 1.6.1 1.6.2-wip 1.6.2-wip ✔️

This check can be disabled by tagging the PR with skip-breaking-check.

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.

Package Leaked API symbol Leaking sources

This check can be disabled by tagging the PR with skip-leaking-check.

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant