-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[22.01] fix startswith
attribute of <options>
#14332
[22.01] fix startswith
attribute of <options>
#14332
Conversation
as documented in the xsd in addition fix galaxyproject#14324, i.e. document the `separator` attribute of options also doc that only 1MB is used and lines starting with `#` are always ignored
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @bernt-matthias for this!
Co-authored-by: Nicola Soranzo <[email protected]>
Welcome. Note that the linter error will stay until a new version of the tool-util package is released. Any idea when this might happen @nsoranzo? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for fixing all of this @bernt-matthias!
This PR was merged without a "kind/" label, please correct. |
as documented in the xsd (seems that this bug was there since the beginning).
If desired we can backport the fix also to older releases.
additionally:
separator
attribute of options#
are always ignoredWhile working on the tests I noticed that it is impossible to select options in tests for
multiple="true"
parameters if the option values contain,
. For static options this is no problem (because tool devs can control the values) but it might be for dynamic options. Is this worth opening an issue?How to test the changes?
(Select all options that apply)
License