[
https://issues.apache.org/jira/browse/THRIFT-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Lavoie updated THRIFT-901:
------------------------------------
Attachment: v2-thrift-fix-haskell-bindings.patch
Better version of the patch (first version is missing a few fixes).
> Allow the bindings to compile without -fglasgow-exts and with -Wall -Werror
> ---------------------------------------------------------------------------
>
> Key: THRIFT-901
> URL: https://issues.apache.org/jira/browse/THRIFT-901
> Project: Thrift
> Issue Type: Improvement
> Components: Haskell - Compiler, Haskell - Library
> Affects Versions: 0.5
> Environment: Mac OS X 10.6, ghc 6.12.3 (haskell platform 2010.2)
> Darwin -- 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010;
> root:xnu-1504.7.4~1/RELEASE_I386 i386
> Glasgow Haskell Compiler, Version 6.12.3, for Haskell 98, stage 2 booted by
> GHC version 6.12.2
> Reporter: Christian Lavoie
> Priority: Minor
> Fix For: 0.5
>
> Attachments: thrift-fix-haskell-bindings.patch,
> v2-thrift-fix-haskell-bindings.patch
>
> Original Estimate: 0h
> Remaining Estimate: 0h
>
> This patch makes the bindings compile with pedantic warning levels, and
> individually declares each required language extension (using -fglasgow-exts
> is not always desirable, it significantly changes the set of keywords and
> prevents some hysteri^Whistorical code from compiling).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.