Skip to content

runtime: avoid duplicate task exit symbol - #5656

Merged
deadprogram merged 1 commit into
tinygo-org:devfrom
jakebailey:fix-5652
Sep 7, 2026
Merged

runtime: avoid duplicate task exit symbol#5656
deadprogram merged 1 commit into
tinygo-org:devfrom
jakebailey:fix-5652

Conversation

@jakebailey

Copy link
Copy Markdown
Member

Fixes #5652

@dgryski dgryski left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. A linkname to the same symbol name is almost certainly an error we could flag.

@deadprogram

Copy link
Copy Markdown
Member

Thanks for adding this @jakebailey and to @dgryski for review. Now merging.

@deadprogram
deadprogram merged commit 3725265 into tinygo-org:dev Sep 7, 2026
24 checks passed
@jakebailey
jakebailey deleted the fix-5652 branch September 7, 2026 18:08
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.

duplicate symbol: tinygo_task_exit with tasks scheduler

3 participants