Skip to content

Scopes attachment fix: add/use parent pointer for ZWrappers with no scope

Ecarg requested to merge grace/T337589/z-obj-scopes-issue into main

Bug: T337589

  1. New plan? Create a 'parent' pointer to refer to if scope is null || undefined
  2. Fix: Actually instantiate the starting scope [edit] this is already done in makeWrappedResultEnvelope()
  3. Only throw exception if there is no parent pointer or local scope
Edited by Ecarg

Merge request reports