dan smith

Results 24 comments of dan smith

It works if i change line 60 to set `version_text` manually: ``` python version_text = "GNU bash, version 4.3.42(1)-release (x86_64-unknown-linux-gnu)" ```

but that error message goes to stderr, not stdout: ``` $ bash --version | head -1 >/dev/null bash: child setpgid (9003 to 8999): Operation not permitted $ (bash --version |...

@MoOx, which build number should i be looking at?

Cool, thanks for the example. I actually have been able to reproduce the issue already, and I'm working on a solution to filter the output of the commands that use...

@isiahmeadows unfortunately, no; i have an idea for a solution, and i started [implementing it](https://github.com/X1011/git-directory-deploy/compare/secret), but i haven't had time to finish it.

Cool! I haven't had a chance to work on it in a while, so I may just point to your fork in the readme.

hi, @leodido, sorry for the delay in responding. (looks like I messed up again last time I messed with my notification settings.) You are correct that the error is because...

@matro, cool, that all sounds good. Have at it!

I'm gonna say keep this thread going, as all the PRs are in support of this goal. Then, the last PR out can close this issue.

I think you have too many tests now. Most of the variables are being parsed the exact same way, so the tests aren't testing unique behaviors, and the extra tests...