2025/05/16

Newest at the top

2025-05-16 11:26:12 +0200rvalue(~rvalue@user/rvalue) rvalue
2025-05-16 11:25:40 +0200rvalue(~rvalue@user/rvalue) (Read error: Connection reset by peer)
2025-05-16 11:25:16 +0200epolanski(uid312403@id-312403.helmsley.irccloud.com) epolanski
2025-05-16 11:23:25 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr)
2025-05-16 11:23:04 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection)
2025-05-16 11:21:00 +0200 <bwe> helix editor appearingly doesn't support code lenses (yet, maybe through their plugin system?). – Which other way is there to evaluate a doctest within an open helix editor? I mean yanking a line and sending it to ghci and displaying the response shouldn't be too hard?
2025-05-16 11:19:13 +0200j1n37(~j1n37@user/j1n37) (Ping timeout: 252 seconds)
2025-05-16 11:18:55 +0200Zowlyfon(sid346067@user/Zowlyfon) Zowlyfon
2025-05-16 11:18:53 +0200j1n37-(~j1n37@user/j1n37) j1n37
2025-05-16 11:17:55 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer)
2025-05-16 11:08:59 +0200 <bwe> tomsmeding: That's it! Thanks.
2025-05-16 11:05:23 +0200econo_(uid147250@id-147250.tinside.irccloud.com) (Quit: Connection closed for inactivity)
2025-05-16 10:56:46 +0200tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz)
2025-05-16 10:56:06 +0200__monty__(~toonn@user/toonn) toonn
2025-05-16 10:45:53 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr)
2025-05-16 10:45:43 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 265 seconds)
2025-05-16 10:45:34 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection)
2025-05-16 10:43:57 +0200Frostillicus(~Frostilli@pool-71-174-119-56.bstnma.fios.verizon.net) (Ping timeout: 276 seconds)
2025-05-16 10:39:20 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr)
2025-05-16 10:38:59 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection)
2025-05-16 10:38:29 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-05-16 10:37:27 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Quit: peterbecich)
2025-05-16 10:35:40 +0200 <[exa]> ◔_◔
2025-05-16 10:34:46 +0200nullobject(~josh@user/nullobject) (Quit: WeeChat 4.1.1)
2025-05-16 10:33:59 +0200 <tomsmeding> if only the bullets were stars
2025-05-16 10:33:45 +0200 <[exa]> *starts
2025-05-16 10:33:15 +0200 <[exa]> I see no warning at https://downloads.haskell.org/ghc/latest/docs/users_guide/exts/template_haskell.html#syntax (the note stars with "You may omit" in one of the bullets in the list)
2025-05-16 10:32:41 +0200 <tomsmeding> people don't like it
2025-05-16 10:32:40 +0200 <[exa]> https://github.com/mihaimaruseac/hindent/issues/973
2025-05-16 10:32:36 +0200 <tomsmeding> is it actually officially deprecated?
2025-05-16 10:32:26 +0200 <[exa]> anyway the syntax without $ still seems to be supported in ghc 9.12 (at least docs say it's ok)
2025-05-16 10:31:53 +0200 <[exa]> looks like regression yeah
2025-05-16 10:30:37 +0200 <davean> Might be poor testing
2025-05-16 10:30:26 +0200 <davean> Huh, hindent *claims* to be updated to at least GHC 9.10.
2025-05-16 10:29:54 +0200 <[exa]> anyway thank you both, with $() it works and formats correctly
2025-05-16 10:29:39 +0200 <[exa]> ah so the form without the dollar is deprecated, right?
2025-05-16 10:29:05 +0200OftenFaded(~OftenFade@user/tisktisk) (Quit: OftenFaded)
2025-05-16 10:28:57 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr)
2025-05-16 10:28:33 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection)
2025-05-16 10:28:24 +0200 <[exa]> ah ok
2025-05-16 10:22:15 +0200ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-05-16 10:12:22 +0200 <merijn> Possibly/probably hindent can't cope because it wasn't updated
2025-05-16 10:12:11 +0200 <tomsmeding> [exa]: $(makeLenses ''Ty) does
2025-05-16 10:12:08 +0200 <merijn> [exa]: The syntax for toplevel splices changed at some point
2025-05-16 10:11:15 +0200 <[exa]> (it doesn't even compile?)
2025-05-16 10:11:10 +0200 <[exa]> why would hindent convert my `makeLenses ''Ty` into `$makeLenses ''Ty`, with an extra dollar?
2025-05-16 10:06:01 +0200zmt01(~zmt00@user/zmt00) (Read error: Connection reset by peer)
2025-05-16 09:57:38 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-05-16 09:56:30 +0200YuutaW(~YuutaW@2404:f4c0:f9c3:502::100:17b7) YuutaW
2025-05-16 09:54:48 +0200euleritian(~euleritia@dynamic-176-006-134-222.176.6.pool.telefonica.de)