You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing this config fails with this error: pyhocon.exceptions.ConfigSubstitutionException: Cannot resolve ${foo.bar}: (line: 2, col: 11). Check for cycles.
Issue 2
foo.bar = [1, 2]
foo.bar += [3, 4]
Parsing this config fails with this error: AttributeError: 'bool' object has no attribute 'count'
Issue 3
foo.bar = [1, 2]
foo {
bar += [3, 4]
}
Parsing this config results in this unexpected config:
As reported in #35 these 2 examples fail:
(to see the actual exceptions, this first patch is necessary:
)
The text was updated successfully, but these errors were encountered: