()
| 25 | |
| 26 | /** |
| 27 | * The canonical spelling of a path — symlinks resolved, whether or not it exists yet. |
| 28 | * |
| 29 | * One directory must have ONE spelling in this engine, because half the paths here come |
| 30 | * from git (which always reports the resolved form) and half are built from `$KILD_HOME` |
| 31 | * (which is whatever the operator's environment says). On macOS those differ for anything |
| 32 | * under `/var`, which is a symlink to `/private/var` — so a tree kild had just created did |
no test coverage detected