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

2014-08-14 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/156#issuecomment-52238173 Yeah, something like this. Right now I can't do it myself, sorry. If you want to provide a patch or pull request, someone will take care of it, just mention the number of

[jira] [Created] (THRIFT-2666) Usage of PYTHONHASHSEED breaks older Python code

2014-08-14 Thread Jens Geyer (JIRA)
Jens Geyer created THRIFT-2666: -- Summary: Usage of PYTHONHASHSEED breaks older Python code Key: THRIFT-2666 URL: https://issues.apache.org/jira/browse/THRIFT-2666 Project: Thrift Issue Type: Bug

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

2014-08-14 Thread virtuald
Github user virtuald commented on the pull request: https://github.com/apache/thrift/pull/156#issuecomment-52236059 You could add something at the top of the file? if sys.version[0] < 3 PYTHONHASHSEED = 42... not sure what the best way to deal with this otherwise would be. --- If yo

[jira] [Commented] (THRIFT-2660) Validate the bytes received in TSaslTransport

2014-08-14 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097532#comment-14097532 ] Harsh J commented on THRIFT-2660: - Thanks [~roger.meier]! Is there any chance this can be

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

2014-08-14 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/156#issuecomment-52234520 @Dustin Spicuzza, > PYTHONHASHSEED breaks clients using Python < 3.2 is there a way to define PYTHONHASHSEED for older versions as a simple constant? I'd

Haskell "Could not find module ‘Data.List.Split’" error in travis

2014-08-14 Thread Chamila Wijayarathna
Hello all, I have added following changes which adds Haskell tests to test suite. https://github.com/cdwijayarathna/thrift/compare/THRIFT-847 After installing haskell using "sudo apt-get install haskellPlatform", this worked without any error in my machine. But in travis, this fails build saying