improve config loading flow - #451
Merged
Merged
Conversation
Signed-off-by: Zen <z@pyl.onl>
Signed-off-by: Zen <z@pyl.onl>
Signed-off-by: Zen <z@pyl.onl>
desultory
force-pushed
the
load_time_imports
branch
13 times, most recently
from
July 11, 2026 23:50
6826ef7 to
3a8c966
Compare
Signed-off-by: Zen <z@pyl.onl>
Signed-off-by: Zen <z@pyl.onl>
need higher zenlib version for parse_toml Signed-off-by: Zen <z@pyl.onl>
keeps config processing where it should be Signed-off-by: Zen <z@pyl.onl>
doesn't do anything because this happens before custom_paramaters are
defined
if the custom parameters were already defined, the queue should not have
values in it
Signed-off-by: Zen <z@pyl.onl>
Signed-off-by: Zen <z@pyl.onl>
Signed-off-by: Zen <z@pyl.onl>
Signed-off-by: Zen <z@pyl.onl>
when custom parameters are defined, immediately process queued values Signed-off-by: Zen <z@pyl.onl>
desultory
force-pushed
the
load_time_imports
branch
from
July 12, 2026 00:49
3a8c966 to
215cf60
Compare
remove check for validated, if it was validated then writing would not be allowed anyways Signed-off-by: Zen <z@pyl.onl>
instead of loading multiple times, just load things from the base up this sets the stage for removing late_args (possibly) but mostly for making early arg loading possible Signed-off-by: Zen <z@pyl.onl>
used to ensure late_args are only processed once the stage is set to the late stage the late stage is started by the generator before the build process starts. At the start of the stage, all enqueued late args are processed this should ensure that args like "kernel_version" are processed after parameters like "no_kmod" are set anywhere Signed-off-by: Zen <z@pyl.onl>
Signed-off-by: Zen <z@pyl.onl>
sets the stage for the busybox module, or any other module which may want to change how binaries are processed Signed-off-by: Zen <z@pyl.onl>
because it depends on the binaries helper for error handling, it must be used later for proper error handling Signed-off-by: Zen <z@pyl.onl>
Signed-off-by: Zen <z@pyl.onl>
desultory
force-pushed
the
load_time_imports
branch
from
July 12, 2026 00:52
215cf60 to
ff75b4e
Compare
Signed-off-by: Zen <z@pyl.onl>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.