Closed eMaringolo closed 2 years ago
In some scenarios, the computation of Application prerequisites leads to infinite loops.
The computation should be modified in a way that knows which prerequisites were already computed, so we don't compute them more than once.
This was solved by #113 and #112, and the remaining computation was filed as an internal development issue at Instantiations.
In some scenarios, the computation of Application prerequisites leads to infinite loops.
The computation should be modified in a way that knows which prerequisites were already computed, so we don't compute them more than once.