Provide meaningful symbols for lambdas #425
Loading…
x
Reference in New Issue
Block a user
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?
Created by: radrow
Currently lambdas do not receive any names in the
symbols
field of the generated code. While this does not matter for normal development, it can be useful to identify them while in debug mode.Proposal:
fun#$(ParentFunName)#$(LineNumber)#$(ColumnNumber)
, egwould give the lambda the name
fun#.Ns.funkcja#2#23