Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glob function #11

Open
samuelstroschein opened this issue Mar 28, 2024 — with Linear · 0 comments
Open

glob function #11

samuelstroschein opened this issue Mar 28, 2024 — with Linear · 0 comments

Comments

Copy link
Member

samuelstroschein commented Mar 28, 2024

Context

Several apps need a glob function to find inlang projects & other use cases that is fast.

For example, searching for inlang projects in a large repository can be 10-20 levels deep. Current workarounds, due to a non-existent globbing function, are too slow. Hence, the depth is capped to 3-4 levels. The capped depth leads to "unfindable" inlang projects. See SHERL-15.

Proposal

Lix FS should have a glob function that is fast enough to not require an artificial depth cap.

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

No branches or pull requests

1 participant