Hi racketeers, I have two questions. The first is: is there a way to have scribble / sandbox use the gen:custom-write property of a structure? When I use @examples the output is just the bare structure output, not using the gen:custom-write procedure.
Second, I am working on a very simple polynomial library using 7.7 and during the creation of the docs I receive this warning: "WARNING: collected information for key multiple times: '(dep ((lib "simple-polynomial/main.rkt") polynomial?)); values: #t #t" among other similar warnings all seeming to point to the procedure polynomial?. This would lead me to believe I have somehow required or defined things multiple times. However my "main.rkt" is just a one file require and an all-from-out. The underlying library does not use (provide (struct-out ...)), I only (provide polynomial?). Do structs somehow mess with scribble here? A small search reveals only a single posting from the developers library with the comment "fix your library." Love to, but what's the problem? Thanks for any thoughts, Deren -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/2ffd6a24-8437-4a7e-b688-74135a866673n%40googlegroups.com.

