-
Notifications
You must be signed in to change notification settings - Fork 225
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
Directory flag specifies maxdepth 1 #61
Comments
There's no reason for this, except how we do it at namely. I'll try to throw something together, and PR's always welcome! |
I just tried it out locally by just removing the The biggest question I have is whether or not we need to maintain the old behavior by default, or if we're comfortable just removing the |
Submit a PR and I can test- should be okay.
…On Thu, Apr 19, 2018 at 3:48 PM Ben Limmer ***@***.***> wrote:
I just tried it out locally by just removing the -maxdepth option and
things worked swimmingly for me! I'm happy to do a PR to this project.
The biggest question I have is whether or not we need to maintain the old
behavior by default, or if we're comfortable just removing the maxdepth
option. I'm open to doing it either way. Thoughts?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFkGgmFK4OqyqHh_bFXmjW77LKepm9bks5tqOoggaJpZM4TcEjv>
.
|
If you like me in 2020+ don't understand why code with blocking max-depth come back - read #112 |
Today, pulling protofiles using the
-d
flag specifies a max-depth of 1.docker-protoc/all/entrypoint.sh
Line 174 in 93b2381
Is there a specific reason for this? Can it be configurable?
We have a directory structure that looks like this:
So the
maxdepth
flag causes the command to fail out with this errorbecause no files are passed to the underlying method.
The text was updated successfully, but these errors were encountered: