racket / rackunit

Other
18 stars 32 forks source link

feat: use raco/testing #174

Closed sorawee closed 3 months ago

sorawee commented 3 months ago

Must be merged along with racket/racket#4966

shhyou commented 3 months ago

There's a missing dependency

raco setup: --- checking package dependencies ---                  [5:41:40]
raco setup: found undeclared dependency:
raco setup:   mode: build
raco setup:   for package: "rackunit-doc"
raco setup:   on package: "compiler-lib"
raco setup:   dependent source: <pkgs>/rackunit-doc/rackunit/scribblings/compiled/utils-label_rkt.dep
raco setup:   used module: (lib "raco/testing.rkt")
raco setup: --- summary of package problems ---                    [5:41:45]
raco setup: undeclared dependency detected
raco setup:   for package: "rackunit-doc"
raco setup:   on package for build:
raco setup:    "compiler-lib"
sorawee commented 3 months ago

Thanks! Fixed by 9ee1ae716dc41f009628e2f1800f396e37c21f00