ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
arBmind has quit [Quit: Leaving.]
<aiwakura>
andrewrk, hi!
<andrewrk>
aiwakura, amazing
<andrewrk>
you are alive
<aiwakura>
I am
<aiwakura>
very much so :D
<aiwakura>
error.OutOfMemory doesn't work either
<aiwakura>
also next commit on master will be #2000
<aiwakura>
cheers to that
<aiwakura>
var block = searchFreeBlock(size) ?? return error.OutOfMemory;
<aiwakura>
undeclared error value 'OutOfMemory'. maybe it's not defined in kernel space? should I define my own?
<aiwakura>
also, signature for fmt.format has changed, correct?
<andrewrk>
one moment
<aiwakura>
fmt.format I solved, I just need to solve the OutOfMemory thingy