Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-1285

Stable 0.7.0 Windows compiler exe available on the webside is not the good one

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.7
    • 0.7
    • Website
    • None

    Description

      On the main Thrift web site, in the download section, the Release link to "Thrift compiler for Windows" do not lead to the tagged 0.7.0 stable release version of the compiler.

      I think this is a trunk snapshot binary instead.

      Running monospacedthrift-0.7.0.exe -version
      returns Thrift version 0.7.0-dev.

      Before, I tested Java generation.
      With this file:

      Test.thrift
      namespace java org.test
      struct Foo {}
      

      I get:

       
      /**
       * Autogenerated by Thrift Compiler (0.7.0-dev)
       *
       * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
       */
      package org.test;
      
      import org.apache.thrift.scheme.IScheme;
      import org.apache.thrift.scheme.SchemeFactory;
      import org.apache.thrift.scheme.StandardScheme;
      ...
      

      I checked in subversion, the "Scheme"-related code has been introduced into the trunk, but is not part of 0.7.x branch and 0.7.0 tag.
      Thus, the generator code won't compile with the 0.7.0 java lib.

      May you check this binary?
      I'd like to use the official stable one.
      Thanks.

      Attachments

        Activity

          People

            jfarrell Jake Farrell
            rbartement Raphaƫl B.
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: