swift
1cac3eee - Fix bit manipulation in `ActiveTaskStatus::withEscalatedPriority()`.

Commit
4 years ago
Fix bit manipulation in `ActiveTaskStatus::withEscalatedPriority()`. Due to a missing `~` when trying to mask in a new priority + the `IsEscalated` flag, we were instead getting an incorrect priority as well as dropping other useful bits. This led to assertions about the running state of a task not being set.
Author
Committer
Parents
Loading