racket / scribble

Other
197 stars 90 forks source link

Migrate from #lang scheme/base to #lang racket/base #290

Closed jackfirth closed 3 years ago

jackfirth commented 3 years ago

Large-scale cleanup. No other changes were made to any files.

mflatt commented 3 years ago

I get an error when I try to build with this:

raco setup: error: during making for <pkgs>/games
raco setup:   scribble-lib/scribble/private/lp.rkt:83:23: all-from-out: no corresponding require
raco setup:     at: scheme/base
raco setup:     in: (all-from-out scheme/base scribble/manual)
raco setup:     compiling: <pkgs>/scribble-lib/scribble/private/lp.rkt
jackfirth commented 3 years ago

Fixed that error. (Maybe I should set up CI for this repo...)