mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 23:57:14 +08:00
eef2eae50b
Preserve reflected names for foreign named types, alias-backed unnamed structs, and foreign struct fields by hashing names with the declaring package or struct identity as appropriate. Extend the reflect script coverage to assert the foreign type and field names that must now remain visible. Fixes #996. Co-Autored by: 0xKismetDev <131729061+0xKismetDev@users.noreply.github.com>