Hello,
I'm using Haskell Platform 2011.2.0.1 on MacOS (Snow Leapard).
hsc2hs converts
(#const sizeof(struct stat))
(#peek struct stat, st_mtimespec)
to
108
36
but the correct values are
144
32.
Is this a bug of hsc2hs?
gcc-4.0 says sizeof (struct stat) is 108 while gcc-4.2 (default
On Thursday 12 May 2011 17:49:16, Simon Peyton-Jones wrote:
> |hpc_markup_multi_001(normal)
> |hpc_markup_multi_002(normal)
> |hpc_markup_multi_003(normal)
> |
> | Unexpected passes:
> |mc01(hpc,ghci)
> |mc06(hpc,ghci)
> |mc08(hpc,ghci)
> |mc11(hpc)
> |mc16(hpc)
> |
Thinking about this in more detail, I think this facility would be most
useful if it also contained information about what module/file the code
came from. I'm currently attempting to track down a bug in the code generator
which I know is due to a miscompiled library, and it would make my life
subs
|hpc_markup_multi_001(normal)
|hpc_markup_multi_002(normal)
|hpc_markup_multi_003(normal)
| Unexpected passes:
|mc01(hpc,ghci)
|mc06(hpc,ghci)
|mc08(hpc,ghci)
|mc11(hpc)
|mc16(hpc)
|mc18(hpc)
I pushed patches for all of these today
| Summing up: Yay!
Indeed!
Running the testsuite with today's HEAD (perf build, but without profiling
to keep time bearable) resulted in:
OVERALL SUMMARY for test run started at Do 12. Mai 13:34:13 CEST 2011
2765 total tests, which gave rise to
9300 test cases, of which
0 caused framewor