Destructured params are not linked #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closingandalignare not linkedlineandposare links to itselfIsn't the latter how all anchors in the output behave? (I.e.
countColumnalso links to itself.)Oh yeah, I was complaining about the first behavior, not the second. With adrianheine/gettypes@dce415bd90, there's no
__0for the destructured arg, and so there's no anchor for that argument at all.Ah, I see. What would you want to happen in this case?
I think it would make sense to handle regular and destructured args the same, i. e. put anchors on both if you want arguments to have anchors. If it's not straightforward to implement we can probably accept the current behavior, though.