racket / r6rs

Other
6 stars 9 forks source link

Add .travis.yml [WIP?] #4

Open gus-massa opened 5 years ago

gus-massa commented 5 years ago

Add the .travis.ylm file to run the tests in the classic and the cs version of racket.

The racket version raises 3 error (as expected). I'd like to modify the test file to set the error level to 1, but modify the test file to mark them as known/expected errors or something?

The racketcs version raises only 1 error. There is a disagreement about string-titlecase with numbers in Racket and R6RS/ChezSheme. I'm not sure it is should be clasified as a bug in RacketCS or as a bug in the r6rs package.

samth commented 4 years ago

I think we should merge this once we decide how to make it actually pass.