hooking everything up

This commit is contained in:
Folkert 2021-02-12 17:18:06 +01:00
parent 84d5cbc4f1
commit ee21f86f8f
9 changed files with 334 additions and 19 deletions

View file

@ -394,8 +394,10 @@ fn modify_refcount_builtin<'a, 'ctx, 'env>(
// TODO decrement all values
}
todo!();
// todo!();
dbg!("DOING NOTHING WITH REFCOUNTING");
}
Str => {
let wrapper_struct = value.into_struct_value();
modify_refcount_str(env, layout_ids, mode, layout, wrapper_struct);