Better branding of -betterC
Jacob Carlborg
doob at me.com
Sat Oct 31 06:48:19 UTC 2020
On 2020-10-30 10:15, Daniel Kozak wrote:
> Nice DIP, but why not added as a
> https://dlang.org/phobos/core_attribute.html this would mean no breaking
> change
Technically any new public symbol can cause a breaking change. But a
compiler recognized UDA is less likely to cause a breaking change than a
built-in attribute. And if it is breaking some code, it can be
resolved by using fully qualified name (or similar techniques). There's
no need to rename the UDA.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list