atambo has quit [Ping timeout: 255 seconds]
atambo has joined #jruby
CustosLimen has quit [Ping timeout: 255 seconds]
zph_ has joined #jruby
kares_ has joined #jruby
CustosLimen has joined #jruby
amitchellbullard has quit [Ping timeout: 255 seconds]
subbu has quit [Ping timeout: 255 seconds]
zph has quit [Read error: Connection reset by peer]
kares has quit [Quit: ...]
kares_ is now known as kares
zph_ is now known as zph
amitchellbullard has joined #jruby
subbu has joined #jruby
jimbaker has quit [Ping timeout: 255 seconds]
lanceball has quit [Ping timeout: 255 seconds]
jimbaker has joined #jruby
lanceball has joined #jruby
akp has joined #jruby
akp has quit [Remote host closed the connection]
akp has joined #jruby
akp has quit [Remote host closed the connection]
akp has joined #jruby
akp has quit [Ping timeout: 255 seconds]
akp has joined #jruby
akp has quit [Ping timeout: 240 seconds]
akp has joined #jruby
lopex has quit [Quit: Connection closed for inactivity]
zacts has joined #jruby
akp has quit [Read error: Connection reset by peer]
akp has joined #jruby
clayton has quit [Ping timeout: 246 seconds]
nirvdrum has quit [Ping timeout: 240 seconds]
nirvdrum has joined #jruby
clayton has joined #jruby
temporalfox has quit [Quit: Textual IRC Client: www.textualapp.com]
temporalfox has joined #jruby
akp has quit []
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shellac has joined #jruby
vtunka has joined #jruby
claudiuinberlin has joined #jruby
temporalfox has quit [Remote host closed the connection]
temporalfox has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shellac has quit [Quit: Leaving]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
shellac has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rdubya has joined #jruby
claudiuinberlin has joined #jruby
lopex has joined #jruby
rdubya has quit [Quit: Leaving.]
drbobbeaty has quit [Quit: Textual IRC Client: www.textualapp.com]
drbobbeaty has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
subbu is now known as subbu|afk
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rdubya has joined #jruby
subbu|afk is now known as subbu
claudiuinberlin has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
claudiuinberlin has quit [Client Quit]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
claudiuinberlin has joined #jruby
vtunka has quit [Quit: Leaving]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
rdubya has quit [Quit: Leaving.]
claudiuinberlin has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
<headius> eregon: y'all implement TracePoint right?
<headius> I want to accept a PR to add a missing bit, but it's in Ruby so it shows up in :return traces rather than :c_return
<headius> no idea if that matters
<enebo> headius: seems semantically broken by design no?
<enebo> headius: I mean it is correct to show something impld in Ruby to be :return but yet if we don't match MRI then a tool may complain
<enebo> perhaps though RT has ways of emulating this but I question whether that is true to what this API is for
rdubya has joined #jruby
<rdubya> enebo: Saw your note on the PR
<enebo> rdubya: I know kares looked at that PR and did not seem to say anything major but if there is something we can back it out
<enebo> rdubya: he is also on this channel so he may pop in and say something too (although he is 7 hours later so maybe not too)
<enebo> rdubya: In finder_test: def test_hash_condition_local_time_interpolation_with_default_timezone_utc
<enebo> it gets a AR object and asks for a Time object and then calls getlocal on that and stuffs that into a where clause to try and refind the same instance
yahonda has joined #jruby
<enebo> but the find fails because the local version of the Time instance cannot find the time which I am guessing is stored as UTC in db
<enebo> I was curious if you pass that test or not with postgresql
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<rdubya> yeah I saw that and meant to check it out, at this point the only time test failing for postgres is the one dealing with BC dates/times
<chrisseaton> headius: yes we have TracePoint
<chrisseaton> It's not harder than STF
<chrisseaton> But I'm not sure we have full coverage on all the events
<rdubya> enebo: I had to override how those were handled for sqlite in prepared statements, so those overrides may need to handle a wider range of values
olle has joined #jruby
<enebo> chrisseaton: but you have some things MRI would c_return as return since it is in Ruby right?
<enebo> chrisseaton: and more overall events because impl is also Ruby
<enebo> rdubya: both prepared and non-prepared seem to fail for this test so I think maybe I need to figure out more about how this works
olle has quit [Quit: olle]
<rdubya> enebo: ah ok
<enebo> rdubya: ah I see something perhaps
<enebo> rdubya: I use AR quoted_date and you still provide an impl for it
<enebo> not saying you should not have your own or not but that is an obvious difference
rdubya has quit [Read error: Connection reset by peer]
rdubya has joined #jruby
<rdubya> enebo: I've actually had that commented out in the postgres adapter for a while
<enebo> rdubya: ah cool
<rdubya> just haven't committed it yet because I was focused on the prepared statement stuff
<enebo> rdubya: so perhaps not the issue
<rdubya> i have a meeting but i'll be back in an hour or so
<enebo> rdubya: I will be eating lunch soon too
rdubya has quit [Quit: Leaving.]
enebo has quit [Quit: Leaving.]
yahonda has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
claudiuinberlin has joined #jruby
rdubya has joined #jruby
subbu is now known as subbu|lunch
subbu|lunch is now known as subbu
olle has joined #jruby
olle has quit [Quit: olle]
rdubya has quit [Quit: Leaving.]
rdubya has joined #jruby
rdubya has quit [Client Quit]
kliq has joined #jruby
kliq has left #jruby [#jruby]
Joufflu has joined #jruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<headius> enebo: well yeah I'm just wondering if we do it whether it will matter
<headius> or if we just wait and see if it matters
<headius> chrisseaton: so with most of core in Ruby how do you do c_call events?
<headius> that's the problem I have here
<headius> enebo: yeah I hadn't thought about ruby internals also firing events in TR
<headius> the tests are all crappy about wanting very specific events, but I wonder how much it matters to tools
<chrisseaton> headius: I don't think so
<chrisseaton> there's no specs for TracePoint - not sure if there's any MRI tests
Joufflu has quit [Ping timeout: 255 seconds]