Skip to content

Fix find recursion in examples discovery#35

Merged
SeanTAllen merged 1 commit intomainfrom
fix-examples-find-recursion
Feb 23, 2026
Merged

Fix find recursion in examples discovery#35
SeanTAllen merged 1 commit intomainfrom
fix-examples-find-recursion

Conversation

@SeanTAllen
Copy link
Copy Markdown
Member

Without -maxdepth 0, the find command that discovers example directories recurses into subdirectories, causing any example with a subdirectory to have that subdirectory treated as a separate example and breaking the build.

Closes #33

Without -maxdepth 0, any example that contains a subdirectory would
have that subdirectory treated as a separate example, breaking the
build.

Closes #33
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Feb 23, 2026
@SeanTAllen SeanTAllen merged commit 5fae2d2 into main Feb 23, 2026
8 checks passed
@SeanTAllen SeanTAllen deleted the fix-examples-find-recursion branch February 23, 2026 23:31
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Feb 23, 2026
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.

Fix find recursion in examples discovery

2 participants