Construct empty optional when chdir is null
Dependencies
- [2]
DYNXZQZVUncouple some of the logic from Nix library and add basic tests - [3]
KEPVL66DPartially fix build on Mac
Change contents
- replacement in src/compat.cpp at line 37
.chdir = Path(chdir),.chdir = chdir ? Path(chdir) : std::optional<Path>(),