Skip to content

chore(sys): regenerate static bindgen files#347

Merged
filmil merged 1 commit intogoogle:mainfrom
clydegerber:chore/regenerate-static-bindgen
Apr 27, 2026
Merged

chore(sys): regenerate static bindgen files#347
filmil merged 1 commit intogoogle:mainfrom
clydegerber:chore/regenerate-static-bindgen

Conversation

@clydegerber
Copy link
Copy Markdown
Contributor

@clydegerber clydegerber commented Apr 27, 2026

Summary

  • Regenerates lib_{63,71,72,73,74,76,77,78}.rs using the Docker testenv images (linux/amd64)
  • Removes __va_list_tag struct definitions from all files — this glibc-specific type leaked into the previous static bindgen output because it was missing from the blocklist (fixed in fix(sys): add __va_list_tag to bindgen blocklist #346)

Test plan

  • Confirm zero occurrences of __va_list_tag in all regenerated lib_XX.rs files
  • CI passes against the regenerated files

This commit was created by an automated coding assistant, with human supervision.

Regenerated lib_{63,71,72,73,74,76,77,78}.rs using the Docker testenv
images. The __va_list_tag type (a glibc-specific va_list definition on
Linux x86_64) is now excluded by the updated blocklist, removing its
definition from all static bindgen outputs.

This commit was created by an automated coding assistant, with human
supervision.
@filmil
Copy link
Copy Markdown
Member

filmil commented Apr 27, 2026

Adds ures_* / UResourceBundle / UResType symbols now that rust_icu_ures has been merged

I am not seeing any additions, did you intend to have them in this change?

@clydegerber
Copy link
Copy Markdown
Contributor Author

Adds ures_* / UResourceBundle / UResType symbols now that rust_icu_ures has been merged

I am not seeing any additions, did you intend to have them in this change?

Sorry - the PR description was inaccurate, correcting...

@filmil filmil merged commit 5ae045c into google:main Apr 27, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants