mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Merge branch 'main' into simplify-refcount
This commit is contained in:
commit
37cd04c002
730 changed files with 22850 additions and 23870 deletions
|
@ -174,7 +174,7 @@
|
|||
|
||||
const rc_encoded = rc_pointers.map((ptr) => ptr && deref(ptr));
|
||||
const rc_encoded_hex = rc_encoded.map((x) =>
|
||||
x ? x.toString(16) : "(deallocated)"
|
||||
x ? x.to_string(16) : "(deallocated)"
|
||||
);
|
||||
const rc_values = rc_encoded.map((x) => x && x - 0x80000000 + 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue