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
This has some complexity if we want to do it right, in that you can reference things in default arguments that aren't part of the public interface of the module. But I'm fine with us doing this wrong for now.
We don't serialize expressions in modules, but we can certainly store a stringified version of the expression.
Additional Detail from JIRA
md5: 66d899d56bcca613cc9bf6ca9ead7b52
relates to:
Issue Description:
It would be great if we can see the value of any default arguments in module interface printing.
(as long as it doesn't include non-public elements)
Currently, only very limited special literals are printed:
#file
,#line
,#column
,#function
, and#dsohandle
e.g.
should be:
The text was updated successfully, but these errors were encountered: