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

Extracts target dir compute from config.buildtargetinfo into config.targetdir #2258

Closed
wants to merge 1 commit into from

Conversation

tritao
Copy link
Contributor

@tritao tritao commented Sep 23, 2024

This adds a new internal helper API to get the target dir of a config or project: config.targetdir, which is a refactor of the existing logic.

I needed a way to access the targetdir of a project pre-bake, which was not possible before. With the new config.targetdir function its straightforward to get it.

…g.targetdir`.

This adds a new internal helper API to get the target dir of a config or
project: `config.targetdir`, which is a refactor of the existing logic.

I needed a way to access the `targetdir` of a project pre-bake, which
was not possible before. With the new `config.targetdir` function its
straightforward to get it.
@tritao
Copy link
Contributor Author

tritao commented Sep 24, 2024

Ended up figuring out a simpler way with tokens.

@tritao tritao closed this Sep 24, 2024
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.

1 participant