]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Thu, 13 Feb 2025 03:34:43 +0000 (21:34 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 13 Feb 2025 03:34:43 +0000 (21:34 -0600)
commitc90ae08803ad9fae50bddd5ad0548afe565a2d5d
tree04c718a006c0baebd6ab97ce956efb6292fd2bdd
parent117f2e2cec5c84cc8d544bb210cc0a0688019e5e
Progress: Continue working on completing the remove program.

Complete the recursion logic.
There wasn't much left to do at glance.
Additional testing will weed out any remaining incomplete functionality.

This should leaves:
  - The remaining `@todo` notes.
  - Any remaining advanced matching (if any).
  - Adding runtime tests.

A note about adding unit or runtime tests.
I am thinking that I need to mock all of the remove functions.
These mocked functions will write a flag bit in something that will designate all of the removed files.
This result of marked removals can be matched to the expected removals.
This could operate like a combination of a unit test and a runtime test (unit test over the main program, which would be effectively the same as a runtime test in some ways).
data/build/stand_alone/configs/remove-config.h
sources/c/program/kevux/tools/remove/main/common/print.c
sources/c/program/kevux/tools/remove/main/common/print.h
sources/c/program/kevux/tools/remove/main/convert.c
sources/c/program/kevux/tools/remove/main/operate.c
sources/c/program/kevux/tools/remove/main/preprocess.c
sources/c/program/kevux/tools/remove/main/print/error.c
sources/c/program/kevux/tools/remove/main/print/error.h
sources/c/program/kevux/tools/remove/main/print/simulate.c
sources/c/program/kevux/tools/remove/main/print/simulate.h