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
Emit a warning when kore-exec exceeds the depth limit (#2461)
* New log entry
* Emit Warning
* Format with stylish-haskell
* Update kore.cabal
Use `hpack -f kore` to regenerate kore.cabal
* Fix merge conflicts
* Add test for WarnDepthLimitExceeded
Test the warning emitted by exec when the depth limit is exceeded
by using a new MonadLog instance, called TestLog, that saves log entries
in its state
* Fix unrelated test name
* Format with stylish-haskell
* Materialize Nix expressions
Co-authored-by: andreiburdusa <andreiburdusa@users.noreply.github.com>
Co-authored-by: rv-jenkins <admin@runtimeverification.com>
0 commit comments