]> Kevux Git Server - fll/commit
Update: Fakefile inner Objects should load the last Object from settings Section.
authorKevin Day <thekevinday@gmail.com>
Sat, 19 Feb 2022 13:45:44 +0000 (07:45 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 19 Feb 2022 13:45:44 +0000 (07:45 -0600)
commitc53c00b1dc1b6cee0f29586e6d04294b64cebb20
tree2620bca851453ee9ddf9df6168abecd2a2dd43e8
parent14ae788be3588a95c2c50336a6efa34eaf98d97a
Update: Fakefile inner Objects should load the last Object from settings Section.

Use the last found Object for each name for Objects that support only a single value.

That is to say if there is:
  load_build yes
  load_build maybe
  load_build no

Then the last load (whose value is "no") will be used.
No warnings will be thrown.

Objects that support multiple values will continue to append Content for each Object as they are found.

This does not change the "settings" and "main" Objects to match this behavior.
Those will remain as first specified is the first and only one processed and used.

This makes the behavior with the fakefile more consistent with the build settings.
level_3/fake/c/private-make-load_fakefile.c
level_3/fake/c/private-make-load_fakefile.h