[racket-dev] [plt] Push #25698: master branch updated

From: Neil Toronto (neil.toronto at gmail.com)
Date: Fri Nov 16 17:12:45 EST 2012

On 11/16/2012 03:02 PM, Matthew Flatt wrote:
> At Fri, 16 Nov 2012 14:43:56 -0700, Neil Toronto wrote:
>> If so, it's a little weird, because
>> libmpfr isn't supposed to be loaded until its first export is used. The
>> constants are all delayed (their names are bound to macros that expand
>> to uses of `force'), and every function and delay thunk is wrapped with
>> code that loads the external library.
>
> `math/private/flonum/expansion/expansion-log' has
>
>   (define-values (log2-hi log2-lo) (bigfloat->fl2 log2.bf))

Oh, good catch. I can definitely identify that as a product of too many 
late nights. I'll push a fix. Thanks for yours!

Neil ⊥

Posted on the dev mailing list.