[racket-dev] Can a TR wizard check my extflonum changes? [was [plt] Push #28592: master branch updated]

2014-04-22 Thread Neil Toronto
On 04/22/2014 10:48 AM, ntoro...@racket-lang.org wrote: ntoronto has updated `master' from 67805b9f04 to 14bbd662e9. http://git.racket-lang.org/plt/67805b9f04..14bbd662e9 ~~ 85deab7 Neil Toronto neil.toro...@gmail.com 2014-04-22 10:45 : | Added ExtFlonum (and subtypes) and

Re: [racket-dev] Can a TR wizard check my extflonum changes? [was [plt] Push #28592: master branch updated]

2014-04-22 Thread Sam Tobin-Hochstadt
On Tue, Apr 22, 2014 at 1:06 PM, Neil Toronto neil.toro...@gmail.com wrote: The changes mostly mimic the types and test cases for flonums and flvectors, but with adjustments to leave extflonums out of the numeric tower. Everything passes and extflonum expressions seem to type correctly, but I

Re: [racket-dev] Can a TR wizard check my extflonum changes? [was [plt] Push #28592: master branch updated]

2014-04-22 Thread Neil Toronto
On 04/22/2014 11:50 AM, Sam Tobin-Hochstadt wrote: On Tue, Apr 22, 2014 at 1:06 PM, Neil Toronto neil.toro...@gmail.com wrote: The changes mostly mimic the types and test cases for flonums and flvectors, but with adjustments to leave extflonums out of the numeric tower. Everything passes and

Re: [racket-dev] Can a TR wizard check my extflonum changes? [was [plt] Push #28592: master branch updated]

2014-04-22 Thread Sam Tobin-Hochstadt
On Tue, Apr 22, 2014 at 1:52 PM, Neil Toronto neil.toro...@gmail.com wrote: On 04/22/2014 11:50 AM, Sam Tobin-Hochstadt wrote: On Tue, Apr 22, 2014 at 1:06 PM, Neil Toronto neil.toro...@gmail.com wrote: The changes mostly mimic the types and test cases for flonums and flvectors, but with