Johannes Pfau:
If you only want to disable TypeInfo for some classes that's
more difficult:
This seems a feature that can be useful in standard D (all
compilers), with an annotation of some kind like @nortti.
Bye,
bearophile
Mike:
I'm building some code that is heavily templated. Therefore, I
have many very small classes.
This is a non sequitur.
Most of my code just uses classes as namespaces calling static
methods and properties.
Aren't structs better for that?
Bye,
bearophile
Ledd:
My assumption is that D needs to freeze at some point .
The problem we are having now is that D is too much frozen...
Bye,
bearophile
Iain Buclaw:
http://bugzilla.gdcproject.org/show_bug.cgi?id=126
The D1 deprecation warning to replace volatile with synchronized:
https://github.com/D-Programming-Language/dmd/commit/c8d580aea687f16b56ff4ce935f618b41a74c6e7
Bye,
bearophile
ketmar:
i just want the compiler to accept non-utf one-byte strings
silently when i told it to.
In D there are also "Hex strings" for that purpose.
Bye,
bearophile