fix pijul set non-interactive panic

tzemanovic
Feb 11, 2026, 10:55 AM
ZOMZ6PI6D6PPR3ADTALD4F55TOVFYVRONCN7LXSK3AHEVQA5GFQAC

Dependencies

Change contents

  • replacement in libflorescence/src/repo.rs at line 266
    [3.278][3.278:420]()
    // Pijul be set non-interactive
    pijul_interaction::set_context(
    pijul_interaction::InteractiveContext::NotInteractive,
    );
    [3.278]
    [2.529]
    // Pijul must be set non-interactive
    if !matches!(
    pijul_interaction::get_context(),
    Ok(pijul_interaction::InteractiveContext::NotInteractive)
    ) {
    pijul_interaction::set_context(
    pijul_interaction::InteractiveContext::NotInteractive,
    );
    }
  • replacement in inflorescence_view/screenshots/loaded_non_empty_repo-wgpu.png at line 1227
    [4.169672][4.169672:170726]()
    [4.169672]