Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Make BasePath::new_temp_dir return the same path for the program lifetime #12246

Merged
merged 4 commits into from
Sep 13, 2022

Commits on Sep 12, 2022

  1. Make BasePath::new_temp_dir return the same path for the program li…

    …fetime
    
    Instead of returning always a different path, this now returns the same path for the entire lifetime
    of the program. We still ensure that the path is cleared at the end of the program.
    bkchr committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    236c563 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Update client/service/src/config.rs

    Co-authored-by: Koute <koute@users.noreply.github.com>
    bkchr and koute committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    197acd0 View commit details
    Browse the repository at this point in the history
  2. Update client/service/src/config.rs

    Co-authored-by: Nitwit <47109040+nitwit69@users.noreply.github.com>
    bkchr and BustaNit committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    634684d View commit details
    Browse the repository at this point in the history
  3. FMT

    bkchr committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    0a1a869 View commit details
    Browse the repository at this point in the history