<< 11-07-2025 >>

00:15:37*amadaluzia quit (Quit: ZNC 1.10.0 - https://znc.in)
02:22:07*rockcavera quit (Remote host closed the connection)
02:43:20*beholders_eye quit (Ping timeout: 272 seconds)
02:47:12*skippy8 joined #nim
05:31:58FromDiscord<litlighilit> how to tell `nimble build` to produce toward bin/ directory?
05:33:46FromDiscord<litlighilit> sent a code paste, see https://play.nim-lang.org/#pasty=nEPAYxUr
05:34:07FromDiscord<litlighilit> sent a code paste, see https://play.nim-lang.org/#pasty=sMnFINKX
05:34:37FromDiscord<litlighilit> [Edit](https://discord.com/channels/371759389889003530/371759389889003532/1393102497052360704): how to tell `nimble build` to produce toward bin/ directory directly?
05:35:55FromDiscord<ayex> sent a code paste, see https://play.nim-lang.org/#pasty=WeBppieA
05:38:40FromDiscord<.bobbbob> can I not have the default value for a ref object field be nil? Im getting an error like 'type mismatch: got 'typeof(nil)' for 'nil' but expected 'Wtvr = Forward'
05:42:03FromDiscord<Elegantbeef> The default value of a ref is nil
05:42:04Amun-Rafor ref - yes, but you're not using one
05:43:29FromDiscord<.bobbbob> sent a code paste, see https://play.nim-lang.org/#pasty=yJrtQvPZ
05:46:21FromDiscord<.bobbbob> but as beef says the default is already nil, thanks
05:48:51FromDiscord<litlighilit> sent a code paste, see https://play.nim-lang.org/#pasty=VGpDMaVC
05:49:38FromDiscord<litlighilit> sent a code paste, see https://play.nim-lang.org/#pasty=WBvqPKeJ
05:50:53FromDiscord<litlighilit> however how to tell it to change bin exe name to another?↵e.g. compile xx/foo as bin/bar