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

[CLI] Validate template files during merging #37

Open
peterjuras opened this issue Sep 8, 2020 · 0 comments
Open

[CLI] Validate template files during merging #37

peterjuras opened this issue Sep 8, 2020 · 0 comments
Labels
cli Issues regarding the coat cli enhancement New feature or request

Comments

@peterjuras
Copy link
Member

Summary

Files that are generated by coat are currently not being validated to ensure that files that are merged have the same properties such as the same file type, whether they are a local or global file or whether they are generated only once.

Currently the last file that is being merged dictates the file type and other properties. While this should work out for most cases, there might be issues where merging files throws errors due to mismatching file types.

Files should be validated while they are grouped to ensure that their properties are consistent and throw warnings or errors depending on the gravity of the property mismatch.

@peterjuras peterjuras added enhancement New feature or request cli Issues regarding the coat cli labels Sep 8, 2020
@peterjuras peterjuras changed the title [CLI]: Validate template files during merging [CLI] Validate template files during merging Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Issues regarding the coat cli enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant