mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07:00
fix lens expansions being treated like set expansions in eval viz string iter
This commit is contained in:
@@ -1648,7 +1648,7 @@ ev_string_iter_next(Arena *arena, EV_StringIter *it, String8 *out_string)
|
||||
new_task.eval = eval;
|
||||
new_task.eval.irtree.type_key = e_type_key_direct(eval.irtree.type_key);
|
||||
}
|
||||
else if(type->expand.info != 0)
|
||||
else if(type->kind != E_TypeKind_Lens && type->expand.info != 0)
|
||||
{
|
||||
need_new_task = 1;
|
||||
need_pop = 1;
|
||||
|
||||
Reference in New Issue
Block a user