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

capitalize namespace values

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.1
    • Ruby - Compiler
    • None
    • Patch Available

    Description

      For example, "namespace rb facebook.fb303" generates lowercase module names that ruby will not load:

      module facebook
      module fb303
      end
      end

      vs.

      module Facebook
      module Fb303
      end
      end

      Attachments

        1. thrift-431.patch
          0.6 kB
          Michael Stockton
        2. thrift-431-v2.patch
          0.5 kB
          Michael Stockton

        Activity

          People

            michaelstockton Michael Stockton
            michaelstockton Michael Stockton
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: