If you have been wanting to help improve Racket on ChezScheme, but didn't know where to start. I have a great resource for you...
DrDr is now running the ChezScheme version of Racket on all the programs in the distribution. If you go to http://drdr.racket-lang.org/51915/cs/ and click `stderr` or `unclean` then you'll see failing tests. (If you click on `timeout` then you may get nice test programs for performance or potentially errors in I/O.) Just looking at a few Web server tests, you can see there are lots of a weird little errors too. It looks like epoch time is different in Chez: http://drdr.racket-lang.org/51915/cs/racket/share/pkgs/web-server-test/tests/web-server/http/xexpr.rkt Something is up with flushing in the ports: http://drdr.racket-lang.org/51915/cs/racket/share/pkgs/web-server-test/tests/web-server/http/response-test.rkt Arity error messages are not the same: http://drdr.racket-lang.org/51915/cs/racket/share/pkgs/web-server-test/tests/web-server/pr/12658.rkt Jay -- Jay McCarthy Associate Professor @ CS @ UMass Lowell http://jeapostrophe.github.io Vincit qui se vincit. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CAJYbDandcp0Q0CiTYRxFrB84TtrXvzx4crL%3DwNeGPUDwtDz3zg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
