commit | e369f646692e411961a4a7442d71736932929afb | [log] [download] |
---|---|---|
author | nicm <nicm> | Tue Oct 06 07:36:05 2020 +0000 |
committer | nicm <nicm> | Tue Oct 06 07:36:05 2020 +0000 |
tree | 9d11e6c3aba440c6b1c9ea8e75bc719d550d918a | |
parent | 8d9ea1b97ca1f70191808df03f9fbe9f93912773 [diff] |
Add a state struct to store working state during format expansion instead of modiyfing the format tree. Use this to disable nested job expansion so that the result of #() is not expanded again. Reported by Chas J Owens IV, GitHub issue 2390.