samth
2018-10-23 15:53:39

@mflatt the startup-select.rkt module is used in a way that requires that racket not print anything else (such as debugging output) on STDOUT. Is this just a restriction we should live with (print on stderr or using logging) or does it seem fixable somehow?


mflatt
2018-10-23 15:55:05

I think you have to live with that. (Print to STDERR for debugging output, of course.)