You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/11/05 05:48:55 UTC

[jira] [Commented] (THRIFT-2152) Generated Haskell files does not compile

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

Hudson commented on THRIFT-2152:
--------------------------------

SUCCESS: Integrated in Thrift #1331 (See [https://builds.apache.org/job/Thrift/1331/])
THRIFT-2152 Generated Haskell files does not compile (roger: rev f341c590dcaa99fad8e768e1e8f06f19179bb737)
* test/hs/Include_Main.hs
* test/hs/Makefile.am
* test/hs/run-test.sh
* compiler/cpp/src/generate/t_hs_generator.cc


> Generated Haskell files does not compile
> ----------------------------------------
>
>                 Key: THRIFT-2152
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2152
>             Project: Thrift
>          Issue Type: Bug
>          Components: Haskell - Compiler
>    Affects Versions: 0.9
>         Environment: Fedora 19
> The Glorious Glasgow Haskell Compilation System, version 7.4.2
>            Reporter: Blackbox Dev Team
>            Assignee: Roger Meier
>             Fix For: 0.9.2
>
>         Attachments: 0001-compiler-hs-fully-qualified-module-names-at-usage-si.patch
>
>
> When compiling the following two files:
> {code:title=a.thrift}
> include "b.thrift"
> struct A {
> 	1 : optional b.B elem
> }
> {code}
> and
> {code:title=b.thrift}
> struct B {
> 	1: optional i32 i
> }
> {code}
> with:
> thrift --gen hs a.thrift
> thrift --gen hs b.thrift
> ghc gen-hs/A_Consts.hs gen-hs/A_Types.hs gen-hs/B_Consts.hs gen-hs/B_Types.h
> I get an error:
> {code}
> gen-hs/A_Types.hs:54:15:
>     Not in scope: `read_B'
>     Perhaps you meant one of these:
>       `B_Types.read_B' (imported from B_Types), `read_A' (line 63)
> {code}



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