dotnet/runtime

Consider renaming COM* types in clr native code to CLR*

開放

#86,145 建立於 2023年5月12日

 (20 則留言) (2 個反應) (0 位負責人)C# (5,445 個分叉)batch import
area-VM-coreclrhelp wantedin-pr

倉庫指標

星標
 (17,886 顆星)
PR 合併指標
 (平均合併 12天 11小時) (30 天內合併 661 個 PR)

描述

Currently, there are still some native code elements named with COM prefix from the COM+ era, like COMFloat and COMDouble:

https://github.com/dotnet/runtime/blob/a5d13e24cb374b55c906061f825d864efec7f3fb/src/coreclr/classlibnative/inc/floatdouble.h#L10

Can we rename them to things like CLRDouble, to make a clear distinction with COM interop? Are there any tools depending on these names?

貢獻者指南