Closed rcannood closed 9 months ago
Change default multiple_sep to ; (PR #25). This aligns with an upcoming breaking change in Viash 0.9.0 in order to avoid issues with the current default separator : unintentionally splitting up certain file paths.
multiple_sep
;
:
Update to Viash 0.8.5 (PR #25).
Closes #xxxx
[x] I have performed a self-review of my code
[x] Conforms to the Contributing guidelines
[x] Proposed changes are described in the CHANGELOG.md
[x] I have tested my code with viash ns test --parallel -q <name or namespace>
viash ns test --parallel -q <name or namespace>
Check the correct box. Does this PR contain:
Description
Change default
multiple_sep
to;
(PR #25). This aligns with an upcoming breaking change in Viash 0.9.0 in order to avoid issues with the current default separator:
unintentionally splitting up certain file paths.Update to Viash 0.8.5 (PR #25).
Issue ticket number
Closes #xxxx
Checklist before requesting a review
[x] I have performed a self-review of my code
[x] Conforms to the Contributing guidelines
[x] Proposed changes are described in the CHANGELOG.md
[x] I have tested my code with
viash ns test --parallel -q <name or namespace>
Check the correct box. Does this PR contain: