Page MenuHomePhabricator

Audit Usage of `makeWrappedResultEnvelope`
Open, Needs TriagePublic

Description

Description

This function is used internally to ZWrapper.resolveInternal_. This causes scope information to be lost; the ZWrapper itself should instead call makeMappedResultEnvelope and then ZWrapper.create, using its own scope.

Desired behavior/Acceptance criteria (returned value, expected error, performance expectations, etc.)

  • ZWrapper scope information is preserved when creating result envelopes

Completion checklist