Cody Tapscott 879b562779 Add file support for incremental error tests
Compile error test cases can now be given as a sequence of files:
  - "foo.1.zig"
  - "foo.2.zig"
  - "foo.3.zig"
  - etc.

This sequence of files is tested as incremental compilation updates to a
single "foo.zig" source file.

To help avoid mistakes, we enforce strict ordering for these files.
"foo.zig" cannot co-exist with "foo.X.zig", the sequence must include
"foo.1.zig", and no numbers may be skipped.
2022-04-11 15:35:28 -07:00
..
2022-04-07 23:19:19 -07:00
2022-03-27 11:49:54 +03:00
2022-03-31 01:33:28 -04:00
2022-03-19 19:13:31 +02:00
2022-01-14 12:39:06 -07:00
2022-01-30 14:30:46 +01:00
2022-04-07 23:19:19 -07:00
2022-01-02 13:16:17 -07:00
2022-03-22 15:45:58 -07:00
2022-03-17 19:03:37 -07:00
2022-01-07 00:06:06 -05:00
2022-03-22 15:45:58 -07:00
2021-09-24 13:39:20 -04:00