This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
v1.9.0-rc.2
Pre-release
Pre-release
·
8 commits
to v1.x.x
since this release
Deprecations
ClassInfo.init is deprecated, renamed to initializer
This change matches recent deprecation in D2 upstream druntime and is intended
to eliminate confusion between built-in T.init
property of all types and
member function of ClassInfo
with the same name.
Features
ClassInfo.init()
is also available as initializer
This change matches recent deprecation in D2 upstream druntime and is intended
to eliminate confusion between built-in T.init
property of all types and
member function of ClassInfo
with the same name.
Now tangort provides both names so that applications doing transition to D2 can
make a switch without breaking D1 build.