mingwugmail opened a new pull request #2404: URL: https://github.com/apache/thrift/pull/2404
https://github.com/ldc-developers/ldc LDC: The LLVM-based D Compiler. actually is a popular D compiler than DMD It has build failure: /home/./.dub/packages/apache-thrift-0.14.1/apache-thrift/lib/d/src/thrift/transport/websocket.d(335,39): Error: function `ldc.intrinsics.llvm_bswap!uint.llvm_bswap` at /home/./project/ldc2-1.26.0-linux-x86_64/bin/../import/ldc/intrinsics.di(405,7) conflicts with function `std.bitmanip.nativeToBigEndian!ushort.nativeToBigEndian` at /home/./project/ldc2-1.26.0-linux-x86_64/bin/../import/std/bitmanip.d(2998,6) This can be easily fixed by using fully qualified names. The new change has been tested in my local D build. - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes) - [ ] If a ticket exists: Does your pull request title follow the pattern "THRIFT-NNNN: describe my issue"? - [X] Did you squash your changes to a single commit? (not required, but preferred) - [X] Did you do your best to avoid breaking changes? If one was needed, did you label the Jira ticket with "Breaking-Change"? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org