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
TonelLoaderApplication >> hasSamePrerequisitesAs: anApplication uses the computedPrerequisites instead of the defined prerequisites (that are also resolved by the prerequisites strategy).
This causes that some apps that have prerequisites defined that are not the mandatory (e.g. it has extra prerequisites) to be flagged as different or it causes an unneeded computation of the prereqs (leading to cyclical computation in allPrerequisites).
The text was updated successfully, but these errors were encountered:
TonelLoaderApplication >> hasSamePrerequisitesAs: anApplication
uses thecomputedPrerequisites
instead of the definedprerequisites
(that are also resolved by the prerequisites strategy).This causes that some apps that have prerequisites defined that are not the mandatory (e.g. it has extra prerequisites) to be flagged as different or it causes an unneeded computation of the prereqs (leading to cyclical computation in
allPrerequisites
).The text was updated successfully, but these errors were encountered: