thrift icon indicating copy to clipboard operation
thrift copied to clipboard

Apache Thrift

Results 135 thrift issues
Sort by recently updated
recently updated
newest added

For aliased types, UUID constants retain their curly braces, while direct UUID constants do not: ``` typedef uuid myUUID const uuid GEN_UUID = '00000000-4444-CCCC-ffff-0123456789ab' const uuid GEN_GUID = '{00112233-4455-6677-8899-aaBBccDDeeFF}' const...

compiler

Removed deprecated rubyforge_project property ``` WARNING: rubyforge_project= is deprecated and ignored. Please remove this from your gemspec to ensure that your gem continues to build in the future. WARNING: See...

ruby

Client: cpp We can reproduce these warnings by: CC=clang CXX=clang++ \ cmake \ -S . \ -B ../thrift.build \ -DWITH_{AS3,JAVA,JAVASCRIPT,NODEJS,PYTHON,C_GLIB}=OFF \ -DCMAKE_CXX_FLAGS="-Wgnu-zero-variadic-macro-arguments" cmake --build ../thrift.build Sample warning: lib/cpp/src/thrift/TLogging.h:119:13: warning: token...

c++

Attempt to fix issue with enum deserialion _Disclaimer_: I am seeing the same issue for recent Windows builds and this change as suggested in the ticket solves the issue. I...

python

TLS support added to the benchmark script, can be enabled with `THRIFT_TLS=true` environment variable. Used to produce benchmark results for https://github.com/apache/thrift/pull/3243 - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/)...

ruby