Skip to content
New issue

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

project.toml reading enhancements #892

Open
1 of 3 tasks
jessfraz opened this issue Sep 17, 2024 · 0 comments
Open
1 of 3 tasks

project.toml reading enhancements #892

jessfraz opened this issue Sep 17, 2024 · 0 comments

Comments

@jessfraz
Copy link
Contributor

jessfraz commented Sep 17, 2024

#891 was an initial pass and auto looks for a project.toml in the same directory as the kcl input file

enhancements:

  • recursively search parents for any project.toml file in the case where the project looks like this
/my-project
/my-project/project.toml
/my-project/some-subdir/
/my-project/some-subdir/thing.kcl
  • if no project.toml file found in any parent try to find the app settings and use those defaults

  • and at that point we should print back to the user what units we are using and from where for visibility.

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

No branches or pull requests

1 participant