-
Notifications
You must be signed in to change notification settings - Fork 378
spec: Replace incorrect use of maybe with MAY be #108
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
spec: Replace incorrect use of maybe with MAY be #108
Conversation
Thanks for the PR. Can you run |
Done |
Oh - interesting - I wanted to make a tiny change so I just used nano (from linux). |
Hi @jdef, Remember when you, @saad-ali, and @jieyu advised holding off on making the generation process dependent upon certain versions of Go libraries via Glide or dep? Well, it looks like it's finally biting us in the process's behind. @gpaul's changes are failing on Travis-CI:
I believe it's because @gpaul needs to update his version of I did specify a version for |
Hi @gpaul,
|
Spot on, I'm running fedora 26. |
Hi @gpaul, Can you please run Also, do you mind squashing the commits? Thanks! |
I'm tempted to say no. This makes no sense. Generated files need to be generated in a standard docker with the Dockerfile committed to the repo. I actually quite like the version of |
Hi @gpaul, I agree completely. I originally wanted to version the build tools either via manifest or committing My response was at the time, and is still today, "simple isn't better if it breaks." Well, it broke. |
Hi @gpaul, Also, Docker isn't strictly necessary (although it would make it entirely deterministic) as you can easily track the required tools via a |
Hi @gpaul, There are two other reasons I elected not to use Docker:
|
Yeah. I'm happy to wait with this PR until we have something better. I'm happy to contribute to that effort. I advocate for embracing |
Hi @gpaul,
I already have a branch that uses
It's not small. See GoCSI's vendor directory. |
For this I'm totally happy with just using You having a branch ready is pretty classic :D My wife and I had a good chuckle. |
Hi @gpaul, Well, seeing as how gRPC's Golang implementation still refuses to adopt the Go |
This comic comes to mind: https://xkcd.com/1172/ |
Hi @gpaul, Absolutely! -- p.s. Except when it's my workflow that's broken -- then it definitely should be fixed ;) |
Hi @gpaul, FWIW, the current implementation already guarantees a version of the protoc compiler. It's currently set to 3.3.0 in the Makefile. |
closing this out since #115 rewrote the error handling part of the spec. |
This PR fixes three incorrect uses of the word "maybe" where "may be" was intended.