[Yhc] buildbot failure in macosx_x86
Neil Mitchell
ndmitchell at gmail.com
Mon Jun 4 13:28:57 EDT 2007
Hi Malcolm and Yhc,
We've got 5 build failures at the moment, just as I was about 3
minutes away from having Yhc building on Windows...
They all stem from cpphs changes:
> cpphs :: Flags -> FilePath -> String -> IO String
> cpphs flags filename contents = runCpphs opts filename contents
> where
> opts = CpphsStrip : CpphsAnsi : map CpphsMacro macros
> macros = [("__HASKELL__","98"), ("__HASKELL_98__", "1"), ("__HASKELL98__", "1"), ("__YHC__", "1")]
Basically, runCpphs no longer takes options in the same way it once
did - but now uses a proper options structure. The new cpphs options
structure is quite detailed, and we don't want to set every member so:
Malcolm: Can we have defaultCpphsOptions :: CpphsOptions in Cpphs, so
that we can set the fields we need, and rely on appropriate defaults
for everything else?
Thanks
Neil
On 6/4/07, andrewjwilkinsonw at gmail.com <andrewjwilkinsonw at gmail.com> wrote:
> The Buildbot has detected a new failure of macosx_x86.
> Full details are available at:
> http://www.indiegigs.co.uk:8010/macosx_x86/builds/158
>
> Buildbot URL: http://www.indiegigs.co.uk:8010/
>
> Buildslave for this Build: macosxx86
>
> Build Reason:
> Build Source Stamp: HEAD
> Blamelist: Neil Mitchell
>
> BUILD FAILED: failed yhc
>
> sincerely,
> -The Buildbot
>
> _______________________________________________
> Yhc mailing list
> Yhc at haskell.org
> http://www.haskell.org/mailman/listinfo/yhc
>
More information about the Yhc
mailing list