<matugm>
clang version 3.7.0 (tags/RELEASE_370/final)
<matugm>
LLVM 3.5.1
<matugm>
Linux manjaro 3.12.48-1-MANJARO #1 SMP PREEMPT Sat Sep 19 06:43:22 UTC 2015 i686 GNU/Linux
<cremes>
matugm: I think your clang is too new
<cremes>
i know arch is bleeding edge so this might not be easily fixable at the moment
<cremes>
and i can pretty much guarantee that i personally can’t fix it :)
<matugm>
Ok thanks
<cremes>
if you want more help, try the rubinius “room” on gitter.im
<cremes>
(see the topic)
<|jemc|>
yorickpeterse uses Arch, I thought, so he may have run into this already
giantoctopus has joined #rubinius
<matugm>
Downgraded to clang 3.6.2 and that fixed it
larstobi has quit [Ping timeout: 240 seconds]
RealMarc has quit [*.net *.split]
mrb_bk_ has quit [*.net *.split]
guilleiguaran__ has quit [*.net *.split]
eregon has quit [*.net *.split]
atambo has quit [*.net *.split]
RealMarc has joined #rubinius
guilleiguaran__ has joined #rubinius
mrb_bk_ has joined #rubinius
eregon has joined #rubinius
larstobi has joined #rubinius
atambo has joined #rubinius
GitHub163 has joined #rubinius
GitHub163 has left #rubinius [#rubinius]
<GitHub163>
rubinius/ffi-io 77bd774 Chuck Remes: fix misuage of F_GETFL with F_GETFD
<GitHub163>
[rubinius] chuckremes pushed 1 new commit to ffi-io: http://git.io/vcN1i
GitHub74 has joined #rubinius
<GitHub74>
[rubinius] chuckremes pushed 1 new commit to ffi-io: http://git.io/vcN7V
<GitHub74>
rubinius/ffi-io 20141ec Chuck Remes: first attempt at getting C-API updated to use Ruby obj over C++ obj
GitHub74 has left #rubinius [#rubinius]
lopex has quit [Remote host closed the connection]
Guest85414______ has quit [Remote host closed the connection]
guilleiguaran__ has quit [Remote host closed the connection]
machty has quit [Read error: Connection reset by peer]
yipstar has joined #rubinius
mrb_bk_ has quit [Read error: Connection reset by peer]
flavorjones has quit [Remote host closed the connection]
Guest85414______ has joined #rubinius
guilleiguaran__ has joined #rubinius
lopex has joined #rubinius
giantoctopus has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
machty has joined #rubinius
amclain has joined #rubinius
<matugm>
Anyone knows how constant lookup works on Rubinius? I patched Kernel.const_get and Module.const_get, but those only trigger when I call const_get directly from my code and not with a 'bare' constant like 'A.object.id'. What does Rubinius call internally? Is there any way I can tap into that info?