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

fix: Schemes with *.yml extension is not recognized #99

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

bezhermoso
Copy link
Member

Previously, only scheme files with *.yaml extension were recognized. Custom schemes with *.yml extensions, for example, were ignored.

This also improves the use of parallelism in reading scheme files from disk. The parallelism that was introduced in #94 was not in an optimal place: it lives in list.rs, where a previous iteration of the feature calls for files to be read there. However the scheme files are now only exclusively read in utils.rs when it gathers all the schemes. This PR also moves the parallelism there.

@bezhermoso bezhermoso requested a review from a team as a code owner January 19, 2025 09:42
@bezhermoso bezhermoso requested review from JamyGolden and removed request for a team January 19, 2025 09:42
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.

1 participant