2025/07/25

Newest at the top

2025-07-25 04:15:57 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-07-25 04:14:58 +0200LainIwakura(~LainIwaku@user/LainIwakura) (Quit: Client closed)
2025-07-25 04:10:39 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-07-25 04:08:19 +0200athan(~athan@syn-047-132-161-157.res.spectrum.com) (Quit: Konversation terminated!)
2025-07-25 04:05:01 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2025-07-25 04:03:28 +0200Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) Unicorn_Princess
2025-07-25 04:02:11 +0200Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection)
2025-07-25 03:59:49 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-07-25 03:55:09 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-07-25 03:39:28 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-07-25 03:36:38 +0200rembo10(~rembo10@main.remulis.com) rembo10
2025-07-25 03:35:12 +0200rembo10(~rembo10@main.remulis.com) (Quit: ZNC 1.10.0 - https://znc.in)
2025-07-25 03:35:06 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-07-25 03:24:36 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-07-25 03:23:04 +0200ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 260 seconds)
2025-07-25 03:20:12 +0200vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2025-07-25 03:19:37 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-07-25 03:18:39 +0200vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 252 seconds)
2025-07-25 03:09:39 +0200xff0x_(~xff0x@2405:6580:b080:900:b0eb:a928:fdd8:ba52) (Ping timeout: 260 seconds)
2025-07-25 03:08:28 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-07-25 03:04:38 +0200 <asivitz> Thanks for taking a look
2025-07-25 03:04:33 +0200 <asivitz> I can't get it to build with cabal < 3.16 b/c of the clean bug on windows. And I've tried a couple ghcs (9.10 and 9.12). I can ask #ghc
2025-07-25 03:04:24 +0200fp(~Thunderbi@89-27-10-140.bb.dnainternet.fi) (Ping timeout: 260 seconds)
2025-07-25 03:04:14 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-07-25 03:02:45 +0200 <geekosaur> this might be more of a ghc question then. but possibly also cabal; you might try it with different cabal versions (3.12, 3.14, 3.16) to see if the behavior changes
2025-07-25 03:00:48 +0200 <asivitz> Yea the error only seems to trigger when I have that setup of file 1 uses TH, which imports something from file 2, which has a reference to imgui
2025-07-25 02:59:21 +0200 <geekosaur> "could not load object code", that's TH. I wonder if there's some odd interaction there
2025-07-25 02:58:09 +0200 <asivitz> (Also, on mac at least everything works great without installing any extra library)
2025-07-25 02:56:29 +0200 <geekosaur> ImGui::StyleColorsDark(ImGuiStyle*)
2025-07-25 02:56:29 +0200 <geekosaur> hilfy «cabal*validate-actions$» Z$ c++filt _ZN5ImGui15StyleColorsDarkEP10ImGuiStyle
2025-07-25 02:56:27 +0200 <asivitz> My understanding is the haskell lib it builds the imgui lib. The repo has a submodule reference to imgui, and the sources are listed as cxx-sources
2025-07-25 02:53:05 +0200fp(~Thunderbi@89-27-10-140.bb.dnainternet.fi) fp
2025-07-25 02:52:57 +0200 <geekosaur> you are either missing the imgui DLL or it's the wrong / incompatible version
2025-07-25 02:52:54 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-07-25 02:52:10 +0200 <asivitz> It depends on the dear-imgui library, so it's possible there's a problem with that package. But it seems strange, and involves template haskell.
2025-07-25 02:49:52 +0200 <asivitz> I'm wondering if someone familiar with Windows and Haskell could help me. I have a minimal reproduction of a linker error here: https://github.com/asivitz/windows_link_error It has a github action that produces the error, so it shows a build environment in case that might be where the issue stems from.
2025-07-25 02:48:43 +0200fp(~Thunderbi@89-27-10-140.bb.dnainternet.fi) (Ping timeout: 245 seconds)
2025-07-25 02:47:49 +0200trickard_(~trickard@cpe-62-98-47-163.wireline.com.au)
2025-07-25 02:47:25 +0200humasect(~humasect@dyn-192-249-132-90.nexicom.net) (Remote host closed the connection)
2025-07-25 02:47:13 +0200trickard_(~trickard@cpe-62-98-47-163.wireline.com.au) (Ping timeout: 248 seconds)
2025-07-25 02:46:10 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-07-25 02:45:47 +0200Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-25 02:44:52 +0200Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
2025-07-25 02:43:42 +0200Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-25 02:42:22 +0200fp(~Thunderbi@89-27-10-140.bb.dnainternet.fi) fp
2025-07-25 02:40:17 +0200Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.)
2025-07-25 02:38:58 +0200fp(~Thunderbi@89-27-10-140.bb.dnainternet.fi) (Ping timeout: 240 seconds)
2025-07-25 02:34:58 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-07-25 02:30:42 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-07-25 02:29:49 +0200 <geekosaur> we added it in cabal 3.12 which corresponds to ghc 9.10.1 which is when GHC2024 was introduced