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

[#137] Add support for multiple schema files #138

Closed
wants to merge 1 commit into from
Closed

[#137] Add support for multiple schema files #138

wants to merge 1 commit into from

Conversation

LucasPickering
Copy link

@LucasPickering LucasPickering commented Apr 9, 2021

Users can now pass multiple schema paths, and schema paths can also be glob patterns. All the schema files will simple be concatenated together, then parsing/codegen will continue like normal.

I didn't bother adding support for multiple paths in the proc macro, because I couldn't figure out the parsing. I figured since that format is on its way out, plus it will still get support for glob patterns, it wasn't super necessary.

Fixes #137

Users can now pass multiple schema paths, and schema paths can also be glob patterns. All the schema files will simple be concatenated together, then parsing/codegen will continue like normal.
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.

Support reading schema from multiple files
1 participant