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

breaking change in 0.3.60 #307

Open
carolguo-dd opened this issue Mar 6, 2023 · 2 comments
Open

breaking change in 0.3.60 #307

carolguo-dd opened this issue Mar 6, 2023 · 2 comments

Comments

@carolguo-dd
Copy link
Contributor

Seems like 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.
@carolguo-dd
Copy link
Contributor Author

created a pr in attempt to fix the problem

@DannyVarod
Copy link

@carolguo-dd does this PR also solve this?: #300

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

No branches or pull requests

2 participants