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:58 | FromDiscord | <litlighilit> how to tell `nimble build` to produce toward bin/ directory? |
05:33:46 | FromDiscord | <litlighilit> sent a code paste, see https://play.nim-lang.org/#pasty=nEPAYxUr |
05:34:07 | FromDiscord | <litlighilit> sent a code paste, see https://play.nim-lang.org/#pasty=sMnFINKX |
05:34:37 | FromDiscord | <litlighilit> [Edit](https://discord.com/channels/371759389889003530/371759389889003532/1393102497052360704): how to tell `nimble build` to produce toward bin/ directory directly? |
05:35:55 | FromDiscord | <ayex> sent a code paste, see https://play.nim-lang.org/#pasty=WeBppieA |
05:38:40 | FromDiscord | <.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:03 | FromDiscord | <Elegantbeef> The default value of a ref is nil |
05:42:04 | Amun-Ra | for ref - yes, but you're not using one |
05:43:29 | FromDiscord | <.bobbbob> sent a code paste, see https://play.nim-lang.org/#pasty=yJrtQvPZ |
05:46:21 | FromDiscord | <.bobbbob> but as beef says the default is already nil, thanks |
05:48:51 | FromDiscord | <litlighilit> sent a code paste, see https://play.nim-lang.org/#pasty=VGpDMaVC |
05:49:38 | FromDiscord | <litlighilit> sent a code paste, see https://play.nim-lang.org/#pasty=WBvqPKeJ |
05:50:53 | FromDiscord | <litlighilit> however how to tell it to change bin exe name to another?↵e.g. compile xx/foo as bin/bar |