[plt-scheme] Trace error in 209

From: Paulo Jorge de Oliveira Cantante de Matos (pocm at sat.inesc-id.pt)
Date: Wed Feb 9 14:00:51 EST 2005

Hi all,

First of all, this error doesn't happen in 299.26.
With language module:
(module test (lib "swindle.ss" "swindle")
 ; (require (lib "trace.ss"))

  (define (foo a)
    (+ a 1))

  (provide foo)
)

In interactions:
> (require (lib "trace.ss"))
> (trace foo)
reference to an identifier before its definition: -:trace-table

However, if I uncomment the require trace.ss in definitions and
the only trace foo in definitions, it works!

It was just to report this issue.

Cheers,
-- 
Paulo Jorge Matos - pocm at sat inesc-id pt
Engº de Informática e Computadores
INESC-ID - Grupo SAT - MathSAT



Posted on the users mailing list.