takikawa / racket-ffi-definer-convention

GNU Lesser General Public License v3.0
0 stars 0 forks source link

Documentation won't build on Racket CS #1

Open samth opened 3 years ago

samth commented 3 years ago

Racket CS doesn't support scheme_get_milliseconds, so this package fails to build there. See racket/racket#3457.

I see a few options for fixing it:

  1. Use make-log-based-eval and just record the Racket BC behavior, with a note that it doesn't work on Racket CS.
  2. Pick an example using the C library that will work everywhere.
  3. Pick an example using Racket CS (probably a bad idea).

I'm happy to create a PR for whichever seems best to you.

samth commented 2 years ago

Ping.