• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

omry / omegaconf / 6ca9a791-7f6e-4603-925f-2f0acf45c0b3 / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 11 Jun 2026 05:12PM UTC
Files 20
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Jun 2026 05:10PM UTC coverage: 100.0%. Remained the same
6ca9a791-7f6e-4603-925f-2f0acf45c0b3.1

push

circleci

web-flow
Fix nested readonly structured config merges (#1318)

* Improve relative interpolation missing-key errors

Report both the original relative interpolation key and the resolved lookup path when a relative interpolation cannot be found. This makes failures such as ${..b} under a.a.a point to the original `..b` lookup and the resolved `a.b` path.

Keep resolved-key diagnostic formatting best-effort so failures while computing the display path do not mask the intended InterpolationKeyError.

Add regression coverage for single-dot and parent-relative missing interpolation diagnostics, plus the diagnostic-formatting fallback.

Closes #1126

* Fix nested readonly structured config merges

OmegaConf.merge() and OmegaConf.unsafe_merge() construct their results by mutating an internal merge target. Nested frozen structured configs can carry explicit readonly flags on destination containers, so recursive merge writes into those containers could raise ReadonlyConfigError even though public merge_with() is the operation that should reject readonly mutation.

Thread a private _allow_readonly_target flag through the merge internals so non-public merge construction can temporarily relax a destination container's local readonly flag, then restore the saved flag after the merge. Keep public merge_with() semantics unchanged.

Add regression coverage for OmegaConf.merge() and OmegaConf.unsafe_merge() with nested frozen structured configs, their input mutation contracts, and nested readonly flag restoration.

Fixes #1102

3819 of 3819 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 6ca9a791-7f6e-4603-925f-2f0acf45c0b3.1
  • Tree
  • List 20
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6
  • CircleCI Build #
  • 1a5e3ea7 on github
  • Prev Job for on main (#92335df5-e0ab-47d0-b8ea-278cbe1686a0.1)
  • Next Job for on main (#cb527e4b-ea56-416e-aed3-da655afa6c56.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc