Skip to content

Conversation

@jiezhuzzz
Copy link

The last PR is broken by the pull bot. This new PR repeats the code and provide the variable functionality to working-directory.

@jiezhuzzz jiezhuzzz force-pushed the feat/workdir-var branch 2 times, most recently from 64b78ed to 499d54e Compare December 13, 2025 23:05
@casey
Copy link
Owner

casey commented Dec 28, 2025

I don't think this will work in general, since the value of the working directory setting influences the behavior of backticks and calls to shell(…) which can appear in expressions:

set working-directory := `pwd`

Or:

set working-directory := shell("pwd")

I think this needs a more principled design, something like #2309.

@casey casey closed this Dec 28, 2025
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.

2 participants