cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.89k stars 983 forks source link

Send nanopass tracer logs to error port #771

Closed jryans closed 7 months ago

jryans commented 7 months ago

This simplifies tracing programs whose output is expected to conform to some known format by using a separate port for logs. It also helps to preserve expected log ordering when other layers (e.g. Racket's expander) also log messages that should be displayed in the order they occurred.