Skip to content
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

Fix/octo args to string bug #2469

Merged

Conversation

ids-pfinn
Copy link
Contributor

@ids-pfinn ids-pfinn commented Feb 12, 2020

Description

I introduced this bug here

I think this is due to the leading space in the flags and when it gets to the windows args to command line parser it hit the else block and that caused problems with the changes I made.

Sorry :X

This PR:

  1. Added a test to reproduce the error.
  2. Fixed the parsing problem.
  3. Manually tested against an octo server.
    • created a script calling createReleaseAndDeploy passing in a specific package and the progress flag.

TODO:

  • Integration test it manually

@ids-pfinn
Copy link
Contributor Author

ids-pfinn commented Feb 12, 2020

@matthid I believe this fixes a bug I introduced.

@matthid matthid merged commit bb50ae8 into fsprojects:release/next Mar 5, 2020
@matthid matthid mentioned this pull request Mar 5, 2020
3 tasks
@matthid
Copy link
Member

matthid commented Mar 5, 2020

@ids-pfinn Yes, thanks a lot for taking care of this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants