| allbery_b | yeh, it's blowing chunks after the bad free |
| bdash | sorear: right, that's a result of the previous messages |
| allbery_b | so the second one is essentially just fallout |
| hpaste | allbery_b annotated "ghci 6.7 unhappy on ppc - broken, or me being dumb?" with "buildscript, fwiw, in case I'm missing a cleanup step" at http://hpaste.org/687#a1 |
| dons | @tell ndm when formerly yhc would say "module not found Control.Monad.ST", now it reports "GHC is buggy!". Is that the expected behaviour |
| lambdabot | Consider it noted. |
| dons | > let _1 = x in _1 |
| lambdabot | Not in scope: `x' |
| dons | > let _1 = 7 in _1 |
| lambdabot | 7 |
| sorear | @pl \fix -> let a = 2 in a |
| lambdabot | ($ const 2) |
| sorear | what's the _1 thing? |
| dons | valid haskell I think |
| sorear | that the new v? |
| dons | that yhc barfs on ;) |
| sorear | reportabug! :) |
| action | dons is doing so |
| dons | is doing so #3 for the day |
| sorear | suddenly remined of this, and I can't recall if I told you - there's a name capture bug in @pl @pl \fix -> let a = 2 in a |
| lambdabot | ($ const 2) |
| sorear | @pl \foo -> let a = 2 in a |
| lambdabot | const 2 |
| allbery_b | hmmm. setting a breakpoint in szone_error doesn't actually accomplish anything |
| action | ddarius is liking this Adam Dunkel's kid. |
| ddarius | is liking this Adam Dunkel's kid. I've run across him before, but he's done some more stuff in the past few years. |
| allbery_b | I wonder if this is some platform strangeness oh well, bug reported, along with full build & selftest log although I seem to fail at trac's wikiformatting :) |
| sorear | I do too :) #1151 was mangled badly by me |
| gaal | is there an easy way to create .debs for haskell packages? |
| sjanssen | fantasma: yes, and it needs to be before the first two cases |
| Igloo | If you get the source for the arrows deb then you should be able to package zlib just by copying the debian/ directory and changing only the meta-data |
| gaal | Igloo: okay, thanks |
| Igloo | Feel free to yell if you get stuck |
| fantasma | thanks sjanssen |
| xs | sjanssen, if b :: Double, then NaN is not < 0 nor >= 0. |
| Igloo | gaal: Oh, you want to change the .in files where they exist and then run update-haskell-control |