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

Align support for multiple operation-files and multiple schema-files #137

Merged
merged 3 commits into from
Oct 5, 2021

Commits on Oct 5, 2021

  1. Align support for multiple operation-files and multiple schema-files

    Multiple schema-files are now supported as of #134, but the support was
    a bit different from how we did multiple operation-files.  Before anyone
    starts to depend on the ways the syntaxes differ, let's just make them
    the same.  Since it's easy, I also added support for having just a
    single operations-file.
    
    Test plan: make check
    benjaminjkraft committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    0e60e53 View commit details
    Browse the repository at this point in the history
  2. Fix docs

    (I'd be ok with switching to git-style extended globs, but I'd want to
    be consistent, so for now let's keep it as-is.)
    benjaminjkraft committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    86745f5 View commit details
    Browse the repository at this point in the history
  3. Remove Has, more docs

    benjaminjkraft committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    d283804 View commit details
    Browse the repository at this point in the history