Skip to content

Fix: Generics > Cross-package generics#104

Merged
marcizhu merged 1 commit intomasterfrom
fix/generics-support
Mar 18, 2026
Merged

Fix: Generics > Cross-package generics#104
marcizhu merged 1 commit intomasterfrom
fix/generics-support

Conversation

@marcizhu
Copy link
Copy Markdown
Member

The previous PR (#102) added partial support for generics, but the tool would fail if a generic struct was defined in package A and when instantiated, it was done so using a type from a different package: SomeField *a.Field[b.Other]

This PR addresses that by adding full support for generics (I hope!)

@marcizhu marcizhu merged commit c52488a into master Mar 18, 2026
3 checks passed
@marcizhu marcizhu deleted the fix/generics-support branch March 18, 2026 11:47
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