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

omry / omegaconf / 63725883-6024-4b74-8dea-c38b035861b0
100%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 07:22PM UTC
Jobs 1
Files 19
Run time 1min
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

23 Apr 2026 07:20PM UTC coverage: 100.0%. Remained the same
63725883-6024-4b74-8dea-c38b035861b0

push

circleci

omry
Fix bug preserving identity on config self-assignment

Assigning an OmegaConf container node to itself used to flow through the normal Node assignment path. That path deep-copies incoming nodes before storing them, so code like cfg.foo = cfg.foo or cfg[0] = cfg[0] could replace the stored child container and leave existing references detached from the config.

Fix the bug by detecting exact self-assignment before the deepcopy/reparent step and returning early after preserving readonly enforcement. This keeps normal cross-config and cross-key node assignment deepcopy semantics unchanged while making true no-op self-assignment preserve container identity.

Add coverage for DictConfig child self-assignment, nested ListConfig element self-assignment through public API, and readonly self-assignment. Add a bugfix news fragment for issue 1177.

5 of 5 new or added lines in 1 file covered. (100.0%)

3494 of 3494 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 63725883-6024-4b74-8dea-c38b035861b0.1 23 Apr 2026 07:22PM UTC 19
100.0
CircleCI Job
Source Files on build 63725883-6024-4b74-8dea-c38b035861b0
  • Tree
  • List 19
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #63725883...
  • 3f14c2d5 on github
  • Prev Build on master (#FFC2FCB5...)
  • Next Build on master (#4713412E...)
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