'John Clements' via dev-redirect
unread,Aug 7, 2015, 10:14:55 AM8/7/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to d...@racket-lang.org
The documentation in the section titled
6.2.4 Main and Test Submodules
…states:
"When a module is provided as a program name to the racket executable or run directly within DrRacket, if the module has a main submodule, the main submodule is run after its enclosing module.”
However, no such statement is made for ‘test’. In this case, as I understand it, the ‘test’ submodule is evaluated when run in DrR but not when run at the command line. If this is an accurate summary of the situation, I’d be happy to try to adjust the docs.
John