simply the test

tzemanovic
Feb 10, 2026, 3:10 PM
BJO44JBLO7K3FNKTJVNHRWUA4Q2V7JHN5P7QTMAH7LBORQJFQDPQC

Dependencies

  • [2] MORKDJUE use allowed actions binding for key subs
  • [3] L6GEOWHO fix partial overall toggle
  • [4] LJEWZVNP fix to-record, add more tests
  • [5] YRGDFHAB project dir picker
  • [*] 5O4FWCFP add tests to_record selection and improve it

Change contents

  • edit in inflorescence_model/src/to_record/test.rs at line 477
    [3.1985][3.1985:2007]()
    let file_b = "B";
  • edit in inflorescence_model/src/to_record/test.rs at line 485
    [3.2226][3.2226:2338]()
    let change_b_1 = repo::ChangedFileDiff::SolveNameConflict;
    let change_b_2 = repo::ChangedFileDiff::Add;
  • replacement in inflorescence_model/src/to_record/test.rs at line 486
    [3.2339][3.2339:2765]()
    let changed_files = repo::ChangedFiles::from_iter([
    (
    to_path(file_a),
    repo::ChangedFile::from_iter([
    change_a_1.clone(),
    change_a_2.clone(),
    ]),
    ),
    (
    to_path(file_b),
    repo::ChangedFile::from_iter([
    change_b_1.clone(),
    change_b_2.clone(),
    ]),
    ),
    ]);
    [3.2339]
    [3.2765]
    let changed_files = repo::ChangedFiles::from_iter([(
    to_path(file_a),
    repo::ChangedFile::from_iter([change_a_1.clone(), change_a_2.clone()]),
    )]);
  • replacement in inflorescence_model/src/to_record/test.rs at line 542
    [3.4296][3.4296:4363]()
    // Switching to partial should set the file A's to partial too
    [3.4296]
    [3.4363]
    // Switching to partial should set the file A to partial too