Skip to content

Remove unused task syscalls#1424

Open
nroggeman-ledger wants to merge 4 commits intomasterfrom
remove-unused-task-syscalls
Open

Remove unused task syscalls#1424
nroggeman-ledger wants to merge 4 commits intomasterfrom
remove-unused-task-syscalls

Conversation

@nroggeman-ledger
Copy link
Contributor

Description

The goal of this PR is to:

  • Remove the not-tested/not-used support of sub-tasks creation in Applications.
  • Move private OS_Sched public syscalls to OS (os_sched_is_running(), os_sched_yield(), os_sched_switch(), os_sched_current_task())

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Tests
  • Documentation
  • Other (for changes that might not fit in any category)

Breaking changes

Removed syscalls (but not used by any app)

@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.82%. Comparing base (144baa2) to head (eef2a42).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1424   +/-   ##
=======================================
  Coverage   91.82%   91.82%           
=======================================
  Files          37       37           
  Lines        4244     4244           
  Branches      521      521           
=======================================
  Hits         3897     3897           
  Misses        257      257           
  Partials       90       90           
Flag Coverage Δ
unittests 91.82% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nroggeman-ledger nroggeman-ledger force-pushed the remove-unused-task-syscalls branch 5 times, most recently from 5a891ac to 7da5045 Compare February 20, 2026 09:26
@nroggeman-ledger nroggeman-ledger force-pushed the remove-unused-task-syscalls branch from 7da5045 to eef2a42 Compare February 27, 2026 07:50
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