
Roughly this commit switches the instrumentation mechanism to use logging instead of a global hash table. This allows cover to work across phases, and means that cover no longer needs to lift definitions at compile time, fixing some submodule bugs.
4 lines
80 B
Racket
4 lines
80 B
Racket
#lang racket
|
|
(require (for-syntax "provide.rkt"))
|
|
(begin-for-syntax (tt 1 2 3))
|