]> Kevux Git Server - fll/commit
Update: Organize error status handling and address return codes.
authorKevin Day <Kevin@kevux.org>
Fri, 9 May 2025 00:54:09 +0000 (19:54 -0500)
committerKevin Day <Kevin@kevux.org>
Fri, 9 May 2025 00:54:09 +0000 (19:54 -0500)
commitb5d1a97c9405fd68a46fda2a9b49cfbd6abc324c
treec44d77f64afc5d064e00a5abf726ac2e864e89a8
parentc502691cff10d3c7b7213ad5b2efaa238670931d
Update: Organize error status handling and address return codes.

Improve some of the status handling that I noticed.

Several functions are return code 0 even on status errors.
Only when the execute is performed does the return code get set to something else.
Make sure this behavior is consistent.

There `fake_execute()` does not need to have the error message printed after calling.
That function already prints the error messages as needed.
level_3/fake/c/main/build.c
level_3/fake/c/main/build/library.c
level_3/fake/c/main/build/object.c
level_3/fake/c/main/build/program.c
level_3/fake/c/main/make/operate_process_type.c