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

Make Daemon feature imply streaming feature #376

Merged
merged 2 commits into from
Feb 25, 2024

Commits on Feb 24, 2024

  1. Streaming/audio-backend feature compile time check

    Forbids compilation of one non functional feature combination
    
    Now, `cargo check --no-default-features --features streaming` (lacking
    an audio backend) returns a compilation error instead of silently
    producing a failing binary.
    LucasFA committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    f0614f7 View commit details
    Browse the repository at this point in the history
  2. Make Daemon feature imply streaming feature

    Remove runtime error, favouring compile time verification
    LucasFA committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b8274bd View commit details
    Browse the repository at this point in the history