-
Notifications
You must be signed in to change notification settings - Fork 153
$-variables capture #835
Copy link
Copy link
Open
Labels
expected-behaviourIssues which are correct behaviour, despite perhaps being a bit surprising.Issues which are correct behaviour, despite perhaps being a bit surprising.
Metadata
Metadata
Assignees
Labels
expected-behaviourIssues which are correct behaviour, despite perhaps being a bit surprising.Issues which are correct behaviour, despite perhaps being a bit surprising.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi!
Suppose, we want to expand each A(q?) as B(q)+C(q) if there is tag(q).
Here is the code with $ variables.
This gives
which I find wrong.
But if I uncomment .sort then it works:
With repeat, instead of #do-cycle, the same story.
In this particular case we can work without $-variable
But in real code, I need some further manipulations with q.