On Wednesday, 13 May 2026 at 01:44:22 UTC, Steven Schveighoffer wrote:
On Wednesday, 13 May 2026 at 01:23:38 UTC, Alex wrote:

If the writelns are uncommented out, get a FileException correctly as before.

So what I've been using is a feature of the compiler that prints out a string representation of the AST. This is the `-vcg-ast` switch.

Looking at that, the catch clauses for `FileException` and `Exception` are missing when `writeln` is in the loop.

Should have said when `writeln` is *NOT* in the loop.

-Steve

Reply via email to