You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: