[jira] [Commented] (THRIFT-4081) Provide a MinGW 64-bit Appveyor CI build for better pull request validation

2017-02-27 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887255#comment-15887255 ] James E. King, III commented on THRIFT-4081: I got a MinGW build running in my local appveyor

[jira] [Commented] (THRIFT-3973) Remove MSVC C++ projects to improve maintainability; document building Thrift on Windows using CMake to generate project files

2017-02-27 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887254#comment-15887254 ] James E. King, III commented on THRIFT-3973: Turns out the appveyor scripts work well on

[jira] [Resolved] (THRIFT-3891) TNonblockingServer configured with more than one IO threads does not always return from serve() upon stop()

2017-02-27 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III resolved THRIFT-3891. Resolution: Fixed Fix Version/s: 0.11.0 > TNonblockingServer configured

[GitHub] thrift pull request #1080: THRIFT-3891 TNonblockingServer configured with mo...

2017-02-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1080 --- 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, or if the feature is

[jira] [Commented] (THRIFT-3891) TNonblockingServer configured with more than one IO threads does not always return from serve() upon stop()

2017-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887251#comment-15887251 ] ASF GitHub Bot commented on THRIFT-3891: Github user asfgit closed the pull request at:

[GitHub] thrift pull request #1196: THRIFT-3891 TNonblockingServer configured with mo...

2017-02-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1196 --- 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, or if the feature is

[jira] [Commented] (THRIFT-3891) TNonblockingServer configured with more than one IO threads does not always return from serve() upon stop()

2017-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887252#comment-15887252 ] ASF GitHub Bot commented on THRIFT-3891: Github user asfgit closed the pull request at:

[jira] [Resolved] (THRIFT-1805) Thrift should not swallow ALL exceptions

2017-02-27 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III resolved THRIFT-1805. Resolution: Fixed Fix Version/s: 0.11.0 Committed - thanks. > Thrift

[jira] [Commented] (THRIFT-1805) Thrift should not swallow ALL exceptions

2017-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887241#comment-15887241 ] ASF GitHub Bot commented on THRIFT-1805: Github user asfgit closed the pull request at:

[GitHub] thrift pull request #1186: THRIFT-1805 Provide option for handling RTEs

2017-02-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1186 --- 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, or if the feature is

[jira] [Commented] (THRIFT-3921) C++ code should print enums as strings

2017-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886606#comment-15886606 ] ASF GitHub Bot commented on THRIFT-3921: GitHub user jeking3 opened a pull request:

[GitHub] thrift pull request #1204: THRIFT-3921: fix ostream definitions so they are ...

2017-02-27 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/1204 THRIFT-3921: fix ostream definitions so they are not inline because it confused template deduction You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (THRIFT-3921) C++ code should print enums as strings

2017-02-27 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886316#comment-15886316 ] James E. King, III commented on THRIFT-3921: I just ran into this while working on retooling

[jira] [Reopened] (THRIFT-3921) C++ code should print enums as strings

2017-02-27 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reopened THRIFT-3921: > C++ code should print enums as strings > -- > >