00:36:03 | FromDiscord | <carameltaffy> sent a code paste, see https://play.nim-lang.org/#pasty=vLFbznLy |
01:15:54 | * | jjido quit (Quit: My laptop has gone to sleep. ZZZzzz…) |
01:36:19 | * | beholders_eye quit (Ping timeout: 276 seconds) |
02:13:01 | FromDiscord | <nasuray> --debug should show the error. Perhaps check the nimble issue tracker if this has been brought up before but it seems an odd design choice to even require any flag to show the error. At the very least nimble should suggest how to get the error out with the proper flags. |
02:14:00 | FromDiscord | <nasuray> Would be a small PR to change this if they are open to it |
02:40:25 | FromDiscord | <carameltaffy> In reply to @nasuray "--debug should show the": Ah thanks |
02:40:27 | FromDiscord | <carameltaffy> Yea |
02:40:31 | FromDiscord | <carameltaffy> That shows the error |
02:41:00 | FromDiscord | <carameltaffy> Apparently futhark is calling an ambiguous function |
03:48:40 | * | nils` quit (Ping timeout: 268 seconds) |
04:18:05 | * | przmk4 quit (Quit: Ping timeout (120 seconds)) |
04:18:25 | * | przmk4 joined #nim |
04:34:06 | * | nils` joined #nim |
04:50:01 | * | skippy8 joined #nim |
05:48:49 | * | skippy8 quit (Ping timeout: 260 seconds) |
07:44:43 | * | jjido joined #nim |
07:58:03 | * | redj quit (Quit: No Ping reply in 180 seconds.) |
07:59:35 | * | redj joined #nim |
08:37:53 | * | jjido quit (Quit: My laptop has gone to sleep. ZZZzzz…) |
09:43:25 | * | jjido joined #nim |
09:48:40 | * | jjido quit (Quit: My laptop has gone to sleep. ZZZzzz…) |
11:27:40 | * | beholders_eye joined #nim |
11:40:42 | * | jjido joined #nim |
11:44:38 | * | jjido quit (Client Quit) |
11:58:34 | * | jjido joined #nim |
11:58:39 | * | pmp-p quit (Ping timeout: 260 seconds) |
12:02:10 | * | pmp-p joined #nim |
12:21:59 | * | beholders_eye quit (Ping timeout: 260 seconds) |
12:36:56 | * | SchweinDeBurg quit (Ping timeout: 272 seconds) |
12:38:41 | * | jjido quit (Quit: My laptop has gone to sleep. ZZZzzz…) |
12:53:16 | * | beholders_eye joined #nim |
13:08:51 | * | SchweinDeBurg joined #nim |
13:18:54 | * | jjido joined #nim |
13:31:50 | * | jjido quit (Quit: My laptop has gone to sleep. ZZZzzz…) |
13:32:23 | * | beholders_eye quit (Ping timeout: 252 seconds) |
13:35:20 | * | jjido joined #nim |
13:35:44 | * | nils` quit (Ping timeout: 268 seconds) |
14:04:10 | * | jjido quit (Quit: My laptop has gone to sleep. ZZZzzz…) |
14:42:28 | * | nils` joined #nim |
15:58:04 | * | dvbst joined #nim |
15:58:25 | * | jjido joined #nim |
16:23:40 | * | beholders_eye joined #nim |
16:27:46 | * | jjido quit (Quit: My laptop has gone to sleep. ZZZzzz…) |
17:01:19 | * | jjido joined #nim |
17:02:34 | * | beholders_eye quit (Ping timeout: 276 seconds) |
17:41:56 | FromDiscord | <prestosilver> I just switched my game from 2.2.0 to 2.2.4, is there still a way to catch defects (panics would be nice too but that never worked) I have a custom screen that shows when a critical error occurs and its not showing anymore |
17:45:24 | FromDiscord | <lainlaylie> probably relevant: ↵https://github.com/nim-lang/Nim/pull/24821↵https://github.com/nim-lang/RFCs/issues/557 |
17:46:06 | FromDiscord | <prestosilver> tkx |
17:47:45 | * | jjido quit (Quit: My laptop has gone to sleep. ZZZzzz…) |
18:46:45 | * | perr_ joined #nim |
18:47:34 | * | perro quit (Ping timeout: 260 seconds) |
18:51:00 | * | dvbst quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) |
18:52:14 | * | perr_ quit (Ping timeout: 260 seconds) |
18:52:38 | * | perro joined #nim |
18:54:39 | * | jjido joined #nim |
19:00:25 | * | jjido quit (Quit: My laptop has gone to sleep. ZZZzzz…) |
19:39:44 | FromDiscord | <DetermiedNim1> how do i get grabnim to work |
19:39:46 | FromDiscord | <DetermiedNim1> like |
19:40:03 | FromDiscord | <DetermiedNim1> it installs fine but when i do `nim -v` it defaults to my system nim |
19:41:13 | FromDiscord | <DetermiedNim1> well |
19:41:35 | FromDiscord | <DetermiedNim1> aliasing `nim` to be `/home/mech/.local/share/grabnim/current/bin/nim` seems to work |
19:47:35 | * | Lord_Nightmare quit (Quit: ZNC - http://znc.in) |
19:48:24 | FromDiscord | <Elegantbeef> Remove `nim` from your path so it's not ambiguous |
19:48:32 | FromDiscord | <Elegantbeef> `which nim` and remove that |
19:50:10 | * | Lord_Nightmare joined #nim |
20:18:00 | * | jjido joined #nim |
20:25:20 | FromDiscord | <afonso.lima> sent a code paste, see https://play.nim-lang.org/#pasty=mUzTtIFq |
20:27:13 | FromDiscord | <leorize> try `$b[]` |
20:35:45 | FromDiscord | <afonso.lima> In reply to @leorize "try `$b[]`": It works. Thanks! Is there a specific name for this `[]` operator? I've seen it sometimes but never really understood it |
20:55:05 | FromDiscord | <leorize> it's called the dereference operator |
20:55:29 | FromDiscord | <afonso.lima> In reply to @leorize "it's called the dereference": I've just found it in the docs. Thanks! |
21:50:26 | * | beholders_eye joined #nim |
22:30:47 | FromDiscord | <gokr> Sidenote: Claude Code whipped up a small comparison of old threadpool and taskpools and .... taskpools was about 40% more performant. Nice! |
23:05:27 | * | xet7 joined #nim |