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

Carolguo/fix override #308

Merged
merged 3 commits into from
May 27, 2024
Merged

Conversation

carolguo-dd
Copy link
Contributor

@carolguo-dd carolguo-dd commented Mar 6, 2023

0.3.60 has introduced another problem.

{
     a = 3
    test = ${a}
    test = ${?b}
    result = ${test}
}

this used to work in 0.3.59 version, but now it breaks with

  File "/Users/carol.guo/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pyhocon/config_parser.py", line 695, in resolve_substitutions
    raise ConfigSubstitutionException("Cannot resolve {variables}. Check for cycles.".format(
pyhocon.exceptions.ConfigSubstitutionException: Cannot resolve ${test}: (line: 7, col: 21). Check for cycles.

@darthbear darthbear merged commit 351a33d into chimpler:master May 27, 2024
@darthbear
Copy link
Member

Thanks for your contribution @carolguo-dd! Released new version 0.3.61

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.

None yet

2 participants