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

bump generator to 0.8.3 #120

Merged
merged 1 commit into from
Nov 20, 2024
Merged

bump generator to 0.8.3 #120

merged 1 commit into from
Nov 20, 2024

Conversation

hack3ric
Copy link
Contributor

Fixes #116. Since currently config::configuration_files is only used with 'static, we change all of its lifetime to 'static.

Ref: Xudong-Huang/generator-rs#49

Fixes pop-os#116. Since currently config::configuration_files is only used with 'static, we change all of its lifetime to 'static.

Ref: Xudong-Huang/generator-rs#49
hack3ric added a commit to hack3ric/archriscv-packages that referenced this pull request Nov 19, 2024
Bump generator crate which supports riscv64 in 0.8.x. Upstreamed to pop-os/system76-scheduler#120.
@jacobgkau jacobgkau requested review from a team November 19, 2024 16:22
@jacobgkau jacobgkau self-assigned this Nov 19, 2024
Copy link
Member

@jacobgkau jacobgkau left a comment

Choose a reason for hiding this comment

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

Regression testing passed:

  • Focus-based assignments are working with the default config (both .debs and Flatpaks).
  • Focus-based assignments work with custom values in /etc.
  • nice -n # works with the default config.
  • A custom profile with no niceness defined still has foreground/background applied.
    • Only applied at launch. (Not a regression.)
  • A custom profile with a niceness defined inline (under process-scheduler/) works.
  • A custom profile with a niceness defined separately (in config.kdl) works.
  • Config reloading works with system76-scheduler daemon reload, systemctl reload com.system76.Scheduler.service, and systemctl restart com.system76.Scheduler.service.
  • PipeWire integration works; when an app starts playing audio, it's assigned the niceness of the pipewire group and retains it until it's closed. It gets regular foreground/background niceness again when it's relaunched (or sooner if the audio stream stops.)
  • After disabling the foreground/background profiles, other profiles still work.

The failing Focal build is not a problem because we have a separate master_focal branch that this PR will not affect.

@mmstick mmstick merged commit a033bf8 into pop-os:master Nov 20, 2024
7 of 8 checks passed
@hack3ric hack3ric deleted the generator-0.8.x branch November 20, 2024 12:16
felixonmars pushed a commit to felixonmars/archriscv-packages that referenced this pull request Nov 26, 2024
Bump generator crate which supports riscv64 in 0.8.x. Upstreamed to pop-os/system76-scheduler#120.
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.

Update generator to 0.8
3 participants