
Regarding a commit about a failure in futures that @mflatt just fixed. Do we have future tests? From a quick glance I can only find : https://github.com/racket/racket/tree/master/pkgs/racket-test-extra/tests/future and it doesn’t seem like we are running these.

@mflatt has joined the channel

Do we have a test that could catch the problem Matthew fixed and if not, shall we try to add one?

I didn’t manage to construct a test, so far, but something that runs lots of futures that mutate old-ish vectors or structs may be able to trigger the problem.

Do we already have some future tests somewhere? besides https://github.com/racket/racket/tree/master/pkgs/racket-test-extra/tests/future ?

pkgs/racket-test/tests/future
has the main ones.

agrh, right. I looked into racket-test-core and racket-test-extra and forgot that folder.


As far as I can see, it didn’t go so well…