Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Comments

fix(core): task-orchestrator properly handles arguments#3560

Merged
juristr merged 1 commit intonrwl:masterfrom
bekos:issue-3450
Aug 25, 2020
Merged

fix(core): task-orchestrator properly handles arguments#3560
juristr merged 1 commit intonrwl:masterfrom
bekos:issue-3450

Conversation

@bekos
Copy link
Contributor

@bekos bekos commented Aug 19, 2020

ISSUES CLOSED: #3450

@bekos bekos changed the title fix(core): task-orchestrator properly handles array arguments WIP: fix(core): task-orchestrator properly handles array arguments Aug 19, 2020
@bekos bekos marked this pull request as ready for review August 19, 2020 09:31
@bekos bekos changed the title WIP: fix(core): task-orchestrator properly handles array arguments fix(core): task-orchestrator properly handles array arguments Aug 19, 2020
@bekos bekos force-pushed the issue-3450 branch 2 times, most recently from b393ae7 to 5adfa49 Compare August 20, 2020 11:50
@bekos bekos linked an issue Aug 20, 2020 that may be closed by this pull request
@bekos bekos force-pushed the issue-3450 branch 2 times, most recently from 53d34b7 to 5c6f147 Compare August 20, 2020 15:14
@bekos bekos changed the title fix(core): task-orchestrator properly handles array arguments fix(core): task-orchestrator properly handles arguments Aug 20, 2020
@bekos bekos force-pushed the issue-3450 branch 5 times, most recently from 244e56d to 7744dbd Compare August 24, 2020 07:50
The task-orchestrator was converting command line flags to "yars-compatible" string using a custom logic. This commit makes sure that this happens through `yargs-unparser` to avoid issues with more complex options like arrays and objects.

ISSUES CLOSED: nrwl#3450
Copy link
Member

@juristr juristr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@juristr juristr merged commit 2d1da6b into nrwl:master Aug 25, 2020
@bekos bekos deleted the issue-3450 branch August 25, 2020 13:44
Doginal pushed a commit to Doginal/nx that referenced this pull request Nov 25, 2020
The task-orchestrator was converting command line flags to "yargs-compatible" string using a custom logic. This commit makes sure that this happens through `yargs-unparser` to avoid issues with more complex options like arrays and objects.

ISSUES CLOSED: nrwl#3450
@github-actions
Copy link
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using affected:test with multiple Jest reporters fails because of flags merging

2 participants