You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: Seems like the regexes, both for CMD and PY, are explicitly not matching something that contains [, ] within. I guess, the intention is to not be greedy when matching.
And both directions are subject to it: alter_interface_docs_for_cmdline as well as alter_interface_docs_for_api.
bpoldrack
added a commit
to bpoldrack/datalad
that referenced
this issue
Dec 13, 2022
Fixesdatalad#7225
Interface specific substitutions did not work with nested brackets (and
for some reason also not crossing newlines).
Looks like those regexes were simply meant to not be greedy.
Fixesdatalad#7225
Interface specific substitutions did not work with nested brackets (and
for some reason also not crossing newlines).
Looks like those regexes were simply meant to not be greedy.
The datalad-next
credentials
command shows it in the CLI for itsspec
parameter. It fails to find the macro and leaves it inThe text was updated successfully, but these errors were encountered: