eval: prohibit identifier overrides in macro maps; raddbg: correctly mark dirty state & recompute given watch window mutations; do not escape unquoted value eval strings

This commit is contained in:
Ryan Fleury
2025-02-06 11:17:42 -08:00
parent 43222e8511
commit 295778f1ca
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -152,8 +152,8 @@ e_string2expr_map_insert(Arena *arena, E_String2ExprMap *map, String8 string, E_
SLLQueuePush_N(map->slots[slot_idx].first, map->slots[slot_idx].last, node, hash_next);
node->string = push_str8_copy(arena, string);
existing_node = node;
existing_node->expr = expr;
}
existing_node->expr = expr;
}
internal void