
samth
2021-5-3 17:59:22
Any idea why these Chez tests fail? https://github.com/racket/racket/pull/3748/checks?check_run_id=2477948434 Did I break the tests somehow? Is this much output expected? I find the Chez testing very confusing.

mflatt
2021-5-3 23:03:41
The first error in the diff is the one that matters: <http://5_3.mo:Error\|5_3.mo:Error> reading mat input: Exception in read: parenthesized list terminated by bracket at line 1699, char 30 of <http://5_3.ms\|5_3.ms>

mflatt
2021-5-3 23:05:13
I think the rest is the expected output being substantially truncated compared to the expected output, so the diff of expected output gets large.

samth
2021-5-4 00:11:35
Sigh

pocmatos
2021-5-4 06:12:49
Has anyone seen this?


sorawee
2021-5-4 06:22:28
Fixed in the latest commit, no?