Skip to content

Bugfix/path expansion#1096

Open
StaticRocket wants to merge 2 commits intovale-cli:v3from
StaticRocket:bugfix/path-expansion
Open

Bugfix/path expansion#1096
StaticRocket wants to merge 2 commits intovale-cli:v3from
StaticRocket:bugfix/path-expansion

Conversation

@StaticRocket
Copy link
Copy Markdown

  • fix(loadINI): use standard shadow loading

    Instead of appending configurations directly we should use the common shadow
    loading functions we've defined. This allows paths to be expanded properly
    ahead of time, and still use the shadow processing mechanisms other mechanisms
    expect.

    This also enforces the load order through the list of sources built and passed
    to processSources.

    Signed-off-by: Randolph Sapp rs@ti.com

  • fix(ini): expand paths during load

    Expand INI values known to be paths during initial loading. This prevents
    having to guess where paths came from in later processing.

    Signed-off-by: Randolph Sapp rs@ti.com

Fixes: #1095

Expand INI values known to be paths during initial loading. This
prevents having to guess where paths came from in later processing.

Signed-off-by: Randolph Sapp <rs@ti.com>
Instead of appending configurations directly we should use the common
shadow loading functions we've defined. This allows paths to be expanded
properly ahead of time, and still use the shadow processing mechanisms
other mechanisms expect.

This also enforces the load order through the list of sources built and
passed to processSources.

Signed-off-by: Randolph Sapp <rs@ti.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Global config that does not define StylesPath results in error with FindAsset

1 participant