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

omry / omegaconf / 782e86a8-560e-4fe3-84c9-63705f0e285d / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: agent/issue-651-integer-keys
DEFAULT BRANCH: master
Ran 11 Jun 2026 05:06PM 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 04:28PM UTC coverage: 100.0%. Remained the same
782e86a8-560e-4fe3-84c9-63705f0e285d.1

Pull #1318

circleci

omry
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
Pull Request #1318: Fix nested readonly structured config merges

3819 of 3819 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 782e86a8-560e-4fe3-84c9-63705f0e285d.1
  • Tree
  • List 20
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 782
  • CircleCI Build #
  • bf0e9479 on github
  • Prev Job for on pr1318 (#92335df5-e0ab-47d0-b8ea-278cbe1686a0.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc