SwiftDocOrg / DocTest

An experimental tool for testing Swift example code in documentation.
358 stars 9 forks source link

Add verbose logging statements to standard error #9

Closed mattt closed 4 years ago

mattt commented 4 years ago

If you run swift doctest on a file containing code blocks with many lines of code, the program appears to hang until it eventually finishes and prints the entire report all at once. It would be helpful to print something to standard error as a way to track internal progress (for example, "found X doctest code blocks", "starting codeblock L5–10)", etc.)