mise.toml in the directory of MISE_CEILING_PATHS is ignored
#8281
Unanswered
hehaoqian
asked this question in
Troubleshooting and bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation does not say
mise.tomlat the directory ofMISE_CEILING_PATHSis ignored.For example, if
MISE_CEILING_PATHSis "/foo",then
/foo/mise.tomlis ignored, but/foo/bar/mise.tomlis recognized.I thought that
MISE_CEILING_PATHSincludes the mise.toml in its dirI read debug log and unittests of
all_dir()in https://github.com/jdx/mise/blob/main/src/file.rs,and then understand the meaning of
MISE_CEILING_PATHSthat
mise.tomlinsideMISE_CEILING_PATHSis ignored.The current doc for
MISE_CEILING_PATHSis a bit confusing,OR the current behavior is not the expected bahavior.
It seems weird to set
MISE_CEILING_PATHSto the graphparent ofmise.toml, instead of parent ofmise.toml, in order to usemise.toml.But changing this will affect the compability. I suggest to update the documentation.
Beta Was this translation helpful? Give feedback.
All reactions