edgedb/edgedb-go

Perform edgedb.toml lookup in parent directories recursively

elprans opened this issue · 0 comments

RFC 1005 requires that EdgeDB project lookup should be performed from the current directory and up. It is probably a good idea to stop at the filesystem boundary (by looking at st_dev returned by stat).