The Bit Anvil

Really useful compiler diagnostics.

Digital Mars D version 2.

Anyone using C++ compilers might like the world of D error diagnostics:

csv.d(35): Warning: calling std.string.chomp!(immutable(char), char).chomp without sideĀ  effects discards return value of type string, prepend a cast(void) if intentional

It is almost as if the compiler is really trying to help you.

Comments