[ 
https://issues.apache.org/jira/browse/THRIFT-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14537683#comment-14537683
 ] 

Tomasz Kupczyk commented on THRIFT-1791:
----------------------------------------

Hey, sure. Got some more time now, so maybe I'll look into this and reopen 
soonish.

> thrift's namespace directive when generating haskell code
> ---------------------------------------------------------
>
>                 Key: THRIFT-1791
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1791
>             Project: Thrift
>          Issue Type: Question
>          Components: Haskell - Compiler
>    Affects Versions: 0.9
>         Environment: linux/fedora17
>            Reporter: Tomasz Kupczyk
>            Priority: Minor
>             Fix For: 0.9.1
>
>
> Hello, I was wondering what effect has the namespace directive, or what 
> effect should it have, when generating haskell code, let's assume I have a 
> product.thrift file:
> namespace hs A.B.C
> struct Product {
> 1: i32 cost
> }
> Should this generate a haskell file that creates a module like this:
> module Product where
> [...]
> or like this:
> module A.B.C.Product where
> [...]
> For me it picks the first version.
> Thanks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to