mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-22 03:01:31 +03:00
d60feaace0
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.
7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
1/1: Building wcov (wcov.idr)
|
|
Main> Main.tfoo is total
|
|
Main> Main.wfoo is total
|
|
Main> Main.wbar is not covering due to call to function Main.with block in 1376
|
|
Main> Main.wbar1 is total
|
|
Main> Bye for now!
|