FileException Inconsistency?
Steven Schveighoffer
schveiguy at gmail.com
Wed May 13 01:51:17 UTC 2026
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
More information about the Digitalmars-d-learn
mailing list