[GitHub] thrift issue #1380: Support x64 build mode on Windows with DMD v2.076.0.

2018-03-05 Thread Heromyth
Github user Heromyth commented on the issue: https://github.com/apache/thrift/pull/1380 Yes, it still needs more works. I'll check them all. ---

[GitHub] thrift issue #1380: Support x64 build mode on Windows with DMD v2.076.0.

2018-02-11 Thread Heromyth
Github user Heromyth commented on the issue: https://github.com/apache/thrift/pull/1380 I have updated all my patches base on the latest Thrift. All the patches are tested with DMD 2.077.1 on Linux Mint 18.3. ---

[GitHub] thrift issue #1380: Support x64 build mode on Windows with DMD v2.076.0.

2018-01-18 Thread Heromyth
Github user Heromyth commented on the issue: https://github.com/apache/thrift/pull/1380 1) Merged with the latest Thrift code. 2) Tested with DMD 2.078 on Linux Mint 18.3 3) All unittests are passed and all tests run succesfully. ---

[GitHub] thrift issue #1380: Support x64 build mode on Windows with DMD v2.076.0.

2018-01-17 Thread Heromyth
Github user Heromyth commented on the issue: https://github.com/apache/thrift/pull/1380 I'm using DUB to build thrift-d module. All the unittests are passed. There are still some bugs which lead some tests failed. I'm fixing them. ---

[GitHub] thrift issue #1380: Support x64 build mode on Windows with DMD v2.076.0.

2017-09-29 Thread Heromyth
Github user Heromyth commented on the issue: https://github.com/apache/thrift/pull/1380 I found one reason why the `make check` failed. The command line used by DMD (Failed): `dmd -g -ofunittest/debug/thrift/server/transport/ssl -unittest -w -wi -I../../lib/d/src src

[GitHub] thrift issue #1380: Support x64 build mode on Windows with DMD v2.076.0.

2017-09-28 Thread Heromyth
Github user Heromyth commented on the issue: https://github.com/apache/thrift/pull/1380 I got the same error messages in DMD 2.070.0. ---

[GitHub] thrift issue #1380: Support x64 build mode on Windows with DMD v2.076.0.

2017-09-28 Thread Heromyth
Github user Heromyth commented on the issue: https://github.com/apache/thrift/pull/1380 The D compiler upgrades quite frequently. The latest version is not always compatible with the older one. I have a CMake module for D. However it needs more time to add the module to Thrift

[GitHub] thrift issue #1263: D lib updated for x64 build mode on windows

2017-09-28 Thread Heromyth
Github user Heromyth commented on the issue: https://github.com/apache/thrift/pull/1263 It's updated by #1380 ---

[GitHub] thrift pull request #1263: D lib updated for x64 build mode on windows

2017-09-28 Thread Heromyth
Github user Heromyth closed the pull request at: https://github.com/apache/thrift/pull/1263 ---

[GitHub] thrift issue #1263: D lib updated for x64 build mode on windows

2017-09-21 Thread Heromyth
Github user Heromyth commented on the issue: https://github.com/apache/thrift/pull/1263 So sad, there is a bug in phobos64.lib. It will make the examples failed. ---

[GitHub] thrift issue #1263: D lib updated for x64 build mode on windows

2017-05-08 Thread Heromyth
Github user Heromyth commented on the issue: https://github.com/apache/thrift/pull/1263 I'll have a try. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] thrift pull request #1263: D lib updated for x64 build mode on windows

2017-05-07 Thread Heromyth
GitHub user Heromyth opened a pull request: https://github.com/apache/thrift/pull/1263 D lib updated for x64 build mode on windows Support for the x64 build mode on windows with DMD 2.074.0 and the latest Libevent You can merge this pull request into a Git repository by running