DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer05 has joined #qi-hardware
xiangfu has joined #qi-hardware
<kyak>
wpwrak: yup, that commit hasn't made it to linus's tree
<larsc>
net-next is the stuff that will end up in the next upstream release, so there can be a lag of up to 3 months
jekhor has joined #qi-hardware
<kyak>
oh god..
<larsc>
oh god?
<wpwrak>
oh good ! :)
<wpwrak>
it's a perfectly good tree. not some oubliette :)
wolfspraul has joined #qi-hardware
guanucoluis has quit [Ping timeout: 245 seconds]
security has joined #qi-hardware
megha has quit [Ping timeout: 252 seconds]
xiangfu has quit [Ping timeout: 246 seconds]
LunaVorax has joined #qi-hardware
<LunaVorax>
hi
jekhor has quit [Ping timeout: 264 seconds]
rz2k has joined #qi-hardware
LunaVorax has quit [Remote host closed the connection]
Ornotermes is now known as Ornotermes_
Ornotermes_ is now known as Ornotermes
unclouded has quit [Ping timeout: 245 seconds]
<Fallenou_>
whitequark: what is the goal of your recent work on ruby's parser?
<whitequark>
Fallenou_: have a parser which is maintainable, can parse all valid ruby code, can reject (almost) all invalid ruby code, can emit sane diagnostics (any diagnostics at all), can report precise source location
<whitequark>
implemented in pure ruby.
<Fallenou_>
ok, a ruby parser in ruby (in a gem if I understood your tweets)
<whitequark>
well, of course in a gem :) how else would I distribute it
<whitequark>
current ruby_parser does nothing of the above
<Fallenou_>
is it to help during ruby development? if ruby parser is not very precise about errors you can run your ruby parser to get more information?
<whitequark>
I'm honestly surprised that it works at all.