Commit Graph

5 Commits

Author SHA1 Message Date
Chris Penner
5ca1eb3b8d Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
Arya Irani
a987756b41 unnecessary builtins.mergeio 2024-04-14 19:57:08 -04:00
Paul Chiusano
685a202319 update transcripts 2022-12-01 23:51:11 -06:00
Dan Doel
c735ef216b Fix universal eq/compare for links
It seems that optimizations cause problems together with the combination
of coercing and unsafe IO involved in reference equality. I'm not
exactly sure what goes wrong, but it causes segfaults. Defining a
noinline function for the equalities (instead of just `(==)@Reference`)
seems to fix the problem.

I got the same problem to happen for term links, so both of those use a
noinline function now. Other foreign values don't seem to be affected,
which I assume is due to them having pure primitive functions for
equality.
2022-01-13 14:06:17 -05:00
Dan Doel
57f4b69f88 Move universal-cmp.md into plain transcripts 2021-11-15 12:48:50 -05:00