AW: [GitHub] thrift pull request: THRIFT-585 Wrap py:twisted calls in maybeDefe...

2014-08-01 Thread Jens Geyer
Great, I'll have a look at it. The CI runs make check as Roger pointed out. Of course, everything else should work too, e.g the tutorial code. Von: jamesbroadhead Gesendet: 01.08.2014 01:41 An: dev@thrift.apache.org Betreff: [GitHub] thrift pull request:

[GitHub] thrift pull request: Thrift 2578

2014-08-01 Thread cdwijayarathna
GitHub user cdwijayarathna opened a pull request: https://github.com/apache/thrift/pull/170 Thrift 2578 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cdwijayarathna/thrift THRIFT-2578 Alternatively you can review and apply

[jira] [Created] (THRIFT-2643) Optional offset/length for TDeserializer.deserialize()

2014-08-01 Thread Charles O'Farrell (JIRA)
Charles O'Farrell created THRIFT-2643: - Summary: Optional offset/length for TDeserializer.deserialize() Key: THRIFT-2643 URL: https://issues.apache.org/jira/browse/THRIFT-2643 Project: Thrift

[GitHub] thrift pull request: THRIFT-2643 Introduce additional deserialize(...

2014-08-01 Thread charleso
GitHub user charleso opened a pull request: https://github.com/apache/thrift/pull/171 THRIFT-2643 Introduce additional deserialize() variant with offset/length https://issues.apache.org/jira/browse/THRIFT-2643 You can merge this pull request into a Git repository by running: $

[jira] [Commented] (THRIFT-2643) Optional offset/length for TDeserializer.deserialize()

2014-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14082055#comment-14082055 ] ASF GitHub Bot commented on THRIFT-2643: GitHub user charleso opened a pull

[jira] [Commented] (THRIFT-2643) Optional offset/length for TDeserializer.deserialize()

2014-08-01 Thread Charles O'Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14082056#comment-14082056 ] Charles O'Farrell commented on THRIFT-2643: ---

[jira] [Resolved] (THRIFT-2643) Optional offset/length for TDeserializer.deserialize()

2014-08-01 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-2643. - Resolution: Fixed Assignee: Roger Meier committed Optional offset/length for

[GitHub] thrift pull request: THRIFT-2643 Introduce additional deserialize(...

2014-08-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/171 --- 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-2643) Optional offset/length for TDeserializer.deserialize()

2014-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14082145#comment-14082145 ] ASF GitHub Bot commented on THRIFT-2643: Github user asfgit closed the pull

Build failed in Jenkins: Thrift #1245

2014-08-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/Thrift/1245/changes Changes: [charleso] THRIFT-2643 Introduce additional deserialize() variant with offset/length -- [...truncated 809 lines...] checking for working volatile... yes checking for stdbool.h that conforms

[jira] [Commented] (THRIFT-2643) Optional offset/length for TDeserializer.deserialize()

2014-08-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14082213#comment-14082213 ] Hudson commented on THRIFT-2643: FAILURE: Integrated in Thrift #1245 (See

[jira] [Commented] (THRIFT-2597) Thrift 0.9.1 - NullPointerException when I stop server in addShutdownHook

2014-08-01 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14082876#comment-14082876 ] Jens Geyer commented on THRIFT-2597: Is the issue reproducible against trunk?

[jira] [Resolved] (THRIFT-2621) Add basic default hash code method to python

2014-08-01 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-2621. Resolution: Fixed Fix Version/s: 0.9.2 Assignee: Jens Geyer Thanks for testing,

[GitHub] thrift pull request: Add basic default hash code method to python,...

2014-08-01 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/156#issuecomment-50931303 I forgot to reference the pull request in the commit. Could you please close it manually? Thanks! --- If your project is set up for it, you can reply to this email

[GitHub] thrift pull request: Add basic default hash code method to python,...

2014-08-01 Thread kishorvpatil
Github user kishorvpatil commented on the pull request: https://github.com/apache/thrift/pull/156#issuecomment-50939441 Thanks you @Jens-G. Closing the request. --- 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

[GitHub] thrift pull request: Add basic default hash code method to python,...

2014-08-01 Thread kishorvpatil
Github user kishorvpatil closed the pull request at: https://github.com/apache/thrift/pull/156 --- 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

Build failed in Jenkins: Thrift-Compiler-Windows #1316

2014-08-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/Thrift-Compiler-Windows/1316/changes Changes: [jensg] THRIFT-2621 Add basic default hash code method to python [roger] THRIFT-2578 Moving 'make cross' from test.sh to test.py -- [...truncated 807 lines...] checking

Build failed in Jenkins: Thrift #1246

2014-08-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/Thrift/1246/changes Changes: [jensg] THRIFT-2621 Add basic default hash code method to python [roger] THRIFT-2578 Moving 'make cross' from test.sh to test.py -- [...truncated 3955 lines...] npm http GET

[jira] [Commented] (THRIFT-2621) Add basic default hash code method to python

2014-08-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14083096#comment-14083096 ] Hudson commented on THRIFT-2621: FAILURE: Integrated in Thrift #1246 (See

[jira] [Created] (THRIFT-2644) Haxe support

2014-08-01 Thread Jens Geyer (JIRA)
Jens Geyer created THRIFT-2644: -- Summary: Haxe support Key: THRIFT-2644 URL: https://issues.apache.org/jira/browse/THRIFT-2644 Project: Thrift Issue Type: Improvement Reporter: Jens

[jira] [Updated] (THRIFT-2152) Generated Haskell files does not compile

2014-08-01 Thread John Chee (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Chee updated THRIFT-2152: -- Attachment: 0001-compiler-hs-fully-qualified-module-names-at-usage-si.patch Before this change