AW: source doc to website

2014-03-06 Thread Jens Geyer
Can we (and should we) integrate the contribs somehow? Although not part of the core, most of them could really do a good job enhancing our documentation by showing the possibilities. Including the two I plan to commit today, unless anyone votes against it. Von:

Re: Thrift Protocol Compatibility with various Languages

2014-03-06 Thread Chamila Wijayarathna
Hi Roger, I hope you go through the To-Do list for cross language testing [1] I created. In this I only added client-server-protocol-transport combinations. Do we need to run test with different sockets also? In current test cases it run the same client-server-protocol-transport on different socket

[jira] [Comment Edited] (THRIFT-123) implement TZlibTransport in Java

2014-03-06 Thread Keith Chew (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923270#comment-13923270 ] Keith Chew edited comment on THRIFT-123 at 3/6/14 11:51 PM: I

[jira] [Updated] (THRIFT-123) implement TZlibTransport in Java

2014-03-06 Thread Keith Chew (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Chew updated THRIFT-123: -- Attachment: thrift_java_tzlibtransport_added_jzlib_v1.1.3.patch I am still using jdk6, so did not inves

[jira] [Updated] (THRIFT-2389) namespaces handled wrongly in acrionscript 3.0 implementation

2014-03-06 Thread dima levchenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dima levchenko updated THRIFT-2389: --- Attachment: THRIFT-2389-namespaces-handled-wrongly-in-actionscript-implementation.patch > n

[jira] [Updated] (THRIFT-2389) namespaces handled wrongly in acrionscript 3.0 implementation

2014-03-06 Thread dima levchenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dima levchenko updated THRIFT-2389: --- Patch Info: Patch Available Summary: namespaces handled wrongly in acrionscript 3.0 im

[jira] [Commented] (THRIFT-2388) GoLang - Fix data races in simple_server and server_socket

2014-03-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923202#comment-13923202 ] Hudson commented on THRIFT-2388: SUCCESS: Integrated in Thrift #1069 (See [https://build

[jira] [Commented] (THRIFT-2256) Using c++11/c++0x std library replace boost library

2014-03-06 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923066#comment-13923066 ] Roger Meier commented on THRIFT-2256: - We currently have this file(lib/cpp/src/thrift

[jira] [Commented] (THRIFT-123) implement TZlibTransport in Java

2014-03-06 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923056#comment-13923056 ] Jake Farrell commented on THRIFT-123: - The goal is still to keep as many dependencies

[jira] [Commented] (THRIFT-123) implement TZlibTransport in Java

2014-03-06 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923052#comment-13923052 ] Roger Meier commented on THRIFT-123: Yes, please post your new patch here. > implemen

RE: Thrift Protocol Compatibility with various Languages

2014-03-06 Thread Roger Meier
Yes, that’s the way to go. Automation and scripting is key. You really need to add a language or cross-language combination at a time. Some TestClients and TestServers need some rework and do probably not cover all language features and thrift types. The goal is to automate reporting as well

[jira] [Commented] (THRIFT-123) implement TZlibTransport in Java

2014-03-06 Thread Keith Chew (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923020#comment-13923020 ] Keith Chew commented on THRIFT-123: --- Just following up to see if this patch is still bei

Re: source doc to website

2014-03-06 Thread Jens Geyer
On a related note, what does everyone think of removing /test and using /tutorials for cross language testing instead. This could make the tutorials more robust and keep from having duplicate code samples in tests and tutorials. +1 brilliant, really. -Ursprüngliche Nachricht- From:

[jira] [Resolved] (THRIFT-2388) GoLang - Fix data races in simple_server and server_socket

2014-03-06 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-2388. Resolution: Fixed Assignee: Jens Geyer Committed, thanks for spotting this! > GoLang - Fix

RE: source doc to website

2014-03-06 Thread Roger Meier
Hi Jake Yes, docs within docs folder is easier to handle for web site generation. However, people will usually search die internet instead of browsing the doc folder. We have this folder since years… I think, people like to have a README.md within the current working directory. ==>better vi

Re: https://issues.apache.org/jira/browse/THRIFT-2384

2014-03-06 Thread Jens Geyer
Hi Alex, > I would love to add a test, unfortunately I'm completely lost in thrift's > testing architecture. > Could you please point me to any thrift --gen go related tests? At minimum, I > would > need to run -gen go on certain thrift file then run go compiler to make sure > it compiles. T

Re: list

2014-03-06 Thread Roger Meier
I like the compiler warning idea and it can be removed as soon as the implementations are more efficient. -roger Quoting Ben Craig : Alternatively, list could be made efficient. That would likely have some source compatibility (but not network compatibility) ramifications. The other numeric l

[jira] [Commented] (THRIFT-1675) Do we have any plan to support scala?

2014-03-06 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922929#comment-13922929 ] Jake Farrell commented on THRIFT-1675: -- Hey [~sslavic], this ticket was a question,

[jira] [Comment Edited] (THRIFT-2127) Autoconf scripting does not properly account for cross-compile

2014-03-06 Thread JF Gauvin (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13921212#comment-13921212 ] JF Gauvin edited comment on THRIFT-2127 at 3/6/14 6:15 PM: --- Tha

[jira] [Commented] (THRIFT-2127) Autoconf scripting does not properly account for cross-compile

2014-03-06 Thread Vlad Troyanker (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922826#comment-13922826 ] Vlad Troyanker commented on THRIFT-2127: +1 - Solving this cleanly would help a l

[jira] [Commented] (THRIFT-2391) simple socket transport for actionscript 3.0

2014-03-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922821#comment-13922821 ] Hudson commented on THRIFT-2391: SUCCESS: Integrated in Thrift #1068 (See [https://build

[jira] [Commented] (THRIFT-2387) nodejs: external imports should be centralized in index.js

2014-03-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922820#comment-13922820 ] Hudson commented on THRIFT-2387: SUCCESS: Integrated in Thrift #1068 (See [https://build

[jira] [Closed] (THRIFT-2387) nodejs: external imports should be centralized in index.js

2014-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrique Mendonça closed THRIFT-2387. - Resolution: Fixed > nodejs: external imports should be centralized in index.js > ---

[jira] [Closed] (THRIFT-2391) simple socket transport for actionscript 3.0

2014-03-06 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Yeksigian closed THRIFT-2391. -- Resolution: Fixed Assignee: Carl Yeksigian This has been committed in c9e535e. Thanks,

[jira] [Assigned] (THRIFT-2355) Add SSL and Web Socket Support to Node and JavaScript

2014-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrique Mendonça reassigned THRIFT-2355: - Assignee: Henrique Mendonça (was: Randy Abernethy) > Add SSL and Web Socket Sup

[jira] [Commented] (THRIFT-2387) nodejs: external imports should be centralized in index.js

2014-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922719#comment-13922719 ] Henrique Mendonça commented on THRIFT-2387: --- committed with small amendments, t

[jira] [Updated] (THRIFT-2391) simple socket transport for actionscript 3.0

2014-03-06 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell updated THRIFT-2391: - Fix Version/s: 0.9.2 > simple socket transport for actionscript 3.0 > --

[jira] [Updated] (THRIFT-2392) Actionscript tutorial

2014-03-06 Thread dima levchenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dima levchenko updated THRIFT-2392: --- Patch Info: Patch Available > Actionscript tutorial > - > >

Re: list

2014-03-06 Thread Ben Craig
Alternatively, list could be made efficient. That would likely have some source compatibility (but not network compatibility) ramifications. The other numeric list types are more difficult because of endianness. Those can't be made particularly efficient without authoring a TLittleEndianBinary

[jira] [Updated] (THRIFT-2392) Actionscript tutorial

2014-03-06 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell updated THRIFT-2392: - Fix Version/s: 0.9.2 > Actionscript tutorial > - > > Key: TH

[jira] [Updated] (THRIFT-2391) simple socket transport for actionscript 3.0

2014-03-06 Thread dima levchenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dima levchenko updated THRIFT-2391: --- Attachment: (was: THRIFT-2391-simple-socket-transport-for-acrionscript-3.0.patch) > sim

[jira] [Updated] (THRIFT-2392) Actionscript tutorial

2014-03-06 Thread dima levchenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dima levchenko updated THRIFT-2392: --- Attachment: THRIFT-2392-tutorial-sources-and-build-file.patch THRIFT-2392-sit

[jira] [Assigned] (THRIFT-2387) nodejs: external imports should be centralized in index.js

2014-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrique Mendonça reassigned THRIFT-2387: - Assignee: Henrique Mendonça > nodejs: external imports should be centralized in

[jira] [Updated] (THRIFT-2391) simple socket transport for actionscript 3.0

2014-03-06 Thread dima levchenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dima levchenko updated THRIFT-2391: --- Attachment: THRIFT-2391-simple-socket-transport-for-acrionscript-3.0.patch done > simple so

[jira] [Commented] (THRIFT-2391) simple socket transport for actionscript 3.0

2014-03-06 Thread dima levchenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922465#comment-13922465 ] dima levchenko commented on THRIFT-2391: > and the exception comment should be el

[jira] [Commented] (THRIFT-2392) Actionscript tutorial

2014-03-06 Thread dima levchenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922448#comment-13922448 ] dima levchenko commented on THRIFT-2392: i use this implementation in my example.

[jira] [Commented] (THRIFT-2391) simple socket transport for actionscript 3.0

2014-03-06 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922451#comment-13922451 ] Carl Yeksigian commented on THRIFT-2391: Thanks for the contribution! A few comme

[jira] [Commented] (THRIFT-2392) Actionscript tutorial

2014-03-06 Thread dima levchenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922436#comment-13922436 ] dima levchenko commented on THRIFT-2392: unfortunately, i cannot make examples wo

[jira] [Updated] (THRIFT-2391) simple socket transport for actionscript 3.0

2014-03-06 Thread dima levchenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dima levchenko updated THRIFT-2391: --- Attachment: THRIFT-2391-simple-socket-transport-for-acrionscript-3.0.patch > simple socket t

[jira] [Commented] (THRIFT-1771) "make check" fails on x64 for libboost_unit_test_framework.a

2014-03-06 Thread sherlockhua (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922423#comment-13922423 ] sherlockhua commented on THRIFT-1771: - I have the same problem, on centos 64bit. thri

[jira] [Created] (THRIFT-2392) Actionscript tutorial

2014-03-06 Thread dima levchenko (JIRA)
dima levchenko created THRIFT-2392: -- Summary: Actionscript tutorial Key: THRIFT-2392 URL: https://issues.apache.org/jira/browse/THRIFT-2392 Project: Thrift Issue Type: Documentation

[jira] [Created] (THRIFT-2391) simple socket transport for actionscript 3.0

2014-03-06 Thread dima levchenko (JIRA)
dima levchenko created THRIFT-2391: -- Summary: simple socket transport for actionscript 3.0 Key: THRIFT-2391 URL: https://issues.apache.org/jira/browse/THRIFT-2391 Project: Thrift Issue Type:

[jira] [Created] (THRIFT-2390) no close event when connection lost

2014-03-06 Thread alexey (JIRA)
alexey created THRIFT-2390: -- Summary: no close event when connection lost Key: THRIFT-2390 URL: https://issues.apache.org/jira/browse/THRIFT-2390 Project: Thrift Issue Type: Bug Components

[jira] [Created] (THRIFT-2389) namespaces handled handled wrong in acrionscript 3.0 implementation

2014-03-06 Thread dima levchenko (JIRA)
dima levchenko created THRIFT-2389: -- Summary: namespaces handled handled wrong in acrionscript 3.0 implementation Key: THRIFT-2389 URL: https://issues.apache.org/jira/browse/THRIFT-2389 Project: Thri

[jira] [Updated] (THRIFT-2388) GoLang - Fix data races in simple_server and server_socket

2014-03-06 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Bannister updated THRIFT-2388: Description: The documentation for Interrupt() on server_transport states that implementa

[jira] [Created] (THRIFT-2388) GoLang - Fix data races in simple_server and server_socket

2014-03-06 Thread Chris Bannister (JIRA)
Chris Bannister created THRIFT-2388: --- Summary: GoLang - Fix data races in simple_server and server_socket Key: THRIFT-2388 URL: https://issues.apache.org/jira/browse/THRIFT-2388 Project: Thrift

[jira] [Commented] (THRIFT-2355) Add SSL and Web Socket Support to Node and JavaScript

2014-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922337#comment-13922337 ] Henrique Mendonça commented on THRIFT-2355: --- Hi Randy, Thanks for clarifying.

[jira] [Updated] (THRIFT-2388) GoLang - Fix data races in simple_server and server_socket

2014-03-06 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Bannister updated THRIFT-2388: Attachment: 0001-Fix-data-races-in-simple_server-and-server_socket.patch > GoLang - Fix da

[jira] [Updated] (THRIFT-2355) Add SSL and Web Socket Support to Node and JavaScript

2014-03-06 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy updated THRIFT-2355: Description: This patch adds support for SSL between Node.js and Browser JavaScript as wel

AW: source doc to website

2014-03-06 Thread Jens Geyer
I had probs on my opensuse machine, due to nokogiri. The suse repo offers a slightly older version. Von: Randy Abernethy Gesendet: 06.03.2014 01:21 An: dev@thrift.apache.org Betreff: Re: source doc to website Hey Jake, I think consolidating the tutorial and cross

list

2014-03-06 Thread Jens Geyer
How about a Thrift compiler warning whenever a list occurs in the IDL? Seems to be a common beginner's trap, I have seen that quite a few times now. Opinions? Von: Ben Craig Gesendet: 05.03.2014 23:40 An: dev@thrift.apache.org Betreff: Re: File Upload through thri