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

Generating Haskell namespaces doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 0.9
    • None
    • Haskell - Compiler
    • None
    • Fedora 19
      The Glorious Glasgow Haskell Compilation System, version 7.4.2

    Description

      When I compile the following file

      c.thrift
      namespace hs My.Test
      
      struct Ala {
      	1: optional i32 a
      }
      

      'namespace hs My.Test'
      has no effect. In generated file there is
      "module C_Types where"
      instead of
      "module My.Test.C_Types where"

      Attachments

        Activity

          People

            Unassigned Unassigned
            blackbox.dev Blackbox Dev Team
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: