mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
add stdin support for cli tests (currently unused)
This commit is contained in:
parent
999f3cfce6
commit
4bd9d417d1
7 changed files with 120 additions and 20 deletions
|
@ -1791,14 +1791,12 @@ fn update<'a>(
|
|||
|
||||
Proc::insert_refcount_operations(arena, &mut state.procedures);
|
||||
|
||||
if false {
|
||||
Proc::optimize_refcount_operations(
|
||||
arena,
|
||||
module_id,
|
||||
&mut ident_ids,
|
||||
&mut state.procedures,
|
||||
);
|
||||
}
|
||||
Proc::optimize_refcount_operations(
|
||||
arena,
|
||||
module_id,
|
||||
&mut ident_ids,
|
||||
&mut state.procedures,
|
||||
);
|
||||
|
||||
state.constrained_ident_ids.insert(module_id, ident_ids);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue