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
When the CS converter translates a sequence of propagation-event elements into a threadFlow, it populates each threadFlowLocation.stack from the propagation-event's stack sub-element. The converter also takes the propagation-event's signature sub-element and places it at the top of the stack.
But the converter does not populate threadFlowLocation.location, which confuses the VS Code Viewer, which expects location to be present. Sure, we could "fix" the viewer, but really, signaturedoes specify the location, and we should populate it.
When the CS converter translates a sequence of
propagation-event
elements into athreadFlow
, it populates eachthreadFlowLocation.stack
from thepropagation-event
'sstack
sub-element. The converter also takes thepropagation-event
'ssignature
sub-element and places it at the top of the stack.But the converter does not populate
threadFlowLocation.location
, which confuses the VS Code Viewer, which expectslocation
to be present. Sure, we could "fix" the viewer, but really,signature
does specify the location, and we should populate it.@michaelcfanning @rscrivens FYI
The text was updated successfully, but these errors were encountered: