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 discussion was converted from issue #723 on May 08, 2022 09:30.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Introduce stack-trace function that gives stack trace similar to what is on exception but without throwing exception.
We might be able to do this by keeping references from nodes to parent nodes.
The stack-trace function would then be able to calculate the trace from its own node all the way to the top. It might have to be a special form.
The way we could do this. Keep track of node locations globally in the context. Then use ids to set parents.
Beta Was this translation helpful? Give feedback.
All reactions