Searched full:issue (Results 1 – 25 of 32) sorted by relevance
12
/thrift-3.4.0/.github/ |
D | stale.yml | 3 # Number of days of inactivity before an Issue or Pull Request becomes stale 6 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed. 29 This issue has been automatically marked as stale because it has not had 35 This issue is no longer stale. 38 # Comment to post when closing a stale Issue or Pull Request. 40 This issue has been automatically closed due to inactivity.
|
D | pull_request_template.md | 7 … a ticket exists: Does your pull request title follow the pattern "THRIFT-NNNN: describe my issue"?
|
/thrift-3.4.0/ |
D | CONTRIBUTING.md | 16 …1. All significant changes require an [Apache Jira THRIFT Issue](http://issues.apache.org/jira/bro… 18 1. All pull requests should contain a single commit per issue, or we will ask you to squash it. 32 1. Create a branch for your changes (best practice is issue as branch name, e.g. THRIFT-9999). 41 …1. Commit and push changes to your branch (please use issue name and description as commit title, … 57 …2. Review the [Jira issue tracker](http://issues.apache.org/jira/browse/THRIFT). You can search f… 61 …1. Check to see if the issue is already in the [Jira issue tracker](http://issues.apache.org/jira/… 62 1. If not, create a ticket describing the change you're proposing in the Jira issue tracker. 75 …accomplish those requests. These examples assume you are working on Jira issue THRIFT-9999. You …
|
D | README.md | 25 clients issue requests to older servers. An excellent community-provided
|
D | LICENSE | 58 and issue tracking systems that are managed by, or on behalf of, the
|
D | CHANGES.md | 1126 - [THRIFT-4622](https://issues.apache.org/jira/browse/THRIFT-4622) - glibC compilation issue 1406 …ra/browse/THRIFT-4044) - Build job 17 failing on every pull request; hspec core (haskell) 2.4 issue 1417 …ps://issues.apache.org/jira/browse/THRIFT-4102) - TBufferedTransport performance issue since 0.10.0 1430 - [THRIFT-4158](https://issues.apache.org/jira/browse/THRIFT-4158) - minor issue in README-MSYS2.md 1471 - [THRIFT-4260](https://issues.apache.org/jira/browse/THRIFT-4260) - Go context generation issue. C… 1472 - [THRIFT-4261](https://issues.apache.org/jira/browse/THRIFT-4261) - Go context generation issue: b… 1509 - [THRIFT-4376](https://issues.apache.org/jira/browse/THRIFT-4376) - Coverity high impact issue res… 1869 - [THRIFT-3456](https://issues.apache.org/jira/browse/THRIFT-3456) - rounding issue in static assert 2008 - [THRIFT-3839](https://issues.apache.org/jira/browse/THRIFT-3839) - Performance issue with big mes… 2154 - [THRIFT-3693](https://issues.apache.org/jira/browse/THRIFT-3693) - Fix include issue in C++ TSSLS… [all …]
|
/thrift-3.4.0/doc/ |
D | committers.md | 3 1. Make sure that there is an issue for the patch(s) you are about to commit in our [Jira issue tra… 50 1. Resolve the Jira issue and set the following for the changelog
|
D | coding_standards.md | 41 …eave "TODO/FIXME" comments - file [Jira](http://issues.apache.org/jira/browse/THRIFT) issue instead
|
D | ReleaseManagement.md | 17 …ckaging changes for a single third-party distribution point to correct an issue, the major.minor.p… 71 …these issues include resolving or closing the issue in Jira, or simply removing the fixVersion if … 118 …1. Hide all columns except for the issue id (i.e. THRIFT-nnnn), the component (first one), and the… 125 Issue Component Summary RelNote
|
/thrift-3.4.0/doc/install/ |
D | windows.md | 115 TODO - diagnose the issue further 121 The issue and patch are described on the Cygwin mailing list at http://cygwin.com/ml/cygwin/2010-05… 123 This issue should be fixed in Cygwin versions after 1.7.5-1, or g++ 4.5.0. 150 Run configure - using CXXFLAGS to work around an issue with an old pthreads define (untested on Min…
|
/thrift-3.4.0/lib/ocaml/ |
D | DEVELOPMENT | 58 OPAM package repository. To publish the latest package, issue a pull request
|
/thrift-3.4.0/lib/delphi/test/keywords/ |
D | ReservedKeywords.thrift | 133 3 : optional bool Integer // causes issue
|
/thrift-3.4.0/test/cpp/ |
D | Makefile.am | 59 # we currently do not run the testsuite, stop c++ server issue
|
/thrift-3.4.0/lib/go/thrift/ |
D | binary_protocol_test.go | 127 // but it's to verify a security issue so we made an exception
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/transport/layered/ |
D | TFastFramedTransport.java | 29 * variably large, unless the persistent memory cost is not an issue.
|
/thrift-3.4.0/build/docker/old/centos-7.3/ |
D | Dockerfile | 127 # Work around epel issue where they removed http-parser that nodejs depends on!
|
/thrift-3.4.0/lib/cpp/src/thrift/transport/ |
D | TZlibTransport.h | 106 // Have to copy this into a local because of a linking issue. in TVirtualTransport()
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/async/ |
D | TestTAsyncClientManager.java | 241 // make multiple calls with deserialization in the selector thread (repro Eric's issue) in testParallelCalls()
|
/thrift-3.4.0/lib/cpp/ |
D | README.md | 115 [create an issue or pull request](https://github.com/Microsoft/vcpkg)
|
/thrift-3.4.0/lib/d/src/thrift/codegen/ |
D | async_client_pool.d | 639 * $(DMDBUG 5710, DMD issue 5710). If your accumulator function does not need 641 * instead of a delegate to avoid the issue.
|
/thrift-3.4.0/lib/delphi/src/ |
D | Thrift.Utils.pas | 367 // - https://stackoverflow.com/questions/10850075/guid-uuid-compatibility-issue-between-net-and-lin…
|
/thrift-3.4.0/lib/cpp/test/ |
D | TServerIntegrationTest.cpp | 214 * Performs a baseline test where some clients are opened and issue a single operation
|
/thrift-3.4.0/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/ |
D | CassandraTest.thrift | 565 …ve limited support for deletes: if you remove a counter, you must wait to issue any following upda…
|
/thrift-3.4.0/test/netstd/Client/ |
D | TestClient.cs | 414 //issue tests on separate threads simultaneously in Execute()
|
/thrift-3.4.0/compiler/cpp/src/thrift/ |
D | thrifty.yy | 869 /* see THRIFT-5627 "More consistent syntax for cpp_type" -> activate when this issue is resolved
|
12