Metaxal / quickscript

Easy scripting for DrRacket
Other
17 stars 6 forks source link

missing dependcy on rackunit-lib #57

Closed mflatt closed 3 years ago

mflatt commented 3 years ago

Attempting to build right now produces

raco setup: found undeclared dependency:
raco setup:   mode: run
raco setup:   for package: "quickscript"
raco setup:   on package: "rackunit-lib"
raco setup:   dependent source: ..../racket/share/pkgs/quickscript/compiled/shadow-script_rkt.zo
raco setup:   used module: (lib "rackunit/main.rkt")

This error will break the Racket build (such as snapshot builds).

Metaxal commented 3 years ago

Thanks for the report and sorry about the inconvenience. Fixed by 5c4aa26