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
Anonymous functions should be included into the methods list of debug info with some dynamic name that is not intersected with existing method names. A good example is given in #3559 (comment).
Possible Solution
Fix it.
The text was updated successfully, but these errors were encountered:
roman-khimov
changed the title
Include anonimous functions into the list of methods in DebugInfo
Include anonymous functions into the list of methods in DebugInfo
Oct 17, 2024
Current Behavior
Our compiler does not include anonymous functions into the
methods
list of debug info:See also thread under #3559 (comment).
Expected Behavior
Anonymous functions should be included into the
methods
list of debug info with some dynamic name that is not intersected with existing method names. A good example is given in #3559 (comment).Possible Solution
Fix it.
The text was updated successfully, but these errors were encountered: