Replies: 3 comments 3 replies
-
Let me start: rakudo/rakudo#5126 I investigated this even back in the day but I think now I have more confidence to summarize the situation.
One can see that the behavior of
|
Beta Was this translation helpful? Give feedback.
-
As noted, this regression seems to come from this commit, line 497 tries to do too much: the first result should indeed be |
Beta Was this translation helpful? Give feedback.
-
The technical side seems simple, the conceptual side much less so. In a couple of layers, these mapped zip calls arrive here and for list associative operators (or whatever is actually recognized as such... this could be a whole other topic) the list is just passed as one single argument, as-is. I'd argue this is unintended and the values in the list should be passed on one by one, slipped. In any case, this way, we hit this call that somehow produces a sequence consisting of the values that went in; I'd say that part is not very interesting anymore. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I intend this to become a collection of Raku(do) issues that are (or at least seem to be) well understood enough to resolve one way or another - if there is enough of a will.
Feel free to post issues like this if you have examples.
Beta Was this translation helpful? Give feedback.
All reactions