Skip to content

Commit a833104

Browse files
committed
Revert "Temporary silence the recursion warning"
This reverts commit 626b3c6.
1 parent 626b3c6 commit a833104

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

booster/library/Booster/Pattern/ApplyEquations.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,7 @@ iterateEquations direction preference startTerm = do
460460
"Recursion limit exceeded. \
461461
\Previous \"term*detail\" messages show the terms involved."
462462
withContext "abort" . withContext "detail" $ logMessage details
463-
-- FIXME: temporary remove the warning, will not pass CI
464-
-- logWarn msg
463+
logWarn msg
465464
throw . TooManyRecursions . (.recursionStack) =<< getState
466465

467466
go :: MonadLoggerIO io => Term -> EquationT io Term

0 commit comments

Comments
 (0)