Yet another assertion failure when inserting into arrays with JSON_DIAGNOSTICS set #3032
Closed
1 of 5 tasks
Labels
kind: bug
release item: 🐛 bug fix
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
Inserting into arrays using
j_array[index] = value;
syntax does not correctly update the parents and will trigger the assertion for parent correctness further down the line.Please describe the steps to reproduce the issue.
Minimal example:
This produces the following assertion error when the copying from
j_array
toj_array_copy
is performed:Which compiler and operating system are you using?
Which version of the library did you use?
develop
branchIf you experience a compilation error: can you compile and run the unit tests?
The text was updated successfully, but these errors were encountered: