swills has quit [Quit: Leaving]
deriler has joined #jruby
<deriler> hi fellas, need help accomplishing this https://github.com/jethrogb/lenovo-password
<deriler> can't figure out how to save password in step 2 "Enter the password and store the password hash in environment variable P:
<deriler> P="$(ruby pw.rb sda.ata_identify)"
<deriler> would appreciate any assistance
<nirvdrum> deriler: You need to install some Ruby installation, then clone that repository and run the command.
<nirvdrum> deriler: Where are you stuck?
alxs has joined #jruby
alxs has quit [Ping timeout: 256 seconds]
Jalves has joined #jruby
Jalves has quit [Client Quit]
<bga57> darn, that "your windows has malware guy" hung up when I asked him how his mother felt about him making a living committing fraud.
<bga57> I should have let him try to figure out why the Windows Key + R doesn't do anything on my Kubuntu laptop.
alex0ptr_ has quit [Remote host closed the connection]
alex0ptr has joined #jruby
alxs has joined #jruby
alex0ptr has quit [Ping timeout: 260 seconds]
alxs has quit [Ping timeout: 240 seconds]
bbrowning_away has quit [Quit: Leaving]
<GitHub5> [jruby] chrisseaton pushed 7 new commits to truffle-head: https://git.io/vM4vP
<GitHub5> jruby/truffle-head 0f87038 Chris Seaton: [Truffle] Source sections filters should be explicit about the language they're targeting.
<GitHub5> jruby/truffle-head 91825d5 Chris Seaton: [Truffle] Left some feature load log statements enabled all the time.
<GitHub5> jruby/truffle-head 632b7f9 Chris Seaton: [Truffle] Ignore nil for lines without code in coverage results for now.
swills has joined #jruby
marciol has joined #jruby
marciol has quit [Ping timeout: 256 seconds]
<GitHub80> [jruby] headius created time-usecs (+1 new commit): https://git.io/vM4Jp
<GitHub80> jruby/time-usecs ebe1c7c Charles Oliver Nutter: Use jnr-posix to call clock_gettime for current time. Fixes #4393.
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 248 seconds]
Jalves has joined #jruby
Jalves has quit [Client Quit]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 260 seconds]
<GitHub163> [jruby] byteit101 opened issue #4432: 9k regression on indirect java_class.annotation(java_class) method https://git.io/vM43Z
<byteit101> headius: example script in https://github.com/jruby/jruby/issues/4432. It seems to be indirect only (java returns java class that jruby incorrectly proxies on 9k)
marciol has joined #jruby
marciol has quit [Ping timeout: 248 seconds]
deriler has quit [Remote host closed the connection]
pilne has quit [Quit: Quitting!]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 240 seconds]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 248 seconds]
etehtsea has joined #jruby
etehtsea has quit [Quit: Textual IRC Client: www.textualapp.com]
<GitHub6> [jruby] synth opened issue #4433: NullPointerException when creating tempfiles in rspec https://git.io/vM4Cl
<GitHub53> [jruby] headius created gettimeofday (+1 new commit): https://git.io/vM4CS
<GitHub53> jruby/gettimeofday a47fd03 Charles Oliver Nutter: Use gettimeofday to provide usec Time resolution. Fixes #4393.
<headius> kares: have a look at gettimeofday branch
<headius> and changes in jnr-posix
<headius> travis is passing, unlike the clock_gettime version
alex0ptr has joined #jruby
<headius> hmm ok, I guess not quite passing
<headius> negative millis somehow
alex0ptr has quit [Ping timeout: 258 seconds]
<headius> bleh, I don't know what I broke. I'll fix it tomorrow
alxs has joined #jruby
alxs has quit [Ping timeout: 245 seconds]
Jalves has joined #jruby
<kares> headius: yep no hurries - thats exactly my worries that in some scenarios users might want to have a consistency between System.currentTimeMillis and Time.now.to_f ... which when Time relies on a different source they won't get e.g. System.currentTimeMillis - Time.now.to_f going negative?
<kares> ... a -Xtime.precise=false to force currentTimeMillis might be goodto have
<kares> I see you mentioned -Xnative.enabled ... that's good - maybe a separate switch still makes sense. I am not sure, will leave it up to you.
marciol has joined #jruby
marciol has quit [Ping timeout: 256 seconds]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 240 seconds]
pawnbox has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
blaxter has joined #jruby
blaxter has quit [Quit: foo]
Jalves has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<travis-ci> kares/jruby (master:f170032 by kares): The build passed. (https://travis-ci.org/kares/jruby/builds/190531372)
alex0ptr has joined #jruby
cpuguy83 has quit [*.net *.split]
damnski has quit [*.net *.split]
qmx has quit [*.net *.split]
rtyler has quit [*.net *.split]
Tristitia has quit [*.net *.split]
eregon has quit [*.net *.split]
rtyler has joined #jruby
damnski has joined #jruby
cpuguy83 has joined #jruby
qmx has joined #jruby
eregon has joined #jruby
yopp has quit [*.net *.split]
jeremyevans has quit [*.net *.split]
jeremyevans has joined #jruby
tcrawley-away has quit [*.net *.split]
lance|afk has quit [*.net *.split]
tcrawleyz has joined #jruby
lanceball has joined #jruby
alex0ptr has quit [Ping timeout: 258 seconds]
tcrawleyz is now known as tcrawley
tcrawley has joined #jruby
tcrawley has quit [Changing host]
yopp has joined #jruby
Tristitia has joined #jruby
<travis-ci> kares/jruby (master:886ec64 by kares): The build passed. (https://travis-ci.org/kares/jruby/builds/190544514)
<GitHub61> [jruby] kares pushed 2 new commits to master: https://git.io/vM4Sx
<GitHub61> jruby/master 886ec64 kares: openFile might be null here - resolves #4433 (Tempfile.new NPE)
<GitHub61> jruby/master f170032 kares: [stdlib] update Tempfile.create to match MRI code (taken from 2.3.3)
<GitHub194> [jruby] kares closed issue #4433: NullPointerException when creating tempfiles in rspec https://git.io/vM4Cl
drbobbeaty has joined #jruby
<travis-ci> jruby/jruby (master:886ec64 by kares): The build passed. (https://travis-ci.org/jruby/jruby/builds/190554404)
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 240 seconds]
<GitHub197> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/vM4da
<GitHub197> jruby/truffle-head d87a727 Benoit Daloze: [Truffle] Make sure to resolve only once a LazyRubyNode.
<GitHub157> [jruby] eregon pushed 1 new commit to truffle-string-scrub: https://git.io/vM4F3
<GitHub157> jruby/truffle-string-scrub 404cb90 Benoit Daloze: [Truffle] String#scrub accepts an explicit nil.
vtunka has joined #jruby
marciol has joined #jruby
<GitHub8> [jruby] eregon pushed 2 new commits to truffle-string-scrub: https://git.io/vM4by
<GitHub8> jruby/truffle-string-scrub a002b7b Benoit Daloze: [Truffle] Make String#scrub a primitive.
<GitHub8> jruby/truffle-string-scrub f640747 Benoit Daloze: [Truffle] Make an arguments mismatch on Truffle.invoke_primitive a hard error.
<GitHub63> [jruby] eregon force-pushed truffle-string-scrub from a002b7b to 130129f: https://git.io/vMJ6n
<GitHub63> jruby/truffle-string-scrub 130129f Benoit Daloze: [Truffle] Make String#scrub a primitive.
marciol has quit [Ping timeout: 260 seconds]
vtunka_ has joined #jruby
vtunka has quit [Ping timeout: 258 seconds]
<travis-ci> jruby/jruby (truffle-string-scrub:a002b7b by Benoit Daloze): The build has errored. (https://travis-ci.org/jruby/jruby/builds/190571044)
<GitHub36> [jruby] eregon pushed 2 new commits to truffle-string-scrub: https://git.io/vM4NQ
<GitHub36> jruby/truffle-string-scrub c7ba64c Benoit Daloze: [Truffle] A bit of cleanup.
<GitHub36> jruby/truffle-string-scrub 0bcd0cb Benoit Daloze: [Truffle] Split in specializations for valid/broken strings in #scrub.
alex0ptr has joined #jruby
shellac has joined #jruby
marciol has joined #jruby
drbobbeaty has joined #jruby
swills has quit [Quit: Leaving]
swills has joined #jruby
alxs has joined #jruby
bbrowning has joined #jruby
<GitHub158> [jruby] eregon pushed 1 new commit to truffle-string-scrub: https://git.io/vMBL0
<GitHub158> jruby/truffle-string-scrub 054b776 Benoit Daloze: [Truffle] Simplify by moving a good part of String#scrub to Ruby....
<GitHub137> [jruby] eregon pushed 2 new commits to truffle-string-scrub: https://git.io/vMBt9
<GitHub137> jruby/truffle-string-scrub 4ea7ec3 Benoit Daloze: [Truffle] Only need too handle invalid strings in the string_scrub primitive.
<GitHub137> jruby/truffle-string-scrub 0dd40b4 Benoit Daloze: [Truffle] Use a Proc instead of a lambda as they currently (incorrectly) swallow the break.
tcrawley is now known as tcrawley-away
<GitHub74> [jruby] eregon pushed 1 new commit to truffle-string-scrub: https://git.io/vMBqq
<GitHub74> jruby/truffle-string-scrub 04d47df Benoit Daloze: [Truffle] Split String#scrub in 2 specializations.
tcrawley-away is now known as tcrawley
<GitHub132> [jruby] eregon pushed 2 new commits to truffle-string-scrub: https://git.io/vMBmK
<GitHub132> jruby/truffle-string-scrub 2e89982 Benoit Daloze: [Truffle] Avoid using a variable for two different purposes.
<GitHub132> jruby/truffle-string-scrub a7b568b Benoit Daloze: [Truffle] Write conditions in a readable order.
<GitHub118> [jruby] eregon pushed 1 new commit to truffle-string-scrub: https://git.io/vMBYZ
<GitHub118> jruby/truffle-string-scrub 8e54fc1 Benoit Daloze: [Truffle] We only invoke string_scrub on broken strings, which have at least 1 invalid character.
<GitHub44> [jruby] eregon pushed 1 new commit to truffle-string-scrub: https://git.io/vMBOX
<GitHub44> jruby/truffle-string-scrub e4e8e11 Benoit Daloze: [Truffle] string_scrub can no longer return nil.
lanceball has quit [Changing host]
lanceball has joined #jruby
<GitHub114> [jruby] eregon pushed 1 new commit to truffle-string-scrub: https://git.io/vMB3R
<GitHub114> jruby/truffle-string-scrub 6d47431 Benoit Daloze: [Truffle] Remove unused argument.
vtunka_ has quit [Quit: Leaving]
boat has joined #jruby
<boat> hello
<GitHub171> [jruby] eregon pushed 1 new commit to truffle-string-scrub: https://git.io/vMBsm
<GitHub171> jruby/truffle-string-scrub c19dd70 Benoit Daloze: [Truffle] Already credited.
vtunka has joined #jruby
boat has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
alex0ptr has quit [Remote host closed the connection]
marciol has quit [Remote host closed the connection]
marciol has joined #jruby
marciol has quit [Remote host closed the connection]
marciol has joined #jruby
marciol has quit [Ping timeout: 260 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
enebo has joined #jruby
pawnbox has quit [Ping timeout: 256 seconds]
<GitHub100> [jruby] nirvdrum pushed 2 new commits to truffle-head: https://git.io/vMBlj
<GitHub100> jruby/truffle-head b74fd67 Kevin Menard: [Truffle] Fixed a bad method name.
<GitHub100> jruby/truffle-head 1243b34 Kevin Menard: [Truffle] Updated ParserByteList to use rope-friendly operations.
<GitHub53> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/vMB4X
<GitHub53> jruby/truffle-head b5396d4 Kevin Menard: [Truffle] Lazily create children in ParserByteListNode since we may very well not need both for any given ParserByteList.
<GitHub6> [jruby] enebo closed issue #4369: break within a block throws LocalJumpError in JRuby but succeeds in MRI Ruby https://git.io/v1aGf
pawnbox has joined #jruby
<GitHub28> [jruby] eregon pushed 3 new commits to truffle-string-scrub: https://git.io/vMB4p
<GitHub28> jruby/truffle-string-scrub f5a3dc1 Benoit Daloze: [Truffle] Move str_compat_and_valid inside #scrub as it seems specific to it....
<GitHub28> jruby/truffle-string-scrub 7071429 Benoit Daloze: [Truffle] Use a MakeSubstringNode to substring a Rope in String#scrub.
<GitHub28> jruby/truffle-string-scrub e6bdda7 Benoit Daloze: [Truffle] Use a better guard for broken strings.
bbrowning_ has joined #jruby
pawnbox has quit [Ping timeout: 240 seconds]
bbrowning has quit [Ping timeout: 258 seconds]
bbrowning_ is now known as bbrowning
vtunka has quit [Quit: Leaving]
pawnbox has joined #jruby
marciol has joined #jruby
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 240 seconds]
<GitHub61> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/vMB0B
<GitHub61> jruby/truffle-head ae4655b Kevin Menard: [Truffle] Match MRI's reported character length for broken strings....
<GitHub188> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/vMB0Q
<GitHub188> jruby/truffle-head d5c9600 Kevin Menard: [Truffle] Use NotProvided to avoid an explicit guard.
akp has joined #jruby
<travis-ci> kares/jruby (master:348cedd by kares): The build passed. (https://travis-ci.org/kares/jruby/builds/190633977)
<travis-ci> jruby/jruby (truffle-head:1243b34 by Kevin Menard): The build has errored. (https://travis-ci.org/jruby/jruby/builds/190639879)
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
camlow325 has joined #jruby
<GitHub5> [jruby] eregon pushed 3 new commits to truffle-string-scrub: https://git.io/vMBwa
<GitHub5> jruby/truffle-string-scrub 6601be9 Benoit Daloze: [Truffle] Fix to yield only the invalid characters for ASCII-incompatible encodings in String#scrub....
<GitHub5> jruby/truffle-string-scrub b0cf77b Benoit Daloze: [Truffle] Use MakeSubstringNode instead of manual substring.
<GitHub5> jruby/truffle-string-scrub 27b7557 Benoit Daloze: Fix spec description for String#scrub
<GitHub80> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/vMBwK
<GitHub80> jruby/truffle-head e04db9a Kevin Menard: [Truffle] Truffle::Ropes.debug_print should honor the underlying encoding.
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 252 seconds]
<travis-ci> jruby/jruby (truffle-head:b5396d4 by Kevin Menard): The build has errored. (https://travis-ci.org/jruby/jruby/builds/190643418)
<GitHub182> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/vMB6i
<GitHub182> jruby/truffle-head c224cc7 Benoit Daloze: [Truffle] CI: can use the master branch now.
<travis-ci> jruby/jruby (truffle-head:ae4655b by Kevin Menard): The build has errored. (https://travis-ci.org/jruby/jruby/builds/190649810)
<GitHub87> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/vMBPF
<GitHub87> jruby/truffle-head 37b058d Benoit Daloze: [Truffle] Fix build.
<travis-ci> jruby/jruby (truffle-head:d5c9600 by Kevin Menard): The build has errored. (https://travis-ci.org/jruby/jruby/builds/190651279)
<GitHub114> [jruby] eregon pushed 28 new commits to truffle-head: https://git.io/vMBXM
<GitHub114> jruby/truffle-head 109d82a Brandon Fish: [Truffle] Removing a ByteList from String#scrub impl
<GitHub114> jruby/truffle-head 549c2fe Brandon Fish: [Truffle] Make scrub helper method private
<GitHub114> jruby/truffle-head 1ec6360 Brandon Fish: [Truffle] Implementing String#scrub
shellac has quit [Quit: Leaving]
<GitHub182> [jruby] eregon closed pull request #4411: [Truffle] Implementing String#scrub (truffle-head...truffle-string-scrub) https://git.io/vMJ2M
<GitHub39> [jruby] eregon deleted truffle-string-scrub at 6601be9: https://git.io/vMBMb
<GitHub81> [jruby] eregon pushed 2 new commits to truffle-head: https://git.io/vMBDB
<GitHub81> jruby/truffle-head 7c68ee9 Benoit Daloze: [Truffle] Use simpler constructors for Rope nodes.
<GitHub81> jruby/truffle-head 98cf1bd Benoit Daloze: [Truffle] Fix 2 specs.
alex0ptr has joined #jruby
<headius> slow maven propagation today
<headius> I feel like there's some guy sitting in a room propagating artifacts to central, because the delays vary wildly
alex0ptr has quit [Ping timeout: 240 seconds]
<travis-ci> jruby/jruby (truffle-string-scrub:6601be9 by Benoit Daloze): The build has errored. (https://travis-ci.org/jruby/jruby/builds/190668232)
<travis-ci> jruby/jruby (truffle-head:e04db9a by Kevin Menard): The build has errored. (https://travis-ci.org/jruby/jruby/builds/190668375)
<GitHub175> [jruby] headius pushed 1 new commit to master: https://git.io/vMBQx
<GitHub175> jruby/master dd2b5aa Charles Oliver Nutter: Update to unsafe-fences 1.0.
<travis-ci> jruby/jruby (truffle-head:c224cc7 by Benoit Daloze): The build has errored. (https://travis-ci.org/jruby/jruby/builds/190675982)
<travis-ci> kares/jruby (master:040210c by kares): The build passed. (https://travis-ci.org/kares/jruby/builds/190665830)
pilne has joined #jruby
<bbrowning> enebo: did something change around jmx usage between 9.1.6.0 and 9.1.7.0-SNAPSHOT?
<bbrowning> I'm tracking down some TB3 build failures and most of them are related to jmx domains already being registered
<enebo> bbrowning: using jmxjr or the builtin ones?
<bbrowning> well, these are "Domain already registered org.infinispan when trying to register: type=CacheManager,name="DefaultCacheManager"" errors
<enebo> bbrowning: e.g. JIT stats
<bbrowning> so java code doing jmx stuff here
<bbrowning> it's weird that a jruby change could impact this though...
<enebo> bbrowning: so you are registering them using my library or your own Java code?
<bbrowning> java code of a java dep doing it actually
<bbrowning> let me dig a bit more - this is probably just a side-effect of something else
<enebo> bbrowning: yeah thanks. Without knowing more I no nothing :) kares has I think changed some JI code since 9.1.6.0 but I guess more info would help
<travis-ci> jruby/jruby (truffle-head:37b058d by Benoit Daloze): The build passed. (https://travis-ci.org/jruby/jruby/builds/190680917)
marciol has quit [Remote host closed the connection]
<GitHub63> [jruby] headius pushed 1 new commit to gettimeofday: https://git.io/vMBFb
<GitHub63> jruby/gettimeofday 046f2a1 Charles Oliver Nutter: Implement Process.clock_gettime(real) using native gettimeofday.
marciol has joined #jruby
<travis-ci> jruby/jruby (truffle-head:8f29582 by Benoit Daloze): The build passed. (https://travis-ci.org/jruby/jruby/builds/190682153)
<bbrowning> enebo: it's not a great data point, but the tests pass under 9.1.6.0 and fail under 9.1.7.0 - I suspected as much but just verified it
<bbrowning> the hard part is now figuring out why :/
<enebo> bbrowning: would it suck to bisect? :|
<bbrowning> not suck but may take a bit
<enebo> bbrowning: we are waiting on a artifaqct to prop anyways but it does not have to go out until we figure this out
<enebo> bbrowning: I am guessing once you isolate it we will fix it quick enough
<bbrowning> k
<enebo> bbrowning: thanks for running the tests
<bbrowning> sure
<travis-ci> jruby/jruby (truffle-head:7c68ee9 by Benoit Daloze): The build passed. (https://travis-ci.org/jruby/jruby/builds/190687276)
<headius> enebo: it propagated at noon
<headius> I pushed the pom update already
<enebo> HIGH NOON
<enebo> yeah I already built with it
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
<travis-ci> jruby/jruby (gettimeofday:046f2a1 by Charles Oliver Nutter): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/190704339)
alxs has quit [Ping timeout: 258 seconds]
cpuguy83 has quit [*.net *.split]
kylo has quit [*.net *.split]
alex0ptr has joined #jruby
cpuguy83 has joined #jruby
alex0ptr has quit [Ping timeout: 258 seconds]
yahonda has joined #jruby
Specialist has joined #jruby
yahonda has left #jruby [#jruby]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 240 seconds]
matthewd has quit [Ping timeout: 248 seconds]
matthewd has joined #jruby
c0de_1 has joined #jruby
c0de1 has quit [Ping timeout: 248 seconds]
c0de_1 is now known as c0de1
c0de1 has joined #jruby
c0de1 has quit [Changing host]
nicoulaj has quit [Ping timeout: 248 seconds]
pawnbox has quit [Remote host closed the connection]
alex0ptr has joined #jruby
marciol has quit [Remote host closed the connection]
marciol has joined #jruby
marciol has quit [Ping timeout: 240 seconds]
swills has quit [Read error: Connection reset by peer]
swills has joined #jruby
<bbrowning> enebo: I'm trying to confirm now, but my initial bisect attempt points to https://github.com/jruby/jruby/commit/33dba527cfeaf65e480a7980ad4e4c8165337fb5 as a possible culprit
<bbrowning> I had to 'git bisect skip' more than I liked so I'm going to do some manual testing before that commit now
<enebo> bbrowning: wow this seems an unlikely candidate for calling Java as an issue
<bbrowning> I agree
<enebo> bbrowning: only possible thing if it was this is however we use encode/decode
<headius> yeah this is weird
<bbrowning> definitely that commit that introduces the failure and there is a lot of java interop in this spec
<bbrowning> I think the jmx errors are just a side-effect of the test dying unexpectedly because of some underlying issue
<enebo> I wonder how safe it would be to revert and try
<enebo> We probably depend on index now in later commits
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<bbrowning> I've got to run for tonight, but here's the TB3 spec in question - https://github.com/torquebox/torquebox/blob/3x-maint/gems/cache/spec/cache_spec.rb
<bbrowning> the test that fails is a bit random but once one of the specs in that file fail all the subsequent specs fail as well
<bbrowning> so perhaps JIT related? I dunno
bbrowning is now known as bbrowning_away
<headius> I'll poke around a bit and see if I can come up with an explanation
<headius> bbrowning_away, enebo: the commit pointed out above is followed by this one: db15830ee29b5130b4f1d5194a446fbf2a2d08f0
<enebo> bbrowning_away: when you work tomorrow can you revert the commit headius just gave and the one you identified?
<enebo> bbrowning_away: Unless there is a followup commit to fix something from this we can at least see if it is from this work or not (I hope :) )
<headius> the signature change seems unlikely to break something but the subsequent one definitely could
<enebo> fun times
<headius> I did them separately for that reason
havenwood has quit [Quit: mIRC 5.91 (16 bit) for Microsoft © Windows For WorkGroups 3.11®]
thedarkone2 has joined #jruby
havenwood has joined #jruby
havenwood has joined #jruby
tcrawley is now known as tcrawley-away
<headius> bbrowning_away: when you're back let me know how it fails...I'm not seeing anything obvious and we have a lot of jit tests that are ok
enebo has quit [Quit: enebo]
havenwood has quit [Quit: mIRC 5.91 (16 bit) for Microsoft © Windows For WorkGroups 3.11®]
alex0ptr has quit [Remote host closed the connection]
alex0ptr has joined #jruby
akp has quit [Ping timeout: 240 seconds]
alex0ptr has quit []
tcrawley-away is now known as tcrawley
marciol has joined #jruby
havenwood has joined #jruby
havenwood has joined #jruby
havenwood has quit [Changing host]
marciol has quit [Ping timeout: 240 seconds]
deepak_ has quit [Ping timeout: 240 seconds]
aemadrid has quit [Ping timeout: 255 seconds]
havenwood has quit [Read error: Connection reset by peer]
havenwood has joined #jruby
havenwood has joined #jruby
<headius> hmmm
deepak_ has joined #jruby
<headius> it could be the encoding/decoding...I had some trouble getting that to encode a -1 right
aemadrid has joined #jruby
camlow325 has quit [Quit: WeeChat 1.5]
pawnbox has joined #jruby
tcrawley is now known as tcrawley-away
pawnbox has quit [Ping timeout: 240 seconds]
Specialist has quit [Ping timeout: 240 seconds]
alex0ptr has joined #jruby