pocmatos
2020-5-9 15:26:09

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
2020-5-9 15:26:14

@mflatt has joined the channel


pocmatos
2020-5-9 15:26:39

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


mflatt
2020-5-9 15:41:39

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.


pocmatos
2020-5-9 15:47:19

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


mflatt
2020-5-9 15:48:07

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


pocmatos
2020-5-9 16:01:20

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


pocmatos
2020-5-9 16:14:33

ok - lets see how this goes: https://github.com/racket/racket/pull/3169


sorawee
2020-5-10 04:27:40

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