]> Kevux Git Server - fll/commit
Update: The fake "build" fakefile Object needs to support modes and fix a related...
authorKevin Day <thekevinday@gmail.com>
Wed, 25 May 2022 02:11:44 +0000 (21:11 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 25 May 2022 02:11:44 +0000 (21:11 -0500)
commitc51866da43b5c02745600c0ee460ef70897a11d3
tree90a0ac42f0893e0ba52ba994d2834b38fcf94a7b
parentadcaadc2c0170b9269191087c9f012e14626e5a5
Update: The fake "build" fakefile Object needs to support modes and fix a related bug.

The fakefile needs to be able to support being passed custom modes.
The default behavior is preserved with this change.

This requires supporting that an empty string is passed as Content.
It turns out that the quoted empty string is incorrectly being skipped.
Make sure the quoted empty strings are not skipped.
level_3/fake/c/fake.c
level_3/fake/c/private-build-load.c
level_3/fake/c/private-build-load.h
level_3/fake/c/private-build.c
level_3/fake/c/private-build.h
level_3/fake/c/private-make-load_fakefile.c
level_3/fake/c/private-make-operate.c
level_3/fake/c/private-make-operate_process.c
level_3/fake/c/private-make-operate_validate.c
level_3/fake/documents/fakefile.txt
level_3/fake/specifications/fakefile.txt