travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:20f81da by Christian Meier): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/42014718)
travis-ci has left #jruby [#jruby]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:20f81da by Christian Meier): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/42014718)
travis-ci has left #jruby [#jruby]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] mkristian pushed 2 new commits to master: http://git.io/PXx2hg
<JRubyGithub> jruby/master c589687 Christian Meier: just obey the test which checks the correct versions
<JRubyGithub> jruby/master e1456bb Christian Meier: -Pj2ee has no more errors
JRubyGithub has left #jruby [#jruby]
e_dub has joined #jruby
elia has quit [Quit: Computer has gone to sleep.]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:e1456bb by Christian Meier): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/42027064)
travis-ci has left #jruby [#jruby]
havenwood has quit [Remote host closed the connection]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:e1456bb by Christian Meier): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/42027064)
travis-ci has left #jruby [#jruby]
skade has quit [Quit: Computer has gone to sleep.]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:e1456bb by Christian Meier): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/42027064)
travis-ci has left #jruby [#jruby]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:e1456bb by Christian Meier): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/42027064)
travis-ci has left #jruby [#jruby]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:e1456bb by Christian Meier): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/42027064)
travis-ci has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] mkristian pushed 1 new commit to master: http://git.io/Um5dCw
<JRubyGithub> jruby/master 6098d8b Christian Meier: added the generated pom as well [skip ci]
JRubyGithub has left #jruby [#jruby]
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #jruby
havenwood has joined #jruby
marr has quit [Ping timeout: 255 seconds]
iamjarvo has quit [Client Quit]
mitchellhenke has joined #jruby
mitchellhenke has quit [Client Quit]
mitchellhenke has joined #jruby
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #jruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
postmodern has joined #jruby
lopex has quit [Quit: Connection closed for inactivity]
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pietr0 has quit [Quit: pietr0]
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #jruby
kith_ has joined #jruby
trobrock has quit [Quit: WeeChat 1.0.1]
kith has quit [Ping timeout: 264 seconds]
havenwood has quit [Ping timeout: 250 seconds]
baroquebobcat has joined #jruby
subbu has joined #jruby
bf4 has joined #jruby
tenderlove has joined #jruby
tenderlo_ has joined #jruby
tenderlo_ has quit [Remote host closed the connection]
tenderlove has quit [Ping timeout: 264 seconds]
subbu has quit [Quit: Ex-Chat]
diegoviola has quit [Quit: WeeChat 1.0.1]
diegoviola has joined #jruby
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #jruby
mitchellhenke has quit [Quit: Computer has gone to sleep.]
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #jruby
bf4 has quit [Ping timeout: 258 seconds]
asarih_ has quit []
asarih_ has joined #jruby
asarih_ is now known as asarih
mitchellhenke has joined #jruby
iamjarvo has quit [Ping timeout: 255 seconds]
calavera has joined #jruby
iamjarvo has joined #jruby
mitchellhenke has quit [Quit: Computer has gone to sleep.]
baroquebobcat has quit [Quit: baroquebobcat]
<headius> trobrock: I'm going to have to think about that one...I'm not sure we've ever come up with a satisfactory answer
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
blaines has joined #jruby
<blaines> ping
blinsay_ has quit [Ping timeout: 272 seconds]
<rtyler> e_dub: you still awake?
<e_dub> sup?
<blaines> hey there
blinsay_ has joined #jruby
blinsay_ is now known as blinsay
<blaines> I've got some questions with rsense e_dub
<blaines> I work with tyler
<blaines> basically I'm just trying to get up and running, I want to parse a file with rsense
anaeem1 has joined #jruby
<e_dub> you want to use it as a library?
<blaines> yeah. I'd like to see if I I can try and figure out how complex a method is
mcclurmc has quit [Remote host closed the connection]
<blaines> or maybe offer some insights into the quality of a file
<e_dub> ok, so far it doesn't do anything like that, just type inference and code-completion. but, I can point you to a couple places to look at for getting started
<blaines> that'd be great!
<blaines> I was also looking at jruby-parser but haven't been making much progress beyond reading a file
<e_dub> blaines so, first, to use it programmatically, you want: https://github.com/rsense/rsense-core ... you will also need jruby-parser. From rsense-core, you might even just need the jarfile. And if we need to work out something eventually to make that easier to ingest as a jar, we can do that. Then take a look at how the code_completion method is implemented: https://github.com/rsense/rsense-server/blob/master/lib/rsense/server/command.rb
<e_dub> #L239 That will show you how to get ahold of the rsense graph to some degree.
<e_dub> blaines also, from what you are talking about doing, you might take a look at the classes here: https://github.com/jruby/jruby-parser/tree/master/src/org/jrubyparser/util/diff and for an example of using them https://github.com/edubkendo/smart_diff . That should give you a better idea about working with an AST to do interesting comparisons, etc
mcclurmc has joined #jruby
<blaines> thantks e_dub
<e_dub> If you need more specific help later, I'm happy to help. you can ping me here or tweet at me (@e_dub_kendo) or email me. And when you get your tool working, please let me know about it
<blaines> :) will do, I think I've got a lot to work with now
<blaines> thanks
<e_dub> :+1
tobleronegordon is now known as toblergordon[a]
brettporter has joined #jruby
JohnBat26 has joined #jruby
JohnBat26 has quit [Client Quit]
JohnBat26 has joined #jruby
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
toblergordon[a] has quit [Quit: ZzZzZzzz]
mcclurmc has quit [Remote host closed the connection]
multibot_ has quit [Remote host closed the connection]
multibot_ has joined #jruby
x1337807x has joined #jruby
deobalds has joined #jruby
<projectodd-ci> Project jruby-master-dist build #94: STILL FAILING in 16 min: https://projectodd.ci.cloudbees.com/job/jruby-master-dist/94/
blaines has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
noop has joined #jruby
tenderlove has joined #jruby
tenderlove has quit [Ping timeout: 250 seconds]
diegoviola has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #jruby
skade has joined #jruby
purplefox has joined #jruby
tenderlove has joined #jruby
lidaaa has quit [Ping timeout: 244 seconds]
tenderlove has quit [Ping timeout: 256 seconds]
rsim has joined #jruby
kares has joined #jruby
pietr0 has joined #jruby
pietr0 has quit [Client Quit]
blaines has joined #jruby
mister_solo has joined #jruby
tenderlove has joined #jruby
tenderlove has quit [Ping timeout: 255 seconds]
josh-k has joined #jruby
mister_solo has quit [Ping timeout: 244 seconds]
josh-k_ has joined #jruby
pchalupa has joined #jruby
frobs has joined #jruby
josh-k has quit [Ping timeout: 258 seconds]
paulswilliamsesq has joined #jruby
benlovell has joined #jruby
noop has quit [Ping timeout: 255 seconds]
yfeldblum has quit [Ping timeout: 258 seconds]
nirvdrum has quit [Read error: Connection reset by peer]
nirvdrum has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
noop has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] PragTob opened issue #2240: stdlib: TCPServer#shutdown raises ENOTCONN http://git.io/vc6_iw
JRubyGithub has left #jruby [#jruby]
blaines has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kares has quit [Ping timeout: 264 seconds]
fridim_ has joined #jruby
deobalds has quit [Quit: Computer has gone to sleep.]
mamantoha_ has joined #jruby
deobalds has joined #jruby
blaines has joined #jruby
claudiuinberlin has joined #jruby
josh-k has joined #jruby
shellac has joined #jruby
josh-k_ has quit [Read error: Connection reset by peer]
mister_solo has joined #jruby
claudiuinberlin has quit [Client Quit]
skade has joined #jruby
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
blaines has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
deobalds has quit [Ping timeout: 272 seconds]
kares has joined #jruby
dumdedum has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
deobalds has joined #jruby
elia has joined #jruby
dumdedum has quit [Ping timeout: 272 seconds]
vtunka has joined #jruby
lopex has joined #jruby
dumdedum has joined #jruby
yfeldblum has joined #jruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] mkristian created classloaders (+2 new commits): http://git.io/HZ3C6Q
<JRubyGithub> jruby/classloaders 3cfe2da Christian Meier: remove extra whitespaces
<JRubyGithub> jruby/classloaders e0d8da1 Christian Meier: clean up classloader type hierachy...
JRubyGithub has left #jruby [#jruby]
josh-k has quit [Remote host closed the connection]
deobalds has quit [Read error: Connection reset by peer]
arunagw has joined #jruby
deobalds has joined #jruby
rsim has quit [Read error: No route to host]
rsim has joined #jruby
benlovell has quit [Ping timeout: 256 seconds]
deobalds has quit [Quit: Computer has gone to sleep.]
deobalds has joined #jruby
benlovell has joined #jruby
marr has joined #jruby
arunagw has quit [Quit: Leaving.]
anaeem1 has quit [Remote host closed the connection]
claudiuinberlin has quit [Quit: Leaving.]
claudiuinberlin has joined #jruby
tenderlove has joined #jruby
claudiuinberlin has quit [Client Quit]
claudiuinberlin has joined #jruby
Hobogrammer has quit [Ping timeout: 240 seconds]
tenderlove has quit [Ping timeout: 256 seconds]
cajone has left #jruby [#jruby]
benlovell has quit [Ping timeout: 264 seconds]
mamantoha_ has quit [Ping timeout: 255 seconds]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] mkristian force-pushed redefine-uri-classloader-meaning-master from 31340c9 to ddae48e: http://git.io/Gsg8UA
<JRubyGithub> jruby/redefine-uri-classloader-meaning-master 631a361 Christian Meier: redefine uri:classloader: meaning to be the parent classloader of runtime.getJRubyClassLoader...
<JRubyGithub> jruby/redefine-uri-classloader-meaning-master b1b8e9f Christian Meier: added osgi test without inlining the dependencies
<JRubyGithub> jruby/redefine-uri-classloader-meaning-master e79bdec Christian Meier: add testcase for the case where jruby.home is inside a jar but not on the context-classloader
JRubyGithub has left #jruby [#jruby]
vtunka has quit [Quit: Leaving]
iamjarvo has joined #jruby
vtunka has joined #jruby
iamjarvo has quit [Client Quit]
dumdedum has quit [Ping timeout: 240 seconds]
skade has quit [Quit: Computer has gone to sleep.]
mamantoha_ has joined #jruby
tcrawley-away is now known as tcrawley
paulswilliamsesq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
benlovell has joined #jruby
dumdedum has joined #jruby
erikhatcher has joined #jruby
skade has joined #jruby
deobalds has quit [Quit: Computer has gone to sleep.]
JohnBat26 has quit [Remote host closed the connection]
vtunka has quit [Quit: Leaving]
JohnBat26 has joined #jruby
claudiuinberlin has quit [Quit: Leaving.]
bbrowning_away is now known as bbrowning
JohnBat26 has quit [Read error: Connection reset by peer]
JohnBat26 has joined #jruby
tcrawley is now known as tcrawley-away
skade has quit [Quit: Computer has gone to sleep.]
claudiuinberlin has joined #jruby
postmodern has quit [Quit: Leaving]
vtunka has joined #jruby
benlovell has quit [Ping timeout: 240 seconds]
shellac has joined #jruby
bf4 has joined #jruby
deobalds has joined #jruby
iamjarvo has joined #jruby
triple_b has joined #jruby
skade has joined #jruby
JRubyGithub has joined #jruby
JRubyGithub has left #jruby [#jruby]
<JRubyGithub> [jruby] k77ch7 opened pull request #2242: Fix GH-1980 rspec file (master...fix_GH-1980_rspec_file) http://git.io/-Q4uuw
josh-k has joined #jruby
bf4 has quit [Ping timeout: 255 seconds]
josh-k_ has joined #jruby
josh-k has quit [Ping timeout: 265 seconds]
vtunka has quit [Ping timeout: 255 seconds]
vtunka has joined #jruby
mitchellhenke has joined #jruby
mitchellhenke has quit [Quit: Computer has gone to sleep.]
yfeldblum has quit [Ping timeout: 240 seconds]
deobalds has quit [Quit: Computer has gone to sleep.]
mitchellhenke has joined #jruby
lance|afk is now known as lanceball
mitchellhenke has quit [Quit: Computer has gone to sleep.]
benlovell has joined #jruby
mcclurmc has joined #jruby
rcvalle has joined #jruby
mitchellhenke has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] rdp opened issue #2243: poor error message when unable to create parent class http://git.io/a1-wOA
JRubyGithub has left #jruby [#jruby]
mitchellhenke has quit [Client Quit]
elia has quit [Read error: Connection reset by peer]
_elia has joined #jruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kelcecil has joined #jruby
kith_ is now known as kith
e_dub has quit [Quit: ZZZzzz…]
mbj has joined #jruby
noop has quit [Ping timeout: 264 seconds]
brettporter has quit [Remote host closed the connection]
brettporter has joined #jruby
vtunka has quit [Quit: Leaving]
mitchellhenke has joined #jruby
brettporter has quit [Ping timeout: 255 seconds]
tcrawley-away is now known as tcrawley
brettporter has joined #jruby
iamjarvo has joined #jruby
iamjarvo has quit [Client Quit]
brettporter has quit [Ping timeout: 258 seconds]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo pushed 2 new commits to master: http://git.io/M6jhIA
<JRubyGithub> jruby/master 6d497bd kiichi: fix GH-1980 rspec file
<JRubyGithub> jruby/master b953211 Thomas E Enebo: Merge pull request #2242 from k77ch7/fix_GH-1980_rspec_file...
JRubyGithub has left #jruby [#jruby]
vyorkin has joined #jruby
vyorkin has quit [Client Quit]
vyorkin has joined #jruby
<headius> mkristian: can we spend today getting the remaining suites green?
frobs has quit [Quit: Leaving]
mbj has quit [Quit: leaving]
<headius> maybe hold back on new stuff until we get some consistent green builds
vyorkin has quit [Client Quit]
vyorkin has joined #jruby
vyorkin has quit [Client Quit]
<mkristian> headius, so there is the -Ptest which fails most of the time but succeeds sometimes. I definitely can look at the last red one with tests against the maven artifacts
<headius> yeah take a look at that and I'll check -Ptest
<headius> if it's something intermittent I'll make it less so
vyorkin has joined #jruby
benlovell has quit [Ping timeout: 255 seconds]
drbobbeaty has quit [Ping timeout: 240 seconds]
iamjarvo has joined #jruby
_elia has quit [Quit: Computer has gone to sleep.]
drbobbeaty has joined #jruby
codefinger has joined #jruby
iamjarvo has quit [Client Quit]
noop has joined #jruby
elia has joined #jruby
vyorkin has quit [Ping timeout: 256 seconds]
<enebo> mkristian: Hey also you can just commit whitespace commits
<enebo> mkristian: Your last CL PR is clouded by your ws changes (even if we can view them without the ws displayed)
<mkristian> enebo, actually I have a new eclipse which just deletes all those whitespaces and I did not find a way to "turn" this off again. but I thought I separated the whitespace into its own commit
mcclurmc_ has joined #jruby
<enebo> mkristian: ah ok. Just sayng that if you are going to submit PRs you can just commit the whitespace changes without worrying that someone will be mad
<enebo> mkristian: it just minimizes reviewing because I don’t have to rewrite the github url to turn off whitespace changes
<mkristian> enebo, ok - and I know CL PR are difficult ;)
mcclurmc has quit [Ping timeout: 272 seconds]
e_dub has joined #jruby
benlovell has joined #jruby
<mkristian> enebo, ah I see, it did not help to separate the whitespace commits they just show up with all the other commits on GH when looking the files changes.
calavera has joined #jruby
<enebo> mkristian: and your second commit also had some ws changes as well (though not many)
havenwood has joined #jruby
Aethenelle has joined #jruby
mitchellhenke has quit [Quit: Textual IRC Client: www.textualapp.com]
iamjarvo has joined #jruby
mitchellhenke has joined #jruby
iamjarvo has quit [Client Quit]
vtunka has joined #jruby
mamantoha_ has quit [Ping timeout: 244 seconds]
<headius> mkristian: ugh, so the -Ptest problem is my regexp cache test
<mkristian> yes
<headius> I don't know how to make a weakref lifecycle test robust
<headius> probably because there is no way to make a weakref lifecycle test robust without explicit GC controls
<headius> mkristian: I will fix or remove
benlovell has quit [Ping timeout: 264 seconds]
mkristian has quit [Ping timeout: 245 seconds]
tcrawley is now known as tcrawley-away
yfeldblum has joined #jruby
tlarevo has joined #jruby
tcrawley-away is now known as tcrawley
baroquebobcat has joined #jruby
pchalupa has quit [Quit: Leaving]
yfeldblum has quit [Ping timeout: 255 seconds]
mkristian has joined #jruby
<mkristian> headius, I was just playing and though to give the GC something to do with adding ```char[] a = new char[12312];``` after the ```System.gc();```
<mkristian> so far only BUILD SUCCESS
tenderlove has joined #jruby
<mkristian> headius, forget the last thing I wrote . . . .
<headius> hah
<headius> yeah I think I have a fix
<headius> I think a reference is getting stuck in a temporary local variable in the same method
<headius> I'm going to try to move the assert that actually creates the regex into a separate method, so that whole frame will go away
tenderlove has quit [Ping timeout: 265 seconds]
<headius> bleh, that didn't help either
<headius> stupid nondeterministic GC behavior
<headius> I'm going to have to disable this test and open a bug for a better one
skade has quit [Quit: Computer has gone to sleep.]
Aethenelle_ has joined #jruby
Aethenelle has quit [Ping timeout: 244 seconds]
Aethenelle_ is now known as Aethenelle
vtunka has quit [Quit: Leaving]
brettporter has joined #jruby
Aethenelle_ has joined #jruby
Aethenelle has quit [Ping timeout: 256 seconds]
Aethenelle_ is now known as Aethenelle
brettporter has quit [Ping timeout: 264 seconds]
shellac has quit [Ping timeout: 240 seconds]
benlovell has joined #jruby
pietr0 has joined #jruby
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mister_solo has quit [Ping timeout: 240 seconds]
benlovell has quit [Ping timeout: 272 seconds]
yfeldblum has joined #jruby
codefinger has quit [Read error: Connection reset by peer]
skade has joined #jruby
codefinger has joined #jruby
yfeldblum has quit [Ping timeout: 255 seconds]
claudiuinberlin has quit [Quit: Leaving.]
elia has quit [Quit: Computer has gone to sleep.]
skade has quit [Quit: Textual IRC Client: www.textualapp.com]
iamjarvo has joined #jruby
bbrowning is now known as bbrowning_away
mcclurmc has joined #jruby
mcclurmc_ has quit [Ping timeout: 255 seconds]
calavera has joined #jruby
tenderlove has joined #jruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mpapis> headius, any more variables for jruby => https://github.com/ysbaddaden/prax/issues/73#issuecomment-64402539
iamjarvo has joined #jruby
iamjarvo has quit [Remote host closed the connection]
shellac has joined #jruby
<headius> mpapis: I added JRUBY_OPTS and JAVA_OPTS but I'd have to audit our env lookups to know what else
<headius> which would be a good exercise anyway
tenderlove has quit [Ping timeout: 264 seconds]
DomKM has joined #jruby
diegoviola has joined #jruby
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
calavera has joined #jruby
benlovell has joined #jruby
dumdedum has quit [Ping timeout: 255 seconds]
<mkristian> enebo, headius I need to mention that the CL PR is actually trivial: I split the JRubyClassLoader into two classes
<enebo> mkristian: and the jruby cl is the only one which can use one shot and any other methods we would use (since we need to cast to use them) right?
<mpapis> headius, yeah a documentation exercise, it's something that everybody should do, I'm tired of getting env queries in RVM, for V2 documenting everything just as I write it
<headius> mpapis: sure
tlarevo has quit []
<mkristian> enebo, the OneShotClassLoader can use only the JRubyClassLOader as parent - there was one place when this was not the case. the JRubyClassLoader is used all over the place but not to "add jars" to it but to add bytecode
<mkristian> enebo, now the JRubyClassLoader is the one which allows to add bytecode and the DynamicJRubyClassLoader is used for adding jars and also reverse the loadClass lookup
<enebo> mkristian: I looked at it and I did not see anything wrong with it but I think headius needs to also add eyes to it. CL + embedding is not my thing either
shellac has quit [Quit: Computer has gone to sleep.]
benlovell has quit [Ping timeout: 255 seconds]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] headius pushed 3 new commits to master: http://git.io/3xsGBg
<JRubyGithub> jruby/master bbdbe6f Charles Oliver Nutter: Fix indentation.
<JRubyGithub> jruby/master 2e2924c Charles Oliver Nutter: Avoid CNFE by setting classloader resource of service .class....
<JRubyGithub> jruby/master 4347dd4 Charles Oliver Nutter: Disable regexp cache test because it just isn't deterministic.
JRubyGithub has left #jruby [#jruby]
postmodern has joined #jruby
shellac has joined #jruby
yfeldblum has joined #jruby
Hobogrammer has joined #jruby
e_dub has quit [Quit: ZZZzzz…]
anaeem1_ has joined #jruby
<headius> mkristian: which PR
<headius> ?
<headius> enebo, nirvdrum: commit above makes Service location depend on getResource, avoiding CNFE most of the time
mamantoha has joined #jruby
<enebo> gotta love how much Java wants us to null check
mamantoha has quit [Ping timeout: 240 seconds]
<headius> yeah...thank goodness we only have one concept of null and not both null and nil
bbrowning_away is now known as bbrowning
<enebo> maybe
<enebo> rimshot
<headius> hah
<headius> the rimshot was necessary
<headius> mkristian: a concern...you remove some public methods from JRubyClassLoader like teardown
<headius> ideally we'd be the only one calling that but I could see some deep embedders using that
<headius> this also changes JRubyClassLoader into little more than a classloader that exposes defineClass, right?
<headius> anyone who has been constructing it for other purposes will no longer see those capabilities
<headius> this is all hypothetical of course...we've NEVER recommended anyone mess with JRubyClassLoader directly
<mkristian> if some just takes the class itself and uses it - yes this breaks. but cases like JRuby.runtime.getJRubyCLassLoader will remain as before
<headius> I think this is fine then
<headius> better to get it in now too
lanceball is now known as lance|afk
cprice404 has quit [Quit: Konversation terminated!]
<lopex> headius: maybe something along these lines with weak ref support http://www.javarticles.com/2012/06/lfu-cache.html ?
<lopex> wrt regexp cache
<mkristian> headius ok - but my heart hang on this PR: https://github.com/jruby/jruby/pull/219 the main commit is 631a36182cb6a6f12441b192a32b8672d6da993f
tenderlove has joined #jruby
tlarevo has joined #jruby
<headius> lopex: sounds like a great thing to contribute :-)
<mkristian> current uri:classloader means the Thread.currentThread.context_class_loader this commit will change it to runtime.getJRubyClassLoader.getParent
diegovio1 has joined #jruby
tcrawley is now known as tcrawley-away
marr has quit [Ping timeout: 244 seconds]
diegoviola has quit [Ping timeout: 255 seconds]
tenderlove has quit [Ping timeout: 272 seconds]
tcrawley-away is now known as tcrawley
diegovio1 is now known as diegoviola
shellac has quit [Quit: Computer has gone to sleep.]
robbyoconnor has quit [Ping timeout: 264 seconds]
tlarevo_ has joined #jruby
tlarevo has quit [Ping timeout: 272 seconds]
erikhatcher has quit [Quit: erikhatcher]
e_dub has joined #jruby
tlarevo_ has quit [Remote host closed the connection]
vyorkin has joined #jruby
tlarevo has joined #jruby
enebo has quit [Quit: enebo]
brettporter has joined #jruby
brettporter has quit [Changing host]
brettporter has joined #jruby
baroquebobcat has quit [Quit: baroquebobcat]
mister_solo has joined #jruby
tlarevo has quit [Ping timeout: 256 seconds]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:4347dd4 by Charles Oliver Nutter): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/42111423)
travis-ci has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] tbruce closed issue #2226: JRuby does not follow ObjectInputStream casting convention http://git.io/r8IbEA
JRubyGithub has left #jruby [#jruby]
mister_solo has quit [Ping timeout: 265 seconds]
yfeldblum has quit [Ping timeout: 244 seconds]
iamjarvo has joined #jruby
iamjarvo has quit [Client Quit]
havenwood has quit [Remote host closed the connection]
josh-k_ has quit [Remote host closed the connection]
josh-k has joined #jruby
cprice has joined #jruby
diegoviola has quit [Quit: WeeChat 1.0.1]
x1337807x has joined #jruby
josh-k has quit [Ping timeout: 255 seconds]
rsim has quit [Quit: Leaving.]
<headius> bleh, what the hell, that was passing a minute ago
<headius> mkristian: I don't understand what you mean about that PR 219
<mkristian> headius, PR 2197 ;)
<headius> oh heh ok
benlovell has joined #jruby
blaines has joined #jruby
purplefox has quit [Ping timeout: 250 seconds]
noop has quit [Ping timeout: 264 seconds]
benlovell has quit [Ping timeout: 264 seconds]
paulswilliamsesq has joined #jruby
paulswilliamsesq has quit [Client Quit]
yfeldblum has joined #jruby
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:4347dd4 by Charles Oliver Nutter): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/42111423)
travis-ci has left #jruby [#jruby]
marr has joined #jruby
purplefox has joined #jruby
lance|afk is now known as lanceball
diegoviola has joined #jruby
paulswilliamsesq has joined #jruby
pglombardo has joined #jruby
kares has quit [Ping timeout: 258 seconds]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:4347dd4 by Charles Oliver Nutter): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/42111423)
travis-ci has left #jruby [#jruby]
paulswilliamsesq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<headius> ok, I'm about ready to blame travis for some of these
<headius> harumph
paulswilliamsesq has joined #jruby
<mpapis> headius, this happens, for me it was old homebrew packages on osx
paulswilliamsesq has quit [Client Quit]
<mpapis> and very frequent - not installing gems
<headius> we can't really tolerate it being this flaky...I'm going to have to move some of these tests to cloudbees if they don't stabilize
<headius> which may be reasonable...travis could be junit tests, test:jruby, test:mri, and spec:ruby:fast with pretty solid coverage
calavera has joined #jruby
mcclurmc has quit [Remote host closed the connection]
elux has joined #jruby
<chrisseaton> headius: can't you just move them to allowed failures instead of cloudless?
<headius> I can, but if they should pass and it's travis's fault, I want to know when they fail unexpectedly
<headius> moving them to expected failures is like muting them
<chrisseaton> The one thing I wish Travis did was tell me if I broke a build *more* than it was already broken - 'still failing' is useless info
e_dub has quit [Quit: ZZZzzz…]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:4347dd4 by Charles Oliver Nutter): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/42111423)
travis-ci has left #jruby [#jruby]
<headius> mkristian: :'( that j2ee suite is failing again and it doesn't seem to be anything I did
elia has joined #jruby
anaeem1_ has quit [Remote host closed the connection]
bbrowning is now known as bbrowning_away
shellac has joined #jruby
<rtyler> blaines: fwiw if you want to ask about interesting parsing tinkering, chrisseaton would also be good to talk to, since he's doing much of the truffle work
<blaines> Cool thanks :)
anaeem1_ has joined #jruby
vyorkin has quit [Ping timeout: 245 seconds]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] headius pushed 2 new commits to master: http://git.io/HvJlRQ
<JRubyGithub> jruby/master 8794c47 Charles Oliver Nutter: Revert "Avoid CNFE by setting classloader resource of service .class."...
<JRubyGithub> jruby/master d1f4d5b Charles Oliver Nutter: Move -Pj2ee back under expected failures until we fix it.
JRubyGithub has left #jruby [#jruby]
<headius> oh blast, I didn't mean to commit that revert
benlovell has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] headius pushed 1 new commit to master: http://git.io/7a4rRA
<JRubyGithub> jruby/master 35d5d13 Charles Oliver Nutter: Reinstate "Avoid CNFE by setting classloader resource of service .class."...
JRubyGithub has left #jruby [#jruby]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:d1f4d5b by Charles Oliver Nutter): The build was canceled. (http://travis-ci.org/jruby/jruby/builds/42127265)
travis-ci has left #jruby [#jruby]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:d1f4d5b by Charles Oliver Nutter): The build was canceled. (http://travis-ci.org/jruby/jruby/builds/42127265)
travis-ci has left #jruby [#jruby]
<headius> argh, this cancel feature is so weird sometimes
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:d1f4d5b by Charles Oliver Nutter): The build was canceled. (http://travis-ci.org/jruby/jruby/builds/42127265)
travis-ci has left #jruby [#jruby]
<headius> ignore the noise for a bit, sorry folks...travis barfing on cancellation
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:d1f4d5b by Charles Oliver Nutter): The build was canceled. (http://travis-ci.org/jruby/jruby/builds/42127265)
travis-ci has left #jruby [#jruby]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:d1f4d5b by Charles Oliver Nutter): The build was canceled. (http://travis-ci.org/jruby/jruby/builds/42127265)
travis-ci has left #jruby [#jruby]
benlovell has quit [Ping timeout: 240 seconds]
e_dub has joined #jruby
mcclurmc has joined #jruby
pglombar_ has joined #jruby
pglombardo has quit [Ping timeout: 272 seconds]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:35d5d13 by Charles Oliver Nutter): The build has errored. (http://travis-ci.org/jruby/jruby/builds/42127771)
travis-ci has left #jruby [#jruby]
<nirvdrum> headius: I was reminded that one of the big problems with startup in normal apps is activating openssl. I've submitted PRs in the past to a few gems to defer loading it. But it'd be great if this were all lazy somehow: https://github.com/jruby/jruby-openssl/blob/master/src/main/java/org/jruby/ext/openssl/OpenSSL.java#L57-L116
<nirvdrum> I had mentioned it to kares before. I guess it's not going to be easy.
Aethenelle has quit [Quit: Aethenelle]
<nirvdrum> Unfortunately, all that BC stuff is way above me.
pglombar_ has quit []
blaines has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<nirvdrum> Maybe Aethenelle would have insight. But he just left.
Aethenelle has joined #jruby
elia has quit [Quit: Computer has gone to sleep.]
mcclurmc has quit [Remote host closed the connection]
mkristian has quit [Ping timeout: 244 seconds]
elia has joined #jruby
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
benweint has joined #jruby
codefinger has quit [Quit: Leaving...]
ahadding1 has joined #jruby
rsim has joined #jruby
ludyte has joined #jruby
mcclurmc has joined #jruby
anaeem1_ has quit [Remote host closed the connection]
JohnBat26 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
kelcecil has quit [Quit: kelcecil]
anaeem1_ has joined #jruby
anaeem1_ has quit [Ping timeout: 264 seconds]
lidaaa has joined #jruby
<chrisseaton> headius: JCoding doesn't an encoding for ASCII_8BIT, and it's distinct from US_ASCII, so where does it come from?
<Antiarc> I think you accidentally a word
<chrisseaton> doesn't have
Aethenelle has quit [Quit: Aethenelle]
benweint has quit [Quit: Computer has gone to sleep.]
josh-k has joined #jruby
rsim has quit [Ping timeout: 265 seconds]
elux_ has joined #jruby
elux_ has quit [Client Quit]
ludyte has quit [Quit: ludyte]
benlovell has joined #jruby
mcclurmc has quit [Remote host closed the connection]
elux has quit [Ping timeout: 240 seconds]
triple_b has joined #jruby
mcclurmc has joined #jruby
benweint has joined #jruby
benlovell has quit [Ping timeout: 240 seconds]
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mitchellhenke has quit [Quit: Computer has gone to sleep.]
purplefox has quit [Ping timeout: 272 seconds]
triple_b has joined #jruby
diegoviola has quit [Ping timeout: 240 seconds]
fridim_ has quit [Ping timeout: 255 seconds]
rsim has joined #jruby
triple_b has quit [Client Quit]
drbobbeaty has quit [Quit: Textual IRC Client: www.textualapp.com]
drbobbeaty has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
josh-k_ has joined #jruby
josh-k has quit [Ping timeout: 265 seconds]
rcvalle has quit [Quit: rcvalle]
e_dub has quit [Quit: ZZZzzz…]
diegoviola has joined #jruby
e_dub has joined #jruby