<< 07-08-2026 >>

00:14:32FromDiscord<tewesday> Ah that pragma is really what I needed to find. It wasn't clear to me that the numbers were coming from codegenDecl, but it makes sense now. Thanks for the link!
00:31:42FromDiscord<DetermiedNim1> no problem!
00:31:56FromDiscord<DetermiedNim1> the search feature in the nim docs can be pretty helpful lol
01:02:15*zero` joined #nim
01:05:13*zero`__ quit (Ping timeout: 242 seconds)
01:05:42*zero`_ joined #nim
01:09:28*zero` quit (Ping timeout: 244 seconds)
01:40:36*acidsys quit (Ping timeout: 252 seconds)
01:44:04*acidsys joined #nim
01:50:31FromDiscord<tewesday> Yes the search and docs are great I just didn't know what to search for lol
02:31:03*rockcavera quit (Remote host closed the connection)
05:07:40*xutaxkamay quit (Read error: Connection reset by peer)
05:08:01*xutaxkamay joined #nim
05:11:14*Skippy8 joined #nim
05:13:57*Pixi` joined #nim
05:17:07*Pixi quit (Ping timeout: 264 seconds)
06:05:49*Pixi` is now known as Pixi
06:21:34*pmp-p quit (Ping timeout: 245 seconds)
06:40:29*pmp-p joined #nim
07:34:09skulkrunning into a bizarre situation where a module-level let is being corrupted and replaced with a different object entirely (let var* = Obj(...), Obj is a ref struct).
07:35:16Amun-Raare you writing to pointers directly willy-nilly?
07:35:22skulknope
07:35:43skulkvalgrind reports a bunch of invalid reads after a non-deterministic amount of time
07:36:06skulkthe program is a simple compiler/vm, and tons of little objects get created/GC'd
07:36:21Amun-Rano ptrs not casts?
07:36:26Amun-Ranor*
07:36:28skulknot a single one
07:36:38Amun-Rahmm
07:36:56Amun-Rathen I'm out of suspects (and I had only one - you) ;)
07:37:28Amun-Ravalgrind is pretty slow… use asan/ubsan/…
07:37:46skulknoted
07:38:41Amun-RaI mean I use it too from time to time but it got mostly replaced by SANs
07:39:11skulkit's fast enough for my purposes here but if there's a better alternative I'll try it out
08:02:10*Skippy8 quit (Ping timeout: 244 seconds)
08:15:10*Skippy8 joined #nim
08:55:29*SchweinDeBurg quit (Remote host closed the connection)
08:55:47*SchweinDeBurg joined #nim