[racket-users] Re: Organizing tests in project

2020-04-06 Thread Siddhartha Kasivajhula
FTR I fixed this by using the `compile-omit-paths` flag: https://docs.racket-lang.org/raco/setup-info.html E.g. in info.rkt: (define compile-omit-paths '("tests")) On Tue, Mar 17, 2020 at 12:25 PM Siddhartha Kasivajhula wrote: > Hi, > I'm attempting to organize tests in my package into subfo

[racket-users] scribble include

2020-04-06 Thread Hendrik Boom
Once again I'm trying to get @(include ...) working in scribble. The trouble with just using @(include filepath) in scribble is that the included file is read as racket input instead of syntax and semantics instead of wih scribble's syntax. So I thought to try include/reader instead; it has an e