[jira] [Commented] (THRIFT-82) Common Lisp support

2018-01-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16326408#comment-16326408 ] ASF GitHub Bot commented on THRIFT-82: -- Github user jeking3 commented on the issue:

[GitHub] thrift issue #1412: [THRIFT-82] Add Common Lisp support

2018-01-15 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1412 Okay if we need to then let's have the docker build pull down the latest SBCL, build and install it into /usr/local? ---

[jira] [Commented] (THRIFT-82) Common Lisp support

2018-01-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16326277#comment-16326277 ] ASF GitHub Bot commented on THRIFT-82: -- Github user uint commented on the issue:

[GitHub] thrift issue #1412: [THRIFT-82] Add Common Lisp support

2018-01-15 Thread uint
Github user uint commented on the issue: https://github.com/apache/thrift/pull/1412 @dkochmanski I think it might be, sadly, compiler specific. I don't know about you, but I only ever ran this on a newer version of SBCL. But the warnings SBCL gives in Docker can probably be ignored.

[jira] [Commented] (THRIFT-4414) Publish a PyPI artifact for Thrift v0.11

2018-01-15 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16326541#comment-16326541 ] Buğra Gedik commented on THRIFT-4414: - It seems this is now installed at

[jira] [Closed] (THRIFT-4413) Publish a Maven artifact for Thrift v0.11

2018-01-15 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-4413. Resolution: Fixed > Publish a Maven artifact for Thrift v0.11 >

[jira] [Resolved] (THRIFT-4414) Publish a PyPI artifact for Thrift v0.11

2018-01-15 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Buğra Gedik resolved THRIFT-4414. - Resolution: Fixed > Publish a PyPI artifact for Thrift v0.11 >

[jira] [Comment Edited] (THRIFT-4414) Publish a PyPI artifact for Thrift v0.11

2018-01-15 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16326541#comment-16326541 ] Buğra Gedik edited comment on THRIFT-4414 at 1/15/18 7:53 PM: -- It seems this

[GitHub] thrift pull request #1472: THRIFT-4460: PHP Library use PSR-2

2018-01-15 Thread RobberPhex
GitHub user RobberPhex opened a pull request: https://github.com/apache/thrift/pull/1472 THRIFT-4460: PHP Library use PSR-2 ref https://issues.apache.org/jira/browse/THRIFT-4460 You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (THRIFT-4460) php library use PSR-2

2018-01-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16326776#comment-16326776 ] ASF GitHub Bot commented on THRIFT-4460: GitHub user RobberPhex opened a pull request:

[jira] [Created] (THRIFT-4460) php library use PSR-2

2018-01-15 Thread Robert Lu (JIRA)
Robert Lu created THRIFT-4460: - Summary: php library use PSR-2 Key: THRIFT-4460 URL: https://issues.apache.org/jira/browse/THRIFT-4460 Project: Thrift Issue Type: Improvement

[GitHub] thrift issue #1468: Thrift 4259: Thrift does not compile due to Ant Maven ta...

2018-01-15 Thread Alex-Vol
Github user Alex-Vol commented on the issue: https://github.com/apache/thrift/pull/1468 I believe I found the problem with make-dist. I hope that takes care of the builds because it is the final piece of the puzzle. I wonder if that caused the AppVeryor build failures as well. ---

[GitHub] thrift issue #1470: Fix the Travis build issue with Java SSL ubuntu-trusty c...

2018-01-15 Thread Alex-Vol
Github user Alex-Vol commented on the issue: https://github.com/apache/thrift/pull/1470 I am closing this. I had a mistake which I corrected in my other pull request. ---

[GitHub] thrift pull request #1470: Fix the Travis build issue with Java SSL ubuntu-t...

2018-01-15 Thread Alex-Vol
Github user Alex-Vol closed the pull request at: https://github.com/apache/thrift/pull/1470 ---

[GitHub] thrift pull request #1448: Thrift-4441: Support compilation without Boost

2018-01-15 Thread Typz
Github user Typz commented on a diff in the pull request: https://github.com/apache/thrift/pull/1448#discussion_r161516311 --- Diff: appveyor.yml --- @@ -45,7 +45,7 @@ environment: - PROFILE: MSVC2015 PLATFORM: x64 CONFIGURATION: Release -

[GitHub] thrift issue #1448: Thrift-4441: Support compilation without Boost

2018-01-15 Thread Typz
Github user Typz commented on the issue: https://github.com/apache/thrift/pull/1448 @jeking3 : This exemple refers to conversions from 'wide' strings to UTF8 or UTF16. I used this exemple: http://en.cppreference.com/w/cpp/locale/codecvt_utf8_utf16 which shows conversion from UTF16

[GitHub] thrift issue #1448: Thrift-4441: Support compilation without Boost

2018-01-15 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1448 @Typz the example for this conversion on cppreference is different than your code. Try that? http://en.cppreference.com/w/cpp/locale/wstring_convert/to_bytes ---

[GitHub] thrift pull request #1448: Thrift-4441: Support compilation without Boost

2018-01-15 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1448#discussion_r161512237 --- Diff: appveyor.yml --- @@ -45,7 +45,7 @@ environment: - PROFILE: MSVC2015 PLATFORM: x64 CONFIGURATION: Release -

[GitHub] thrift issue #1448: Thrift-4441: Support compilation without Boost

2018-01-15 Thread Typz
Github user Typz commented on the issue: https://github.com/apache/thrift/pull/1448 @jeking3 : any suggestion? ---