You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by bu...@apache.org on 2015/10/03 02:04:48 UTC

svn commit: r967557 - in /websites/staging/thrift/trunk/content: ./ docs/committers/HowToVersion.html index.html test/ThriftTest.html test/index.html

Author: buildbot
Date: Sat Oct  3 00:04:48 2015
New Revision: 967557

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html
    websites/staging/thrift/trunk/content/index.html
    websites/staging/thrift/trunk/content/test/ThriftTest.html
    websites/staging/thrift/trunk/content/test/index.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Oct  3 00:04:48 2015
@@ -1 +1 @@
-1705550
+1706508

Modified: websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html (original)
+++ websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html Sat Oct  3 00:04:48 2015
@@ -137,6 +137,36 @@ h2:hover > .headerlink, h3:hover > .head
         </tr>
 
         <tr>
+            <td>dart</td>
+            <td>no</td>
+            <td>lib/dart/pubspec.yaml</td>
+        </tr>
+
+        <tr>
+            <td></td>
+            <td></td>
+            <td>test/dart/test_client/pubspec.yaml</td>
+        </tr>
+
+        <tr>
+            <td></td>
+            <td></td>
+            <td>tutorial/dart/client/pubspec.yaml</td>
+        </tr>
+
+        <tr>
+            <td></td>
+            <td></td>
+            <td>tutorial/dart/console_client/pubspec.yaml</td>
+        </tr>
+
+        <tr>
+            <td></td>
+            <td></td>
+            <td>tutorial/dart/server/pubspec.yaml</td>
+        </tr>
+
+        <tr>
             <td>delphi</td>
             <td>no</td>
             <td>/lib/delphi/src/Thrift.pas</td>

Modified: websites/staging/thrift/trunk/content/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/index.html (original)
+++ websites/staging/thrift/trunk/content/index.html Sat Oct  3 00:04:48 2015
@@ -154,7 +154,8 @@
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<div class="codehilite"><pre> */
+<div class="codehilite"><pre> * and can optionally inherit from another service using the extends keyword.
+ */
 service Calculator extends shared.SharedService {
 
   /**

Modified: websites/staging/thrift/trunk/content/test/ThriftTest.html
==============================================================================
--- websites/staging/thrift/trunk/content/test/ThriftTest.html (original)
+++ websites/staging/thrift/trunk/content/test/ThriftTest.html Sat Oct  3 00:04:48 2015
@@ -789,7 +789,7 @@ service ThriftTest
    * Print &#39;testMultiException(%s, %s)&#39; with arg0 as &#39;%s&#39; and arg1 as &#39;%s&#39;
    * @param string arg - a string indication what type of exception to throw
    * if arg0 == &quot;Xception&quot; throw Xception with errorCode = 1001 and message = &quot;This is an Xception&quot;
-   * elsen if arg0 == &quot;Xception2&quot; throw Xception2 with errorCode = 2002 and message = &quot;This is an Xception2&quot;
+   * elsen if arg0 == &quot;Xception2&quot; throw Xception2 with errorCode = 2002 and struct_thing.string_thing = &quot;This is an Xception2&quot;
    * else do not throw anything
    * @return Xtruct - an Xtruct with string_thing = arg1
    */

Modified: websites/staging/thrift/trunk/content/test/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/test/index.html (original)
+++ websites/staging/thrift/trunk/content/test/index.html Sat Oct  3 00:04:48 2015
@@ -234,7 +234,9 @@ failing tests:</p>
   <span class="c">#define TEST_STRUCTS       2  // 0000 0010</span>
   <span class="c">#define TEST_CONTAINERS    4  // 0000 0100</span>
   <span class="c">#define TEST_EXCEPTIONS    8  // 0000 1000</span>
-  <span class="c">#define TEST_NOTUSED     240  // 1111 0000 (reserved bits)</span>
+  <span class="c">#define TEST_UNKNOWN      64  // 0100 0000 (Failed to prepare environemt etc.)</span>
+  <span class="c">#define TEST_TIMEOUT     128  // 1000 0000</span>
+  <span class="c">#define TEST_NOTUSED      48  // 0011 0000 (reserved bits)</span>
 </pre></div>