You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Bop A has another Bop B as its dependency but Bop B is not declared in the config, MSys just goes into a loop until it eventually breaks with a "Too much recursion" error.
We should check if bop dependencies exist beforehand to make sure this does not happen.
The text was updated successfully, but these errors were encountered:
When a Bop A has another Bop B as its dependency but Bop B is not declared in the config, MSys just goes into a loop until it eventually breaks with a "Too much recursion" error.
We should check if bop dependencies exist beforehand to make sure this does not happen.
The text was updated successfully, but these errors were encountered: