-
Notifications
You must be signed in to change notification settings - Fork 114
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
Globs in file-specs don't understand ** #167
Labels
enhancement
New feature or request
Comments
Ah, the problem is that Go's |
benjaminjkraft
added
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Jan 27, 2022
benjaminjkraft
changed the title
Glob bug on genqlient.yaml
Globs in file-specs don't understand **
Jan 27, 2022
operations
6 tasks
benjaminjkraft
added a commit
that referenced
this issue
Apr 5, 2024
It's really quite reasonable to want this to work -- you want to say to look for queries in `pkg/**/*.graphql`, or `**/queries/*.graphql`, or whatever. Now it does. I picked `doublestar` because it seemed a reasonable combination of popular and well-documented. Fixes #167. Hopefully obsoletes #327. I have: - [x] Written a clear PR title and description (above) - [x] Signed the [Khan Academy CLA](https://www.khanacademy.org/r/cla) - [x] Added tests covering my changes, if applicable - [x] Included a link to the issue fixed, if applicable - [x] Included documentation, for new features - [x] Added an entry to the changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When glob matching with the root directory,
go generate ./...
failsoutput
To Reproduce
workaround (success)
genqlient version
main branch
The text was updated successfully, but these errors were encountered: