Skip to content

Fix: do not leak previous stale copperlist values on background tasks#934

Merged
gbin merged 3 commits into
masterfrom
gbin/bg_task_bug
Mar 18, 2026
Merged

Fix: do not leak previous stale copperlist values on background tasks#934
gbin merged 3 commits into
masterfrom
gbin/bg_task_bug

Conversation

@gbin

@gbin gbin commented Mar 18, 2026

Copy link
Copy Markdown
Collaborator

This is a regression introduced when we did not unforce unconditionally the "None" output value on tasks as usually they do that themselves.

Summary

see #933

Related issues

Changes

Testing

  • just fmt
  • just lint
  • just test
  • optional full just std-ci (if std/runtime paths are impacted)
  • optional full just nostd-ci (if embedded/no_std paths are impacted)
  • Other (please specify):

pro-tip: just with no parameters in the root defaults to just fmt, just lint, and just test.

Checklist

  • I have updated docs or examples where needed
  • I have added or updated tests where needed
  • I have considered platform impact (Linux/macOS/Windows/embedded)
  • I have considered config/logging changes (if applicable)
  • This change is not a breaking change (or I documented it below)

Breaking changes (if any)

Additional context

This is a regression introduced when we did not unforce unconditionally
the "None" output value on tasks as usually they do that themselves.
@gbin gbin added bug Something isn't working include in changelog labels Mar 18, 2026
@gbin gbin merged commit e3da476 into master Mar 18, 2026
23 checks passed
@gbin gbin deleted the gbin/bg_task_bug branch March 18, 2026 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working include in changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Unexpected bg task behavior

1 participant