You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2021/06/23 20:08:44 UTC

[GitHub] [thrift] mingwugmail edited a comment on pull request #2404: Build fix fix D build for LDC: The LLVM-based D Compiler.

mingwugmail edited a comment on pull request #2404:
URL: https://github.com/apache/thrift/pull/2404#issuecomment-867123754


   > Downgrading openssl version? Because someone says something about some compiler? Really?
   
   openssl is not downgraded!
   
   If you look closely, the `openssl` version in the dub.json is D's (not C's) openssl version, see here:
   https://code.dlang.org/packages/openssl
   
   ```
   Versions:				
   2.0.3+1.1.0h | 2021-May-13
   2.0.2+1.1.0h | 2021-Mar-09
   2.0.1+1.1.0h | 2019-May-12
   2.0.0+1.1.0h | 2018-Sep-17
   1.1.6+1.0.1g | 2017-Nov-05
   ```
   (the D openssl's version format is: `<D openssl version>+<C openssl version>`
   
   For C's openssl both use_openssl_1_1 () and use_openssl_1_0 are supported.
   
   Regard the popularity LDC compiler, please see the D's forum:
   
   https://forum.dlang.org/
   


-- 
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:
users@infra.apache.org