We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
layer_env::PATH_LIST_SEPARATOR
Currently when setting ModificationBehavior::Delimiter in a buildpack (eg for a path based env var), one has to either:
ModificationBehavior::Delimiter
:
libcnb.rs/libcnb/src/layer_env.rs
Lines 921 to 925 in dadd5b5
We should export them instead.
Also, those constants should probably be moved higher up in that file, since currently they are hidden after the tests.
The text was updated successfully, but these errors were encountered:
I like this idea! 👍🏻
Sorry, something went wrong.
I think we should maybe focus on fixing the default behaviour upstream instead of this - see: buildpacks/spec#285
No branches or pull requests
Currently when setting
ModificationBehavior::Delimiter
in a buildpack (eg for a path based env var), one has to either::
as the delimeter in the buildpack (and just ignore the fact it wouldn't work on Windows)libcnb.rs/libcnb/src/layer_env.rs
Lines 921 to 925 in dadd5b5
We should export them instead.
Also, those constants should probably be moved higher up in that file, since currently they are hidden after the tests.
The text was updated successfully, but these errors were encountered: