Skip to content
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

Update workflowcheck and allow it to handle aliased context #1642

Merged
merged 5 commits into from
Sep 23, 2024

Conversation

Quinn-With-Two-Ns
Copy link
Contributor

Update workflowcheck and allow it to handle aliased Workflow.context. Go 1.23 changed the behaviour of some APIs to return types.Alias if the type was an alias. The Go SDK uses alias heavily so this caused workflowcheck to not identify functions as workflow functions.

@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner September 17, 2024 23:13
@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit d10e871 into master Sep 23, 2024
14 checks passed
@Quinn-With-Two-Ns Quinn-With-Two-Ns deleted the issue-1627 branch September 23, 2024 17:00
ReyOrtiz pushed a commit to ReyOrtiz/temporal-sdk-go that referenced this pull request Dec 5, 2024
…io#1642)

Handle aliasing of internal packages in workflow
check
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