CI on main has been red since 542ccb7 (linux, mac, package):
eden_types.h:15:10: fatal error: eden/fs/utils/GlobPath.h: No such file or directory
That commit added cpp_include "eden/fs/utils/GlobPath.h" to eden/fs/service/eden.thrift, but this repo only mirrors eden/**/*.thrift, and the header is not exported anywhere.
Mirroring that one header should be enough: it is header-only, and its only eden dependency is eden/common/utils/PathFuncs.h, whose new storage_type/intoStorage API did ship in edencommon v2026.08.03.00 — I verified GlobPath.h compiles cleanly against it (and fails against v2026.07.27.00).
CI on
mainhas been red since 542ccb7 (linux, mac, package):That commit added
cpp_include "eden/fs/utils/GlobPath.h"toeden/fs/service/eden.thrift, but this repo only mirrorseden/**/*.thrift, and the header is not exported anywhere.Mirroring that one header should be enough: it is header-only, and its only eden dependency is
eden/common/utils/PathFuncs.h, whose newstorage_type/intoStorageAPI did ship in edencommon v2026.08.03.00 — I verifiedGlobPath.hcompiles cleanly against it (and fails against v2026.07.27.00).