Skip to content

project.toml reading enhancements #892

@jessfraz

Description

@jessfraz

#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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions