Newest at the top
2025-03-14 23:20:23 +0100 | wootehfoot | (~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer) |
2025-03-14 23:19:52 +0100 | haritz | saimazoon |
2025-03-14 23:18:13 +0100 | ash3en | (~Thunderbi@193.32.248.154) (Quit: ash3en) |
2025-03-14 23:16:17 +0100 | weary-traveler | (~user@user/user363627) user363627 |
2025-03-14 23:07:33 +0100 | bilegeek | (~bilegeek@2600:1008:b08d:a1ac:d7c1:7431:f065:3679) bilegeek |
2025-03-14 22:58:09 +0100 | catties | Catty |
2025-03-14 22:57:54 +0100 | sprotte24 | (~sprotte24@p200300d16f1b4500903f0b4af2f5d164.dip0.t-ipconnect.de) |
2025-03-14 22:56:48 +0100 | sprotte24 | (~sprotte24@p200300d16f1d9400c14d936eb8b0eb68.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-03-14 22:56:47 +0100 | tabemann_ | tabemann |
2025-03-14 22:51:11 +0100 | JuanDaugherty | (~juan@user/JuanDaugherty) JuanDaugherty |
2025-03-14 22:50:45 +0100 | alfiee | (~alfiee@user/alfiee) (Ping timeout: 252 seconds) |
2025-03-14 22:46:39 +0100 | sprotte24 | (~sprotte24@p200300d16f1d9400c14d936eb8b0eb68.dip0.t-ipconnect.de) |
2025-03-14 22:46:15 +0100 | alfiee | (~alfiee@user/alfiee) alfiee |
2025-03-14 22:44:14 +0100 | sprotte24 | (~sprotte24@p5b039fe3.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-03-14 22:41:32 +0100 | EvanR | (~EvanR@user/evanr) EvanR |
2025-03-14 22:41:04 +0100 | EvanR | (~EvanR@user/evanr) (Ping timeout: 260 seconds) |
2025-03-14 22:33:11 +0100 | sprotte24 | (~sprotte24@p5b039fe3.dip0.t-ipconnect.de) |
2025-03-14 22:30:45 +0100 | k_hachig_ | (~k_hachig@bras-base-toroon0247w-grc-123-70-29-50-35.dsl.bell.ca) k_hachig |
2025-03-14 22:22:34 +0100 | sprotte24_ | (~sprotte24@p200300d16f1a42002830799ca67052dd.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
2025-03-14 22:15:23 +0100 | sprotte24 | (~sprotte24@p200300d16f10c900a4acb6372127f929.dip0.t-ipconnect.de) (Ping timeout: 245 seconds) |
2025-03-14 22:12:57 +0100 | sprotte24_ | (~sprotte24@p200300d16f1a42002830799ca67052dd.dip0.t-ipconnect.de) |
2025-03-14 22:11:21 +0100 | target_i | (~target_i@user/target-i/x-6023099) (Quit: leaving) |
2025-03-14 22:10:54 +0100 | k_hachig_ | (~k_hachig@bras-base-toroon0247w-grc-123-70-29-50-35.dsl.bell.ca) (Ping timeout: 260 seconds) |
2025-03-14 22:09:30 +0100 | <int-e> | "older than 9.10" in this case |
2025-03-14 22:09:19 +0100 | <merijn> | Depends on how you define old :p |
2025-03-14 22:09:13 +0100 | <int-e> | because the change is that foldl' was added to the Foldable class |
2025-03-14 22:09:03 +0100 | <int-e> | ah you can |
2025-03-14 22:08:32 +0100 | <int-e> | actually can you? does that work with old ghcs? |
2025-03-14 22:08:05 +0100 | <int-e> | ohright |
2025-03-14 22:07:54 +0100 | <merijn> | I can add "import Prelude hiding (Foldable(..))" |
2025-03-14 22:07:47 +0100 | <merijn> | int-e: github to the rescue |
2025-03-14 22:07:27 +0100 | <int-e> | merijn: oh there's always the terrible idea of having several hs-source-dirs |
2025-03-14 22:05:24 +0100 | <merijn> | They should stop randomly moving definitions around in base >.< |
2025-03-14 22:04:59 +0100 | <merijn> | Technically that does not, in fact, silence this error :p |
2025-03-14 22:04:09 +0100 | kimiamania8 | (~65804703@user/kimiamania) kimiamania |
2025-03-14 22:04:08 +0100 | <int-e> | don't use -Werror |
2025-03-14 22:03:54 +0100 | alfiee | (~alfiee@user/alfiee) (Ping timeout: 252 seconds) |
2025-03-14 22:03:46 +0100 | kimiamania8 | (~65804703@user/kimiamania) (Quit: PegeLinux) |
2025-03-14 22:03:07 +0100 | <merijn> | Unrelatedly, I'm getting bullied by GHC 9.10. Anyone know of a way to silence this error https://paste.tomsmeding.com/ozX8RUOM that is not 1) removing the import or 2) CPP? |
2025-03-14 22:01:15 +0100 | <merijn> | EvanR: I've used persistent quite heavily before and the result is...a significant percentage of the codebase being dedicated to me handrolling my own custom migration implementation on top off persistent to ensure it actually, you know, worked. |
2025-03-14 21:59:48 +0100 | <merijn> | If I want my code to be correct, yes :p |
2025-03-14 21:59:31 +0100 | alfiee | (~alfiee@user/alfiee) alfiee |
2025-03-14 21:58:30 +0100 | <EvanR> | you think that's easier than using persistent? |
2025-03-14 21:57:23 +0100 | <merijn> | I already built this in Scala, so I guess I will just...rebuild it in SQLite >.> |
2025-03-14 21:56:55 +0100 | <EvanR> | so libraries can stop reinventing the wheel |
2025-03-14 21:56:45 +0100 | <EvanR> | someone should make a new SQL RDBMS which has this feature built in |
2025-03-14 21:55:23 +0100 | <Rembane> | That sounds like a thing that could be useful in many other contexts too |
2025-03-14 21:55:17 +0100 | jmcantrell | (~weechat@user/jmcantrell) (Ping timeout: 248 seconds) |
2025-03-14 21:55:12 +0100 | jespada | (~jespada@2800:a4:2277:bd00:21cc:8f16:2b0e:a0d9) jespada |
2025-03-14 21:54:43 +0100 | LainExperiments | (~LainExper@user/LainExperiments) LainExperiments |