deavmi has quit [Quit: No Ping reply in 180 seconds.]
deavmi has joined #crystal-lang
deavmi has quit [Quit: No Ping reply in 180 seconds.]
deavmi has joined #crystal-lang
ur5us has quit [Ping timeout: 240 seconds]
avane has quit [Ping timeout: 245 seconds]
avane has joined #crystal-lang
watzon has quit [Ping timeout: 244 seconds]
elf_fortrez has joined #crystal-lang
<FromGitter>
<manveru:matrix.org> when debugging a C binding with gdb, is there some way to step into the actual C functions? it seems to just skip over them...
<FromGitter>
<manveru:matrix.org> i also tried with lldb with the same behaviour...
elf_fortrez has quit [Ping timeout: 256 seconds]
nopcOde has joined #crystal-lang
nopc0de_ has quit [Ping timeout: 244 seconds]
hightower4 has quit [Ping timeout: 252 seconds]
hightower2 has joined #crystal-lang
elf_fortrez has joined #crystal-lang
elf_fortrez has quit [Client Quit]
<f1refly>
how do i check if some enumerable is not nil and contains values in the same condition?
<f1refly>
myarr && !myarr.empty? doesnt work for obvious reasons