Idris2/tests/idris2/coverage008
Edwin Brady d60feaace0 Add finalisers to Chez back end
This involves new primitives GCPtr and GCAnyPtr which are pointer types
that have finalisers attached. The finalisers are run when the
associated pointer goes out of scope.

In the test, I am assuming that the GC will only be called once, right
at the end. Otherwise, the output isn't guaranteed to be deterministic!
Let's see how this assumption holds...

This is currently Chez only. I think it'll be easy enough to add to
the Racket and Gambit back ends too.
2020-06-08 20:34:23 +01:00
..
expected Add finalisers to Chez back end 2020-06-08 20:34:23 +01:00
input More coverage checking fixes 2020-05-24 18:33:43 +01:00
run More coverage checking fixes 2020-05-24 18:33:43 +01:00
wcov.idr All functions now need to be covering by default 2020-05-24 19:58:20 +01:00