| 00:14:32 | FromDiscord | <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:42 | FromDiscord | <DetermiedNim1> no problem! |
| 00:31:56 | FromDiscord | <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:31 | FromDiscord | <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:09 | skulk | running 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:16 | Amun-Ra | are you writing to pointers directly willy-nilly? |
| 07:35:22 | skulk | nope |
| 07:35:43 | skulk | valgrind reports a bunch of invalid reads after a non-deterministic amount of time |
| 07:36:06 | skulk | the program is a simple compiler/vm, and tons of little objects get created/GC'd |
| 07:36:21 | Amun-Ra | no ptrs not casts? |
| 07:36:26 | Amun-Ra | nor* |
| 07:36:28 | skulk | not a single one |
| 07:36:38 | Amun-Ra | hmm |
| 07:36:56 | Amun-Ra | then I'm out of suspects (and I had only one - you) ;) |
| 07:37:28 | Amun-Ra | valgrind is pretty slow… use asan/ubsan/… |
| 07:37:46 | skulk | noted |
| 07:38:41 | Amun-Ra | I mean I use it too from time to time but it got mostly replaced by SANs |
| 07:39:11 | skulk | it'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 |