Skip to content

Short-circuit circular references.#41

Merged
nsaunders merged 1 commit into
masterfrom
circular-refs
Feb 13, 2023
Merged

Short-circuit circular references.#41
nsaunders merged 1 commit into
masterfrom
circular-refs

Conversation

@nsaunders
Copy link
Copy Markdown
Owner

Consider this .env:

FOO=${BAR}
BAR=${FOO}

Prior to this change, the program would hang due to the circular reference. After this change, FOO and BAR will each resolve to Nothing and thus have no effect on the environment.

@nsaunders nsaunders merged commit 263c869 into master Feb 13, 2023
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