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
#Optimization: dont rerun when the declarative parser fails and we are in nimSelection pass.
171
-
if options.satResult.solvedPkgs.len ==0and systemNimPass:
171
+
if options.satResult.solvedPkgs.len ==0and systemNimPassandnot (options.satResult.declarativeParseFailed and options.satResult.pass == satNimSelection):
172
172
# If the first pass failed, we will retry without the systemNim as a hard requirement
0 commit comments