[Larceny-users] Importing (srfi :19 time)

Felix Klock felixluser at pnkfx.org
Sat Mar 20 18:43:56 EDT 2010


On Mar 20, 2010, at 6:39 PM, Felix Klock wrote:

> 
> On Mar 20, 2010, at 3:16 PM, William D Clinger wrote:
> 
>>> But, notice the warnings. Did you get those?
>> 
>> Yes.  That might be related to dynamic recompilation
>> by the FFI, but I'll have to check.
> 
> I think those warnings are signaled not by the FFI, but rather our load or require procedure.

A quick couple of grep's give weight to this hypothesis; check out the format invocation in src/Lib/Common/require.sch:

  (define (warn src)
    (if noisy
        (format #t "Warning: loading source in favor of stale fasl file: ~a~%"
                src))
    src)

-Felix





More information about the Larceny-users mailing list