]> Kevux Git Server - controller/commit
Progress: Continue migrating the project, where the code now compiles without error.
authorKevin Day <Kevin@kevux.org>
Thu, 27 Jun 2024 02:56:23 +0000 (21:56 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 27 Jun 2024 02:56:23 +0000 (21:56 -0500)
commit1ca1697c247db4ffa17f45d87c822a3ca5db1473
treef09fd0fdbd827630fa3030c3195539a6cadc5ebc
parentfb2a3317c0f1db2e393d827084a738a14d8c3ce6
Progress: Continue migrating the project, where the code now compiles without error.

The migration is not complete.
This simply has all of the compilation problems addressed.

There are still several print functions that need to be migrated.
There are probably a lot of out of date comments, which will be fixed as discovered.

I need to walk through each and every function, from a start to finish perspective, and make sure that all the logic is still valid.
I have good reason to believe that there are a lot of things to correct.
48 files changed:
data/build/settings
sources/c/init/main.c
sources/c/main/common/print.c
sources/c/main/common/print.h
sources/c/main/common/type/process.h
sources/c/main/controller.h
sources/c/main/entry/action.c
sources/c/main/entry/process.c
sources/c/main/entry/process.h
sources/c/main/instance/prepare.c
sources/c/main/instance/prepare.h
sources/c/main/lock.c
sources/c/main/lock.h
sources/c/main/perform.c
sources/c/main/print/debug/perform/control.c
sources/c/main/print/debug/perform/control.h
sources/c/main/print/debug/perform/pid.c
sources/c/main/print/debug/rule/execute.c
sources/c/main/print/debug/rule/execute.h
sources/c/main/print/error/entry.c
sources/c/main/print/error/entry.h
sources/c/main/print/error/entry/item.c
sources/c/main/print/error/lock.c
sources/c/main/print/error/perform/pid.c
sources/c/main/print/error/rule.c
sources/c/main/print/error/rule.h
sources/c/main/print/error/rule/item.c
sources/c/main/print/error/rule/item.h
sources/c/main/print/error/rule/setting.c
sources/c/main/print/error/rule/setting.h
sources/c/main/print/message/entry/action.c
sources/c/main/print/message/entry/item.c
sources/c/main/print/warning/rule/action.c
sources/c/main/print/warning/rule/action.h
sources/c/main/rule/action.c
sources/c/main/rule/action.h
sources/c/main/rule/execute.c
sources/c/main/rule/expand.c
sources/c/main/rule/instance.c
sources/c/main/rule/item.c
sources/c/main/rule/item.h
sources/c/main/rule/read.c
sources/c/main/rule/setting.c
sources/c/main/rule/validate.c
sources/c/main/rule/wait.c
sources/c/main/rule/wait.h
sources/c/main/thread/signal.c
sources/c/main/thread/signal.h