Page MenuHomePhabricator

Consider passing information about reentrant mode to executors so they can return early if W.Call is used inappropriately
Open, Needs TriagePublic

Description

Description

If the evaluator sees a reentrant call but reentrant mode is off, the evaluator makes the decision to return an error. It may be better to let the executors themselves decide this.

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

  • team discussion and decision about the responsibilities of reentrant mode

Completion checklist