[racket-dev] Refactoring in-vector and friends

From: Noel Welsh (noelwelsh at gmail.com)
Date: Fri Dec 3 09:40:04 EST 2010

That's the problem -- doing a full rebuild has fixed it.

in-flvector and in-fxvector have been extended (and doc'ed and
tested), and I also optimised some of the code to use unsafe ops. The
vector defns in ffi/vector.rkt should probably use these tools to
provide sequence abstractions, but I'm out of steam for now.

(This process makes testing changes so time consuming I don't know how
y'all ever get anything done. Maybe rebuild once a day or something.)

N.

On Fri, Dec 3, 2010 at 1:20 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> Is it possible that your binary didn't get rebuilt? The test failure
> and crash seem to be in recently added tests to go with recent repairs
> to the Racket binary.
>


Posted on the dev mailing list.