[H1] Igpack load errors written to the wrong map (copy-paste bug) #19
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
indigocode/igasset-viewer-react#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
File:
wasm/src/observable_filestore.cc:129Inside
load_igpack, a decode failure writes to the igasset error map instead of the igpack one:Impact:
evt.igassets[path]instead ofevt.igpacks[path]in the serialized event.unload_igpackonly erasesigpack_load_errors_, so this error can never be cleared — it becomes sticky.Fix: write to
igpack_load_errors_[path].Filed by an automated AI code review (manual proof-of-concept run). Code locations reference the
various-cleanupbranch.