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 creating a GeneralEntryRequest in caseExternalCallAction in the Seff Interpreter, we update the SEFFInterpretationContext with a caller, but we set the caller to the context itself (or rather a copy thereof), which, in my opinion makes no sense.
However, i dont know the impact of changing this self reference yet. We should discuss this @klinakuf.
(I drew a picture, but it's only on paper.)
The text was updated successfully, but these errors were encountered:
When creating a
GeneralEntryRequest
incaseExternalCallAction
in the Seff Interpreter, we update theSEFFInterpretationContext
with a caller, but we set the caller to the context itself (or rather a copy thereof), which, in my opinion makes no sense.However, i dont know the impact of changing this self reference yet. We should discuss this @klinakuf.
(I drew a picture, but it's only on paper.)
The text was updated successfully, but these errors were encountered: