2024/03/29

Newest at the top

2024-03-29 02:02:58 +0100mizlan(~mizlan@c-69-181-82-43.hsd1.ca.comcast.net) (Ping timeout: 268 seconds)
2024-03-29 01:59:20 +0100Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.)
2024-03-29 01:55:11 +0100tri(~tri@ool-18bc2e74.dyn.optonline.net) (Ping timeout: 264 seconds)
2024-03-29 01:53:06 +0100peterbecich(~Thunderbi@047-229-123-186.res.spectrum.com) (Ping timeout: 268 seconds)
2024-03-29 01:50:26 +0100tri(~tri@ool-18bc2e74.dyn.optonline.net)
2024-03-29 01:49:53 +0100tri(~tri@ool-18bc2e74.dyn.optonline.net) (Remote host closed the connection)
2024-03-29 01:38:27 +0100tri(~tri@ool-18bc2e74.dyn.optonline.net)
2024-03-29 01:32:45 +0100pavonia(~user@user/siracusa)
2024-03-29 01:30:47 +0100gehmehgeh(~user@user/gehmehgeh) (Quit: Leaving)
2024-03-29 01:29:45 +0100mizlan(~mizlan@c-69-181-82-43.hsd1.ca.comcast.net)
2024-03-29 01:27:10 +0100xff0x(~xff0x@2405:6580:b080:900:5b9d:a4d:114b:3b13)
2024-03-29 01:24:28 +0100gehmehgeh(~user@user/gehmehgeh)
2024-03-29 01:24:22 +0100gmg(~user@user/gehmehgeh) (Ping timeout: 260 seconds)
2024-03-29 01:24:13 +0100rvalue(~rvalue@user/rvalue)
2024-03-29 01:17:40 +0100acidjnk_new(~acidjnk@p200300d6e714dc9271191991819977af.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
2024-03-29 01:15:55 +0100xff0x(~xff0x@2405:6580:b080:900:5b9d:a4d:114b:3b13) (Ping timeout: 246 seconds)
2024-03-29 01:15:37 +0100EvanR(~EvanR@user/evanr)
2024-03-29 01:14:59 +0100mizlan(~mizlan@c-69-181-82-43.hsd1.ca.comcast.net) (Ping timeout: 256 seconds)
2024-03-29 01:14:52 +0100rvalue(~rvalue@user/rvalue) (Ping timeout: 268 seconds)
2024-03-29 01:07:41 +0100waleee(~waleee@h-176-10-144-38.NA.cust.bahnhof.se) (Ping timeout: 240 seconds)
2024-03-29 01:05:33 +0100peterbecich(~Thunderbi@047-229-123-186.res.spectrum.com)
2024-03-29 00:55:31 +0100EvanR(~EvanR@user/evanr) (Quit: Leaving)
2024-03-29 00:51:49 +0100Achylles(~Achylles_@45.182.57.57) (Remote host closed the connection)
2024-03-29 00:41:35 +0100mizlan(~mizlan@c-69-181-82-43.hsd1.ca.comcast.net)
2024-03-29 00:40:20 +0100mei(~mei@user/mei)
2024-03-29 00:37:54 +0100mei(~mei@user/mei) (Remote host closed the connection)
2024-03-29 00:33:55 +0100mesaoptimizer(~mesaoptim@user/PapuaHardyNet)
2024-03-29 00:25:34 +0100Guest97(~Guest97@216.165.217.88) (Ping timeout: 250 seconds)
2024-03-29 00:24:37 +0100mxs(~mxs@user/mxs) (Quit: The Lounge - https://thelounge.chat)
2024-03-29 00:20:04 +0100tri(~tri@ool-18bc2e74.dyn.optonline.net) (Ping timeout: 260 seconds)
2024-03-29 00:15:30 +0100tri(~tri@ool-18bc2e74.dyn.optonline.net)
2024-03-29 00:07:23 +0100foul_owl(~kerry@174-21-71-155.tukw.qwest.net)
2024-03-29 00:06:36 +0100ystael(~ystael@user/ystael)
2024-03-29 00:06:23 +0100takuan(~takuan@178-116-218-225.access.telenet.be) (Remote host closed the connection)
2024-03-29 00:03:57 +0100__monty__(~toonn@user/toonn) (Quit: leaving)
2024-03-28 23:59:41 +0100qqq(~qqq@92.43.167.61)
2024-03-28 23:52:58 +0100foul_owl(~kerry@185.219.141.162) (Ping timeout: 255 seconds)
2024-03-28 23:46:13 +0100emmanuelux(~emmanuelu@user/emmanuelux)
2024-03-28 23:34:06 +0100 <geekosaur> so `withFrozenCallStack $ error …`
2024-03-28 23:33:44 +0100 <geekosaur> https://hackage.haskell.org/package/base-4.19.1.0/docs/GHC-Stack.html#v:withFrozenCallStack
2024-03-28 23:32:12 +0100 <geekosaur> sorry, I see that's not quite what you want. if you want to get the callstack from your wrapper without including the call to error within it, I think you want to use https://hackage.haskell.org/package/base-4.19.1.0/docs/GHC-Stack.html#v:freezeCallStack
2024-03-28 23:32:05 +0100sawilagar(~sawilagar@user/sawilagar) (Ping timeout: 240 seconds)
2024-03-28 23:29:55 +0100 <SoF> thanks!
2024-03-28 23:28:42 +0100 <geekosaur> add a HasCallStack constraint
2024-03-28 23:27:58 +0100 <SoF> hi, is there something like Rust's [track_caller] in Haskell for eg `error`? that is, I want to wrap an `error` call and want the "error: called at source:line:col" to actually report the place where the _wrapper_ was called from
2024-03-28 23:27:35 +0100ystael(~ystael@user/ystael) (Ping timeout: 272 seconds)
2024-03-28 23:26:26 +0100wootehfoot(~wootehfoo@user/wootehfoot) (Quit: pillow time)
2024-03-28 23:18:28 +0100mei(~mei@user/mei)
2024-03-28 23:16:23 +0100tri(~tri@ool-18bbef1a.static.optonline.net) (Ping timeout: 260 seconds)
2024-03-28 23:16:02 +0100mei(~mei@user/mei) (Remote host closed the connection)