
Does anyone know where the quickcheck pkg source is?

Can’t seem to find a link to it from the docs.

@pocmatos if you go here https://pkgs.racket-lang.org/package/quickcheck there’s a link to the source

@samth Thanks! That error is good news, and I’ll try to adapt “file.rktl”

also, note for the future: the .travis.yml
syntax doesn’t understand that a #
inside " ... "
shouldn’t start a new comment :disappointed:

@mflatt your repair has fixed the travis issue

@samth it looks like the Typed Racket tests run in the gui test script includes some tests that depend on ext flonums, and those tests fail on the 32-bit builds (racket-i386 and racket-i386-minimal)

I think adding code to those tests to recognize when they’re being run on 32-bit racket and skipping those tests would be appropriate

I think they should just test if extflonums are available explicitly

that does sound better