<< 15-09-2026 >>

00:14:08*NimBot joined #nim
00:19:06*beholders_eye joined #nim
00:22:58*rockcavera joined #nim
00:31:26*beholders_eye quit (Ping timeout: 256 seconds)
01:24:54*Jjp137 joined #nim
02:50:02*rockcavera quit (Remote host closed the connection)
04:19:32FromDiscord<zkopt_> lineinfos.nim(333) raiseRecoverableError↵Error: unhandled exception: cannot extract number from invalid AST node [ERecoverableError]
04:19:41FromDiscord<zkopt_> my nim compiler got this error
04:39:20FromDiscord<_timurski> you didn't provide any information about how to reproduce the error nor anything else
04:39:31FromDiscord<_timurski> just report it on github if it's unique
04:40:14FromDiscord<_timurski> is this relating to the library mrtasim posted? you haven't given any context. if you have a compiler bug, report it on gh with proper diligence
04:54:53*redj quit (Ping timeout: 258 seconds)
08:26:47FromDiscord<enthus1ast.> has someone tried to create a terminal driver for uirelays?
09:05:02*hygo quit (Quit: WeeChat 4.7.1)
09:23:13FromDiscord<enthus1ast.> Sure it will be a little limited, but basic stuff could still work, when the layout is relative to eg the reported font size (of 1 maybe)
11:00:40FromDiscord<davicompai> idk if this is the right place to ask, does the nim forum have some notification system?
11:26:48FromDiscord<b0rsuk> In reply to @janakali "<@291622628806885376> yeah, ordinal values": I thought about that, and if I chose that approach I wouldn't even need an enum. I could use `'a'..'z'`. I was trying to use an enum as a workaround, trying to be clever.
11:32:18FromDiscord<b0rsuk> In reply to @janakali "<@291622628806885376> ~~you can use": I don't think it accomplishes my goals though:↵ - if their real value is `int`, I can't index with char↵ - it's `string` representantion, not `char` representation, so it's using a less efficient data type.
11:32:53FromDiscord<b0rsuk> (edit) "char↵" => "`char`↵"
11:34:06FromDiscord<b0rsuk> So in the end, I think the tradeoff is between a little iteration and less memory use, or more memory use and faster execution (hash tables)
11:42:05FromDiscord<b0rsuk> But there's an option for pedantic people. I would need to benchmark it.↵<https://nim-lang.org/docs/strutils.html#parseEnum%2Cstring>
12:16:46FromDiscord<tempestro> I don't think you can reasonably store each base as its ASCII value instead of 0..3, as you want the compiler to emit a jump table, don't you? And for that, you need them to follow one after another
12:43:33*NimBot joined #nim
12:55:19*xet7 quit (Remote host closed the connection)
12:59:51FromDiscord<tempestro> nvm, it's probably better to do it with a lookup table
13:01:17*Pixi` joined #nim
13:04:44*Pixi quit (Ping timeout: 273 seconds)
13:07:11*dv^_^4 joined #nim
13:08:10*robertmeta quit (Ping timeout: 262 seconds)
13:08:35*dv^_^ quit (Read error: Connection reset by peer)
13:08:36*dv^_^4 is now known as dv^_^
13:09:20*robertmeta joined #nim
14:02:49FromDiscord<ghazalialshafi> In reply to @davicompai "idk if this is": I don't think there is real time notification in Nim forum, but You can track updates and new posts via the forum's RSS feed (through i never used RSS) btw are you asking about the GitHub source code of nim forum and are you planning to implement that ?
14:25:11*beholders_eye joined #nim
14:47:00*beholders_eye quit (Ping timeout: 270 seconds)
15:35:45*beholders_eye joined #nim
15:58:35*xet7 joined #nim
16:46:22*Jjp137 quit (Ping timeout: 254 seconds)
17:06:46*Jjp137 joined #nim