Module Jenga_lib.Special_paths

The names of various files that jenga itself knows about. Jenga created all its files below .jenga, but knows about a few other files, like the "jengaroot.ml".

module Dot_jenga : sig ... end

Files created in the .jenga sub-directory.

val jenga_root : Path.Rel.t

User provided files, found at the top level of the repository.

val jenga_conf : Path.Rel.t
val discover_root : unit ‑> Path.Abs.t Core.Or_error.t

To be used with Path.Repo.set_root to initialize the repo-root-dependent parts of Path module (see discover_and_set_root). Can't be async because we need to call it before initializing Async.Parallel.

val discover_and_set_root : unit ‑> unit Core.Or_error.t
val find_ancestor_directory_containing : one_of:Path.Rel.t list ‑> Path.Abs.t Core.Or_error.t

Look for the closest ancestor directory containing one of the given files.