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
Some Swift for Windows function names were trimmed to incorrect tokens
in the UI, resulting in hard-to-read stack traces. For instance, some
functions were shown as "throws" and closures were shown as "#1".
This change fixes the former issue by using the correct function name.
Closures are now displayed as "closure in <function name>", and
initialization expressions are displayed as "initializer expression of
<value>", improving the user experience when browsing stack traces.
0 commit comments