I'm trying to use #lang scribble/text
but I get this error when trying to process the document:
scribble --text test.scrbl #or scribble test.scrbl
dynamic-require: name is not provided
name: 'doc
module: #<resolved-module-path:"/Users/.../test.scrbl">
context...:
.../private/map.rkt:40:19: loop
.../racket/cmdline.rkt:191:51
body of "/Applications/Racket v8.3/share/pkgs/scribble-lib/scribble/run.rkt"
My document (test.scrbl) includes #lang scribble/text
as the first line and it's inconsecuential whether there is any additional content in the file or not.
I'm using Racket v8.3 [cs]
in macOS Big Sur (11.6.2) installed through Homebrew
Am I doing something incorrectly or is it a bug?
Thanks in advance