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

omry / omegaconf / 52895fa2-c777-439e-9783-c714d4152f6d
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 25 Apr 2026 07:02PM 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

25 Apr 2026 06:59PM UTC coverage: 100.0%. Remained the same
52895fa2-c777-439e-9783-c714d4152f6d

push

circleci

omry
Raise ConfigTypeError when updating through a null structured Optional node (closes #1214)

OmegaConf.update() would hit an AssertionError with a confusing message when
the key path traversed a structured Optional field set to None.

The root cause: DictConfig(content=None) is a Container, so the traversal
loop did not replace it with {}, then root[key] dereferenced to Python None,
and the post-loop assert fired with an unhelpful message.

The fix detects a null Container during traversal and raises ConfigTypeError
immediately, naming the offending intermediate key via _get_full_key:

    ConfigTypeError: Cannot set 'a.b' because 'a' is None

The post-loop assert is kept as an internal invariant guard with a simple
message. Untyped None values (AnyNode) are unaffected — they are replaced
with an empty dict as before.

Closes #1214.

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

3513 of 3513 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 52895fa2-c777-439e-9783-c714d4152f6d.1 25 Apr 2026 07:02PM UTC 19
100.0
CircleCI Job
Source Files on build 52895fa2-c777-439e-9783-c714d4152f6d
  • Tree
  • List 19
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #52895FA2...
  • 93a664af on github
  • Prev Build on main (#1CAD750F...)
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