-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove version printing #71
Conversation
Release v2.0.0
Please remove also
|
f2ea127
to
65101d4
Compare
Looking at these, it seems the point of printing the version is actually to get an exit code for later logic based on if the script exists. Since the intent is to check whether the program exists, the following is a recommended solution: Let me know if you like the new approach. I think a similar one can be taken on the |
I like this approach of checking if |
Ok. I'll try the same out for windows. I will need you to test since I don't have a windows dev platform. |
Can you please review this? We're still getting terminal span from builds, and the other devs don't like it outputting on |
Did you test this on windows? I do not have a windows dev platform. |
Nope. If we don't have any windows platforms, what about reverting the windows change and we can just merge Linux? |
Sure |
ecb6f1e
to
95a44c5
Compare
HI Pablo, I dropped the windows commit. Please take another review. We are continuing to have users report problems during installation due to the stderr of this package. |
You have added a bunch of commits from my |
* It's on stderr and noisy Signed-off-by: Ryan Friedman <[email protected]>
95a44c5
to
5a7cf02
Compare
Done. Sorry, this PR was branched off of |
* It's on stderr and noisy Signed-off-by: Ryan Friedman <[email protected]> Co-authored-by: Antonio Cuadros <[email protected]> Co-authored-by: Pablo Garrido <[email protected]>
Logs are now clean (at least from MicroXRCEDDSGen)