Skip to content

Do not use implicit handles in hypos

Tomasz Bold requested to merge tbold/athena:remove-renounce-from-hypos into master

In the past we used the renounce feature (implicit handles) to solve the scheduler issue. This is fixed now so we can switch to explicit handles for decisions. With this we increase transparency of the configuration. I.e. key missmatches are discovered at config time rather than by tedious debugging. Tagging @fpastore @tamartin @sgeorge

Merge request reports