Files
hugo/hugolib
Bjørn Erik Pedersen 49dceb19f5 hugolib: Fix slice bounds panic when deleting multiple nodes at same path
The contentNodes cases in Delete/DeleteFunc spliced the slice inside a
forward range loop, panicking when a second deletion hit the last index,
and the shrunken slice was never written back to the tree. Let the
Shifter return the updated node and re-insert it on partial deletes.

Fixes #15207

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-15 20:42:57 +02:00
..
2022-02-23 22:43:19 +01:00
2026-07-29 20:48:47 +02:00
2026-03-07 18:30:42 +01:00
2026-03-07 18:30:42 +01:00
2020-12-03 13:12:58 +01:00
2026-03-07 18:30:42 +01:00