]> Kevux Git Server - fll/commit
Progress: controller program.
authorKevin Day <thekevinday@gmail.com>
Sun, 6 Dec 2020 04:48:43 +0000 (22:48 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 6 Dec 2020 04:59:56 +0000 (22:59 -0600)
commit2b3d2ba6e85ea131b901200da1db9ac85186cc6d
tree5e88130c0fd04ef5577175e6ff6e116e69426c4b
parent8121e3aff8355bbd4df54e578c6f549caf928368
Progress: controller program.

Change "timeout" property to the more generic "number".
This can then be used for types "timeout" and "item", whereas the "item" number represents the location within the items list.
This is not known until all entry items are loaded and is therefore updated during the pre-process phase.

This implements the pre-process phase after the load phase.
The pre-process will perform additional checks, such as determining if "ready" is set somewhere in the active chain.
This makes sure recursion to an item already on the stack is not allowed.

Do some cleanups, reducing the if/then nesting by adding "do nothing" comment and letting the "else" condition handle the case appropriately.

Internally, line counting starts at 0, but when dealing with presenting the lines to users, the lines start at 1.
Change the behavior to increase the line number appropriately for entries.
The same will likely need to be done for rules.

Have the default.entry provide "ready".
level_3/controller/c/controller.c
level_3/controller/c/controller.h
level_3/controller/c/private-common.h
level_3/controller/c/private-controller.c
level_3/controller/c/private-controller.h
level_3/controller/c/private-entry.c
level_3/controller/c/private-entry.h
level_3/controller/data/build/dependencies
level_3/controller/data/build/settings
level_3/controller/data/settings/entries/default.entry