willghatch / racket-rash

The Reckless Racket Shell
http://rash-lang.org
Other
551 stars 31 forks source link

add for-label bindings to avoid warnings during docs build #99

Closed rfindler closed 10 months ago

rfindler commented 10 months ago

This change avoids the warnings during the docs build:

raco setup: WARNING: undefined tag in <pkgs>/shell-pipeline/scribblings/shell-pipeline.scrbl:
raco setup:  ((lib "shell/mixed-pipeline.rkt") special-redirect?)
raco setup:  ((lib "shell/mixed-pipeline.rkt") stderr-capture-redirect)

better would be to fill in the docs for these, of course 😄

willghatch commented 10 months ago

Thanks. Yes, I should improve the docs...