Windows build broken -- again!

Aaargh! My windows build is, once again, broken. The error is below. Could whoever broke it please fix it? Something to do with "blocking_queue_hd" perhaps? Please. Thanks Simon rts\win32\AsyncIO.c: In function 'awaitRequests': rts\win32\AsyncIO.c:289:23: error: 'blocking_queue_hd' undeclared (first use in this function) rts\win32\AsyncIO.c:289:23: note: each undeclared identifier is reported only once for each function it appears in

Hi!
Seems like it is the detabbing in commit 3021fb that has gone awry,
blocked_queue_hd was renamed blocking_queue_hd in one place. I have
attached a patch.
I really need to set up a buildbot. Maybe if the weather gets worse.
Niklas
2014-07-30 0:37 GMT+02:00 Simon Peyton Jones
Aaargh!
My windows build is, once again, broken. The error is below. Could whoever broke it please fix it? Something to do with “blocking_queue_hd” perhaps?
Please.
Thanks
Simon
rts\win32\AsyncIO.c: In function 'awaitRequests':
rts\win32\AsyncIO.c:289:23:
error: 'blocking_queue_hd' undeclared (first use in this function)
rts\win32\AsyncIO.c:289:23:
note: each undeclared identifier is reported only once for each function it appears in
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Thanks Niklas - this was an utter failure on my part. I'm not even
sure how this slipped in, but it was definitely my fault. Fixed in
6640635e6e2654f0acd8f10e0d02a8bd1c8296ff
On Tue, Jul 29, 2014 at 8:53 PM, Niklas Larsson
Hi!
Seems like it is the detabbing in commit 3021fb that has gone awry, blocked_queue_hd was renamed blocking_queue_hd in one place. I have attached a patch.
I really need to set up a buildbot. Maybe if the weather gets worse.
Niklas
2014-07-30 0:37 GMT+02:00 Simon Peyton Jones
: Aaargh!
My windows build is, once again, broken. The error is below. Could whoever broke it please fix it? Something to do with “blocking_queue_hd” perhaps?
Please.
Thanks
Simon
rts\win32\AsyncIO.c: In function 'awaitRequests':
rts\win32\AsyncIO.c:289:23:
error: 'blocking_queue_hd' undeclared (first use in this function)
rts\win32\AsyncIO.c:289:23:
note: each undeclared identifier is reported only once for each function it appears in
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/
participants (3)
-
Austin Seipp
-
Niklas Larsson
-
Simon Peyton Jones