Source file processing order not determined by command-line

Issue #57 resolved
Jesper Öqvist created an issue

Source files are not processed in the order they are listed on the command-line. The simple fix is to change the files set in Options to be a LinkedHashSet so that the iteration order is same as the initial insertion order.

The source file processing order is important when regression testing error messages.

Comments (1)

  1. Log in to comment