Skip to content

feat/path-with-env#1104

Merged
phil-opp merged 2 commits intodora-rs:mainfrom
drindr:feat/path-with-env
Sep 3, 2025
Merged

feat/path-with-env#1104
phil-opp merged 2 commits intodora-rs:mainfrom
drindr:feat/path-with-env

Conversation

@drindr
Copy link
Copy Markdown
Contributor

@drindr drindr commented Aug 20, 2025

Allow the path to be extended with daemon's environment variable.

Signed-off-by: drindr <dreamchancn@qq.com>
@haixuanTao
Copy link
Copy Markdown
Collaborator

Hey thanks for this PR!

Overall, I'm okay with this implementation. Have you looked into cross-platform compatibility?

It might actually be beneficial to keep the dataflow always unix like even on windows.

@drindr
Copy link
Copy Markdown
Contributor Author

drindr commented Sep 1, 2025

Hey thanks for this PR!

Overall, I'm okay with this implementation. Have you looked into cross-platform compatibility?

It might actually be beneficial to keep the dataflow always unix like even on windows.

Tested on Windows.
Both

$env:DORA="D:/workspace/dora"; dora run .\dataflow.yml
$env:DORA="/workspace/dora"; dora run .\dataflow.yml

work as expectation.

Ready to merge. @haixuanTao

Copy link
Copy Markdown
Collaborator

@phil-opp phil-opp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@phil-opp phil-opp merged commit 1c64861 into dora-rs:main Sep 3, 2025
155 of 158 checks passed
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.

3 participants