Skip to content

ffs: Initial work on query support#39

Merged
robinlinden merged 2 commits intomasterfrom
ffs-target-finding
Apr 6, 2026
Merged

ffs: Initial work on query support#39
robinlinden merged 2 commits intomasterfrom
ffs-target-finding

Conversation

@robinlinden
Copy link
Copy Markdown
Owner

No description provided.

@robinlinden robinlinden merged commit d20946b into master Apr 6, 2026
7 checks passed
@robinlinden robinlinden deleted the ffs-target-finding branch April 6, 2026 21:46
Comment thread ffs/main.cc

std::vector<std::filesystem::path> found;
for (auto const &dir : std::filesystem::recursive_directory_iterator{from}) {
if (std::filesystem::exists(dir.path() / "BUILD.bazel")) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you take BUILD.bazel as an arg, it'll be easier to introduce ffs tagged files without cross contamination, ffs.build in one dir, but BUILD.bazel from another. (Worth supporting, just not implicitly)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants