-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
rename "example" dir to "_examples" #1734
rename "example" dir to "_examples" #1734
Conversation
So I think you also need to change the github actions and documentation to match to get the test failures to go away? |
@StevenACoffman what this test fails?
|
@frederikhors It looks like |
@duckbrain done. What is the problem now? @StevenACoffman can you please merge this as soon as we understand the remaining problem? I had to fix a lot of conflicts from the master branch. |
Sure. If we can get it passing, I'd like to merge it sooner rather than later. |
@StevenACoffman I do not understand what these 2 errors are. |
The Lint/Lint one probably needs running go generate on each of the examples. Because of the rename, go generate ./... will no longer generate the examples, so you'll need to refer to them individually. The integration/federation one is likely referring to an old path in start.sh. need to look into it more. |
Were the permissions for |
Oh! Wow! I'm on Windows. Can you please |
hmmm you should be able to use WSL? |
I'm not really in that things... 😢 |
@mtibben Good catch. @frederikhors I don't use Windows, does Source https://www.scivision.dev/git-windows-chmod-executable/ |
Signed-off-by: Steve Coffman <[email protected]>
I chmod'ed it for you. |
One concern is that it is worth highlighting in the directions for contributing code how to run all these checks locally. When they fail, it's not obvious from the github action failures what the problem is. |
Can we merge now? |
I believe the wrong link was changed in #1734. This fixes the links.
Since v0.16.0, github.com/99designs/gqlgen/example/todo has been changed to github.com/99designs/gqlgen/_examples/todo . And the current v0.14.0 was released last September. So update the module to v0.16.0 to make it compatible with the lastest gqlgen. Reference: 99designs/gqlgen#1734
Should fix #1715.
I have: