florence/cover

Files compiled by cover error when required `for-syntax`

Closed this issue · 2 comments

because of the phase separation the cover environment is not properly initialized at higher phases.

One way to handle this would be to use loggers. Instead of banging on a box thats inserted at compile time, log a message to a special log topic that says, roughly, "this expr in this file was covered." I worry about efficiency with this, but it does bypass the lack of phase persistence.

Fixed by #81