Skip to content

Conversation

@RReverser
Copy link
Contributor

Description of Changes

At some point the code was switched to use the full type name helper to resolve types regardless of if they're in scope. The helper didn't include generic params which broke things like List<...> as reported in the chat.

This fixes the issue by... well, including generic params.

API and ABI

  • This is a breaking change to the module ABI
  • This is a breaking change to the module API
  • This is a breaking change to the ClientAPI
  • This is a breaking change to the SDK API

If the API is breaking, please state below what will break

Expected complexity level and risk

How complicated do you think these changes are? Grade on a scale from 1 to 5,
where 1 is a trivial change, and 5 is a deep-reaching and complex change.

1

This complexity rating applies not only to the complexity apparent in the diff,
but also to its interactions with existing and future code.

If you answered more than a 2, explain what is complex about the PR,
and what other components it interacts with in potentially concerning ways.

@RReverser RReverser enabled auto-merge (squash) October 26, 2023 14:26
@RReverser RReverser merged commit 6eff34b into master Oct 26, 2023
@RReverser RReverser deleted the fix-generics branch October 26, 2023 14:43
jdetter pushed a commit that referenced this pull request Oct 31, 2023
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.

3 participants