Deprecation message sources

Jacob Carlborg doob at me.com
Wed Sep 18 17:49:52 UTC 2019


On 2019-09-17 22:55, Johan Engelen wrote:

> Wow. How come this is not caught by the CI testing?

That issue seems to be because "writeln" is printing "type", which is an 
enum. For enums, "writeln" prints the actual name of the enum member and 
not the value. It seems it extracts the names of all enum members and 
this particular enum contains deprecated members.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list