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

Filter for yaml/yml files in source directories #534

Open
atrocities opened this issue Feb 19, 2020 · 2 comments
Open

Filter for yaml/yml files in source directories #534

atrocities opened this issue Feb 19, 2020 · 2 comments

Comments

@atrocities
Copy link

atrocities commented Feb 19, 2020

The Conjure IR compiler attempts to compile any file in a given directory when a directory is specified as an input. This includes non-Conjure sourcefiles, like swapfiles left behind by an editor.

What did you want to happen?

More desirable behavior might include:

  • Only compiling things with a .yml/.yaml extension
  • Ignoring hidden files in source directories
  • Making it possible to pass in a list of sourcefiles when there is more than 1 source file. This way the build tool can enumerate the files that need to be built.
@carterkozak
Copy link
Contributor

Enforcing the yml extension sounds reasonable, would you like to submit a patch?

@nmiyake
Copy link
Contributor

nmiyake commented Feb 19, 2020

Dupe of #69

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

3 participants