Skip to content

Support collecting instances across packages in typeparams.Collector. #1276

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

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

nevkontakte
Copy link
Member

  • Add PackageInstanceSets type to organize instances by package the instantiated object belongs to.
  • Update Collector and related code to work with PackageInstanceSets.

Changes necessary to use this on the compiler side are not implemented yet, so we still can't compile the code with generic instances across packages.

Updates #1013

 - Add PackageInstanceSets type to organize instances by package the
   instantiated object belongs to.
 - Update Collector and related code to work with PackageInstanceSets.

Changes necessary to use this on the compiler side are not implemented
yet, so we still can't _compile_ the code with generic instances across
packages.
@nevkontakte nevkontakte requested a review from flimzy March 16, 2024 16:13
@nevkontakte nevkontakte enabled auto-merge March 16, 2024 17:33
@nevkontakte nevkontakte merged commit 732a8f6 into gopherjs:generics-ng Mar 16, 2024
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