Logs: freenode/#haskell
| 2021-05-12 19:45:01 | <grepcake> | (and I kind of need to have Concurrently, so I'm stuck with it) I guess I'll report the issue and move on to unliftio.async |
| 2021-05-12 19:45:31 | <dminuoso> | Concurrently fs <*> Concurrently as = Concurrently $ \tg -> (\(f, a) -> f a) <$> concurrently tg (fs tg) (as tg) |
| 2021-05-12 19:45:33 | <dminuoso> | Mmm |
| 2021-05-12 19:45:54 | <dminuoso> | mapConcurrently f = runConcurrently . traverse (Concurrently . f) |
| 2021-05-12 19:45:55 | <dminuoso> | This is strange |
| 2021-05-12 19:47:24 | × | vchlup_ quits (~vchlup@nat.brnet.cz) (Remote host closed the connection) |
| 2021-05-12 19:47:37 | × | xff0x quits (xff0x@gateway/vpn/mullvad/xff0x) (Ping timeout: 265 seconds) |
| 2021-05-12 19:47:47 | → | vchlup_ joins (~vchlup@nat.brnet.cz) |
| 2021-05-12 19:48:24 | <dminuoso> | Ah that's the wrong mapConcurrently definition |
| 2021-05-12 19:48:32 | <dminuoso> | mapConcurrently tg f = mapTasks tg . fmap f |
| 2021-05-12 19:49:00 | → | ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-05-12 19:49:11 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-05-12 19:49:29 | → | xff0x joins (~xff0x@2001:1a81:523e:f300:f7bd:d435:471d:3982) |
| 2021-05-12 19:49:29 | → | raehik1 joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2021-05-12 19:50:05 | → | freeman42x joins (~40726@2a02:2f0c:5407:600:3170:9538:f09e:98fe) |
| 2021-05-12 19:50:11 | × | freeman42x quits (~40726@2a02:2f0c:5407:600:3170:9538:f09e:98fe) (Max SendQ exceeded) |
| 2021-05-12 19:51:31 | × | Xnuk quits (~xnuk@vultr.xnu.kr) (Ping timeout: 250 seconds) |
| 2021-05-12 19:51:46 | × | nerdypepper quits (znc@152.67.162.71) (Ping timeout: 260 seconds) |
| 2021-05-12 19:51:50 | → | freeman42x joins (~40726@2a02:2f0c:5407:600:3170:9538:f09e:98fe) |
| 2021-05-12 19:52:07 | × | raehik quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 252 seconds) |
| 2021-05-12 19:52:40 | × | freeman42x quits (~40726@2a02:2f0c:5407:600:3170:9538:f09e:98fe) (Client Quit) |
| 2021-05-12 19:53:22 | → | joncol joins (~jco@c83-248-173-38.bredband.tele2.se) |
| 2021-05-12 19:53:54 | × | ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 265 seconds) |
| 2021-05-12 19:54:00 | × | joncol quits (~jco@c83-248-173-38.bredband.tele2.se) (Client Quit) |
| 2021-05-12 19:55:47 | → | rj joins (~x@gateway/tor-sasl/rj) |
| 2021-05-12 19:57:15 | → | heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2021-05-12 19:59:23 | → | nerdypepper joins (znc@152.67.162.71) |
| 2021-05-12 19:59:49 | × | _ht quits (~quassel@82-169-194-8.biz.kpn.net) (Remote host closed the connection) |
| 2021-05-12 19:59:56 | → | gzj joins (~gzj@unaffiliated/gzj) |
| 2021-05-12 20:00:15 | → | Xnuk joins (~xnuk@45.76.202.58) |
| 2021-05-12 20:00:44 | → | bor0 joins (~boro@unaffiliated/boro/x-000000001) |
| 2021-05-12 20:04:03 | × | grepcake quits (~artyom@77.234.209.96) (Ping timeout: 265 seconds) |
| 2021-05-12 20:04:36 | × | gzj quits (~gzj@unaffiliated/gzj) (Ping timeout: 260 seconds) |
| 2021-05-12 20:05:11 | × | petersen quits (~petersen@redhat/juhp) (Ping timeout: 246 seconds) |
| 2021-05-12 20:05:32 | × | geekosaur quits (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Quit: Connection closed) |
| 2021-05-12 20:06:05 | → | geekosaur joins (930099da@rrcs-147-0-153-218.central.biz.rr.com) |
| 2021-05-12 20:06:13 | <dminuoso> | geekosaur: I feel like this is related to https://github.com/jwiegley/async-pool/issues/7 |
| 2021-05-12 20:06:28 | <dminuoso> | Judging from the original implementation, Id say it's exactly the same |
| 2021-05-12 20:06:51 | <geekosaur> | I think you wanted grepcake |
| 2021-05-12 20:06:57 | <geekosaur> | but they left |
| 2021-05-12 20:07:42 | <dminuoso> | Oh, indeed. |
| 2021-05-12 20:08:04 | × | raehik1 quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 252 seconds) |
| 2021-05-12 20:08:31 | → | petersen joins (~petersen@redhat/juhp) |
| 2021-05-12 20:12:26 | → | raehik1 joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2021-05-12 20:14:56 | × | thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 258 seconds) |
| 2021-05-12 20:19:59 | → | nut joins (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) |
| 2021-05-12 20:22:53 | → | ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-05-12 20:23:16 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds) |
| 2021-05-12 20:27:09 | × | rj quits (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-05-12 20:27:19 | × | ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 252 seconds) |
| 2021-05-12 20:28:24 | → | Sigyn joins (sigyn@freenode/utility-bot/sigyn) |
| 2021-05-12 20:28:24 | ChanServ | sets mode +o Sigyn |
| 2021-05-12 20:29:04 | × | NinjaTrappeur quits (~ninja@unaffiliated/ninjatrappeur) (Ping timeout: 276 seconds) |
| 2021-05-12 20:29:26 | → | notzmv joins (~zmv@unaffiliated/zmv) |
| 2021-05-12 20:32:12 | × | sord937 quits (~sord937@gateway/tor-sasl/sord937) (Quit: sord937) |
| 2021-05-12 20:33:33 | × | raehik1 quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 240 seconds) |
| 2021-05-12 20:34:12 | → | apache8080 joins (~rishi@wsip-70-168-153-252.oc.oc.cox.net) |
| 2021-05-12 20:41:10 | × | geekosaur quits (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Quit: Connection closed) |
| 2021-05-12 20:42:30 | × | Feuermagier quits (~Feuermagi@213.178.26.41) (Read error: Connection reset by peer) |
| 2021-05-12 20:44:13 | → | rj joins (~x@gateway/tor-sasl/rj) |
| 2021-05-12 20:45:26 | × | rodriga quits (~quassel@134.204.25.66) (Ping timeout: 268 seconds) |
| 2021-05-12 20:47:02 | × | ozzymcduff quits (~textual@81-234-151-21-no94.tbcn.telia.com) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-05-12 20:48:17 | → | geekosaur joins (930099da@rrcs-147-0-153-218.central.biz.rr.com) |
| 2021-05-12 20:50:43 | × | bor0 quits (~boro@unaffiliated/boro/x-000000001) (Quit: Leaving) |
| 2021-05-12 20:53:30 | → | shiraeeshi joins (~shiraeesh@109.166.58.127) |
| 2021-05-12 20:54:39 | → | NinjaTrappeur joins (~ninja@unaffiliated/ninjatrappeur) |
| 2021-05-12 20:54:58 | → | ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-05-12 20:55:32 | → | corvusdev joins (~corvusdev@50.212.103.45) |
| 2021-05-12 20:56:11 | → | rond_ joins (531cde7e@bmc126.neoplus.adsl.tpnet.pl) |
| 2021-05-12 20:57:33 | × | seveg quits (~gabriel@2a02-ab04-0249-8d00-dea6-32ff-fe17-0993.dynamic.v6.chello.sk) (Quit: WeeChat 3.1) |
| 2021-05-12 20:57:53 | × | chomwitt quits (~alexander@ppp-2-85-245-254.home.otenet.gr) (Ping timeout: 240 seconds) |
| 2021-05-12 20:59:42 | × | nbloomf quits (~nbloomf@2600:1700:ad14:3020:9d88:fa76:8cb0:666d) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-05-12 20:59:46 | × | ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 252 seconds) |
| 2021-05-12 21:00:23 | × | NinjaTrappeur quits (~ninja@unaffiliated/ninjatrappeur) (Ping timeout: 260 seconds) |
| 2021-05-12 21:00:25 | → | ndn76kxuwwy2848s joins (ndn76kxuww@gateway/shell/matrix.org/x-jmvtxzckfsdewjru) |
| 2021-05-12 21:02:03 | → | justsomeguy joins (~justsomeg@unaffiliated/--/x-3805311) |
| 2021-05-12 21:03:31 | × | Solarion quits (~solarion@mail.digitasaru.net) (Changing host) |
| 2021-05-12 21:03:31 | → | Solarion joins (~solarion@fsf/member/solarion) |
| 2021-05-12 21:05:01 | × | DTZUZU quits (~DTZUZO@205.ip-149-56-132.net) (Read error: Connection reset by peer) |
| 2021-05-12 21:05:12 | × | apache8080 quits (~rishi@wsip-70-168-153-252.oc.oc.cox.net) (Ping timeout: 240 seconds) |
| 2021-05-12 21:05:26 | → | DTZUZU joins (~DTZUZO@205.ip-149-56-132.net) |
| 2021-05-12 21:12:21 | × | rj quits (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-05-12 21:13:19 | → | grepcake joins (~artyom@77.234.203.49) |
| 2021-05-12 21:15:02 | → | waleee-cl joins (uid373333@gateway/web/irccloud.com/x-gdqogcpuvytwnnml) |
| 2021-05-12 21:19:27 | → | pavonia joins (~user@unaffiliated/siracusa) |
| 2021-05-12 21:21:51 | × | danvet quits (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) (Ping timeout: 260 seconds) |
| 2021-05-12 21:23:28 | → | apache8080 joins (~rishi@wsip-70-168-153-252.oc.oc.cox.net) |
| 2021-05-12 21:23:40 | → | rj joins (~x@gateway/tor-sasl/rj) |
| 2021-05-12 21:23:48 | × | epicte7us quits (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Ping timeout: 265 seconds) |
| 2021-05-12 21:24:17 | → | xaxaxixax joins (4c0eef26@76-14-239-38.or.wavecable.com) |
| 2021-05-12 21:24:34 | × | tromp quits (~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection) |
| 2021-05-12 21:25:33 | × | garFF quits (~garff@0x3e2c86d9.mobile.telia.dk) (Read error: Connection reset by peer) |
| 2021-05-12 21:26:01 | × | takuan quits (~takuan@178-116-218-225.access.telenet.be) (Remote host closed the connection) |
| 2021-05-12 21:26:12 | → | hiroaki joins (~hiroaki@2a02:908:4b18:8c40:f4d0:64dc:32c0:7b34) |
| 2021-05-12 21:26:51 | → | NinjaTrappeur joins (~ninja@unaffiliated/ninjatrappeur) |
| 2021-05-12 21:27:05 | → | garFF joins (~garff@0x3e2c86d9.mobile.telia.dk) |
| 2021-05-12 21:27:45 | <xaxaxixax> | does anyone have any tips for working with the GHC-emitted haskell ASTs? I'm writing a plugin that manipulates the AST and it's a massive bother, the data types are completely inconsistent between versions and the docs seem to be broken |
| 2021-05-12 21:28:14 | <xaxaxixax> | I've found https://github.com/nboldi/haskell-tools which I could read through to see how they deal with it, but anyone have any other tips? |
| 2021-05-12 21:29:50 | × | nut quits (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 268 seconds) |
| 2021-05-12 21:31:17 | → | ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta) |
All times are in UTC.