]> Kevux Git Server - fll/commit
Bugfix: Infinite loop on invalid entry file and related printing problems.
authorKevin Day <thekevinday@gmail.com>
Sat, 2 Oct 2021 03:35:49 +0000 (22:35 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 2 Oct 2021 04:52:47 +0000 (23:52 -0500)
commitd0e2bd857eabb9c4136104dae990a3be2e7e385a
tree18f468dbab28f6de4c8c5af873be6ec0997d977a
parentd5589fed7f12f7cef8ec76f87c831206d3c29ce1
Bugfix: Infinite loop on invalid entry file and related printing problems.

The loop is not properly handling the failure state and infinitely attempts to execute a rule that will always fail.
Make sure to copy over the rule failure code to the entry status.
Make sure to exit when rule execution fails when not simulating.

The related error printing bad logic in the conditionals.
Separate the simulate and related verbosity from the non-simulate and related verbosity.
level_3/controller/c/private-controller.c