<MangoHabanero> I'm not 100% sure of the best way to do it, but I added my build directory to my path so I could use jruby, otherwise I would think you need to execute from the bin after you build
<MangoHabanero> i.e. like headius said bin/irb or bin/jruby
kares has joined #jruby
pawnbox has joined #jruby
<Lan5432> Executing irb makes it say it doesn't exist. I'm executing jruby, but I think it tries executing and then does nothing else for the time being
<Lan5432> Also, now that I'm at it, can someone tell me what the Options<> class in the code is?
<MangoHabanero> try bin/jruby -S irb
<headius> lan5432: it's a utility to manage configuration properties for JRuby
<headius> -Xcompile.invokedynamic for example
<headius> --properties lists the current config
<Lan5432> Could that be the place to add package access based on "." ?
<Lan5432> I traced down the class loading to that file and some other similar leads, but I'm not sure it's there
pawnbox has quit [Ping timeout: 244 seconds]
<Lan5432> Also, that seemed to work MangoHabanero thanks a lot
<MangoHabanero> np I just went through that today ;)
tomjoro has quit [Remote host closed the connection]
tomjoro has joined #jruby
Aethenelle has quit [Quit: Aethenelle]
dling has joined #jruby
brauliobo_ has quit [Ping timeout: 244 seconds]
<Lan5432> kares could you give me a clue as to where the package access allowance of JRuby is? Like, the place where we could add "." nested class access?
<GitHub173> [jruby] chrisseaton pushed 1 new commit to master: https://git.io/vaumm
<GitHub173> jruby/master 9159938 Chris Seaton: [Truffle] Formatting.
<Lan5432> I saw a github issue where someone was asking for some documentation. Do you guys have anything like that on the works? Or thinking on doing it?
<headius> inner classes are available now using Ruby constant namespacing... Foo::Bar
<headius> you're referring to inner classes, yes?
<Lan5432> Yes, nested ones
<headius> ok
<headius> what do you mean package access?
<Lan5432> I may've got the terminology wrong, so sorry for that, but I mean this: https://github.com/jruby/jruby/issues/2639
<headius> ahhh I see
<Lan5432> Since I got into reading code I was trying to find a way of modifying that
<headius> there's three classes where we set up the Ruby object for a given Java class/interface: Initializer, ClassInitializer, and InterfaceInitializer
<headius> should be somewhere under org.jruby.java
<headius> in there you'll find code that handles walking nested classes and defining constants; it would just need to also define methods (assuming no collisions with real methods or important Ruby methods)
<Lan5432> Yes, I'm more or less on that track, though I got into reading proxy classes because I thought it was an important part of the machinery
<headius> ok
<headius> this code is a little gnarly in place and has evolved organically over many years, so there's lots of opportunities for optimization and cleanup
<headius> for the whole JI subsystem really
<Lan5432> Yeah, I can see development twisting a bit. But I'm not sure I can get on that, I'm running a little out of time if I want to contribute something before applications close on me
<Lan5432> I could take advantage of my IDE and make code look a little neater, but not much farther from that
robbyoconnor has joined #jruby
robbyoconnor has quit [Remote host closed the connection]
<Lan5432> But like you said, I could work with you and help refactor some things. When I have time I can work on it
<headius> are applications due end of this week or next?
<headius> I'm traveling in India for the next week but if you IM me I'll always get back to you
<Lan5432> Next, but I have classes as well, and also really annoying PC problems
<headius> ok
<headius> well poke around this week...the GSoC project could be general improvements to JI too
<headius> lan5432: what time zone are you in?
<Lan5432> GMT +1
<Lan5432> Sorry, but when you mean JI, what are you talking about exactly? The project in general?
<Lan5432> Also my timezone might be known as CET, if that means something
tenderlove has quit [Quit: Leaving...]
MangoHabanero has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
MangoHabanero has joined #jruby
kares has quit [Quit: ...]
csfrancis has quit [Remote host closed the connection]
tenderlove has joined #jruby
Prasun has quit [Ping timeout: 264 seconds]
pawnbox has joined #jruby
Aethenelle has joined #jruby
kares has joined #jruby
jeremyevans has quit [Ping timeout: 260 seconds]
pawnbox has quit [Ping timeout: 248 seconds]
camlow325 has quit []
kares has quit [Ping timeout: 260 seconds]
MangoHabanero has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
kares has joined #jruby
Lan5432 has quit [Quit: Lost terminal]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 244 seconds]
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #jruby
johnsonch_afk is now known as johnsonch
jeremyevans has joined #jruby
Aethenelle has quit [Quit: Aethenelle]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 246 seconds]
pawnbox has joined #jruby
bjfish2 has quit [Quit: bjfish2]
pawnbox has quit [Ping timeout: 260 seconds]
Aethenelle has joined #jruby
tomjoro has quit [Ping timeout: 240 seconds]
ITXpander1 has joined #jruby
ITXpander has quit [Ping timeout: 276 seconds]
nirvdrum has quit [Ping timeout: 244 seconds]
kith_ has joined #jruby
kith has quit [Ping timeout: 250 seconds]
tomjoro has joined #jruby
<GitHub117> [jruby] headius pushed 1 new commit to master: https://git.io/vauoU
<GitHub117> jruby/master 256e753 Charles Oliver Nutter: Various improvements to dregexp processing....
johnsonch is now known as johnsonch_afk
tomjoro has quit [Ping timeout: 240 seconds]
Aethenelle has quit [Quit: Aethenelle]
norc has joined #jruby
bjfish2 has joined #jruby
bjfish2 has quit [Quit: bjfish2]
<travis-ci> jruby/jruby (master:256e753 by Charles Oliver Nutter): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/116295771)
bjfish2 has joined #jruby
tomjoro has joined #jruby
pawnbox has joined #jruby
bjfish2 has quit [Client Quit]
tomjoro has quit [Ping timeout: 264 seconds]
pawnbox has quit [Ping timeout: 240 seconds]
<GitHub155> [jruby] headius pushed 3 new commits to master: https://git.io/vauyl
<GitHub155> jruby/master a1dbe82 Charles Oliver Nutter: Preallocate blocking task for strscan....
<GitHub155> jruby/master b8b7b48 Charles Oliver Nutter: Suppress deprecation warning here.
<GitHub155> jruby/master e03c4f1 Charles Oliver Nutter: Always use invokeynamic to lookup and cache constants....
norc has quit [Ping timeout: 244 seconds]
bjfish2 has joined #jruby
bjfish2 has quit [Quit: bjfish2]
jeremyevans has quit [Ping timeout: 244 seconds]
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 276 seconds]
tomjoro has joined #jruby
tomjoro has quit [Remote host closed the connection]
n00bdev has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 250 seconds]
<GitHub51> [jruby] headius pushed 1 new commit to master: https://git.io/vaubV
<GitHub51> jruby/master 2c038eb Charles Oliver Nutter: Only propagate regexp from interpreter if 'once'.
thedarkone2 has quit [Quit: thedarkone2]
n00bdev has quit []
pawnbox has joined #jruby
skade has joined #jruby
tomjoro has joined #jruby
pawnbox has quit [Ping timeout: 248 seconds]
Prasun has joined #jruby
Prasun has quit [Client Quit]
skade has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby
<travis-ci> jruby/jruby (master:2c038eb by Charles Oliver Nutter): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/116309441)
brauliobo_ has joined #jruby
skade has joined #jruby
drbobbeaty has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Rahul_Roy has joined #jruby
e_dub has quit [Ping timeout: 260 seconds]
e_dub has joined #jruby
drbobbeaty has joined #jruby
tomjoro has quit [Read error: Connection reset by peer]
tomjoro has joined #jruby
shellac has joined #jruby
<GitHub73> [jruby-openssl] mkristian pushed 2 new commits to master: https://git.io/vazSB
<GitHub73> jruby-openssl/master 3060dcf Christian Meier: improve setup of rake tests
<GitHub73> jruby-openssl/master ee538ee Christian Meier: [build] use the version from the code for pom.xml
vev has joined #jruby
<vev> #libreidea is looking for voluntary devs to work on http://www.libreidea.org/Collaborative_keywords_mixing
skade has quit [Quit: Computer has gone to sleep.]
tcrawley-away is now known as tcrawley
bbrowning has joined #jruby
skade has joined #jruby
tomjoro has quit [Remote host closed the connection]
brixen_ has quit [Ping timeout: 260 seconds]
vev has left #jruby ["Leaving - http://www.libreidea.org"]
tcrawley is now known as tcrawley-away
davidpgero has joined #jruby
brixen has joined #jruby
tcrawley-away is now known as tcrawley
Aethenelle has joined #jruby
nirvdrum has joined #jruby
enebo has joined #jruby
tomjoro has joined #jruby
<GitHub83> [jruby-openssl] mkristian force-pushed master from ee538ee to 2017cb2: https://git.io/vazxW
<GitHub83> jruby-openssl/master f1c52ba Christian Meier: improve setup of rake tests
<GitHub83> jruby-openssl/master 2017cb2 Christian Meier: [build] use the version from the code for pom.xml
johnsonch_afk is now known as johnsonch
davidpgero has quit [Remote host closed the connection]
lance|afk is now known as lanceball
<travis-ci> jruby/jruby-openssl (master:2017cb2 by Christian Meier): The build is still failing. (https://travis-ci.org/jruby/jruby-openssl/builds/116373818)
blandflakes has joined #jruby
kith_ is now known as kith
cprice has quit [Quit: Konversation terminated!]
<GitHub175> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/vagfQ
<GitHub175> jruby/truffle-head 797aea4 Chris Seaton: Merge branch 'master' into truffle-head
pietr0 has quit [Quit: pietr0]
tomjoro has quit [Remote host closed the connection]
bjfish2 has joined #jruby
skade has quit [Read error: Connection reset by peer]
skade has joined #jruby
jeremyevans has joined #jruby
<GitHub19> [jruby] pitr-ch pushed 2 new commits to master: https://git.io/vagqp
<GitHub19> jruby/master 6d4af5a Petr Chalupa: [Truffle] j+tr: freeze defensively default values in option definitions
<GitHub19> jruby/master 8c35779 Petr Chalupa: [Truffle] Tidy up BacktraceFormatter
skade has quit [Quit: Computer has gone to sleep.]
<travis-ci> jruby/jruby (master:8c35779 by Petr Chalupa): The build was canceled. (https://travis-ci.org/jruby/jruby/builds/116389571)
camlow325 has joined #jruby
<GitHub1> [jruby] pitr-ch pushed 1 new commit to master: https://git.io/vagOw
<GitHub1> jruby/master 6c1411a Petr Chalupa: [Truffle] update SimpleShell to use new signature of formatLine
tjohnson has joined #jruby
<GitHub163> [jruby-openssl] mkristian force-pushed master from 2017cb2 to 6320e12: https://git.io/vazxW
<GitHub163> jruby-openssl/master 64ea77a Christian Meier: improve setup of rake tests
<GitHub163> jruby-openssl/master 6320e12 Christian Meier: [build] use the version from the code for pom.xml
Prasun has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
skade has joined #jruby
bjfish2 has quit [Ping timeout: 248 seconds]
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
bjfish2 has joined #jruby
<travis-ci> jruby/jruby (master:6c1411a by Petr Chalupa): The build failed. (https://travis-ci.org/jruby/jruby/builds/116392062)
<travis-ci> jruby/jruby-openssl (master:6320e12 by Christian Meier): The build is still failing. (https://travis-ci.org/jruby/jruby-openssl/builds/116393531)
pawnbox_ has joined #jruby
norc has joined #jruby
ITXpander1 has quit [Quit: Leaving.]
<GitHub21> [jruby] pitr-ch pushed 1 new commit to master: https://git.io/vagVs
<GitHub21> jruby/master daa3572 Petr Chalupa: [Truffle] j+tr: use dup not clone which keeps the object frozen
pawnbox has quit [Ping timeout: 268 seconds]
skade has quit [Quit: Computer has gone to sleep.]
<GitHub45> [jruby-openssl] mkristian force-pushed master from 6320e12 to dc28d09: https://git.io/vazxW
<GitHub45> jruby-openssl/master 7541ebe Christian Meier: improve setup of rake tests
<GitHub45> jruby-openssl/master dc28d09 Christian Meier: [build] use the version from the code for pom.xml
olle has quit [Remote host closed the connection]
thedarkone2 has joined #jruby
<travis-ci> jruby/jruby (master:daa3572 by Petr Chalupa): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/116413968)
pietr0 has joined #jruby
camlow32_ has joined #jruby
camlow3__ has joined #jruby
camlow32_ has quit [Read error: Connection reset by peer]
camlow325 has quit [Ping timeout: 244 seconds]
bzb has joined #jruby
bzb has quit [Remote host closed the connection]
<travis-ci> jruby/jruby-openssl (master:dc28d09 by Christian Meier): The build is still failing. (https://travis-ci.org/jruby/jruby-openssl/builds/116420539)
tomjoro has joined #jruby
shellac has quit [Quit: Ex-Chat]
bbrowning is now known as bbrowning_away
tcrawley is now known as tcrawley-away
camlow3__ has quit [Remote host closed the connection]
camlow32_ has joined #jruby
olle has joined #jruby
camlow325 has joined #jruby
cremes has quit [Remote host closed the connection]
olle has quit [Ping timeout: 250 seconds]
camlow32_ has quit [Ping timeout: 244 seconds]
cremes has joined #jruby
camlow325 has quit [Remote host closed the connection]
Prasun has quit [Ping timeout: 264 seconds]
skade has joined #jruby
tomjoro has quit [Remote host closed the connection]
tcrawley-away is now known as tcrawley
tomjoro has joined #jruby
tomjoro has quit [Remote host closed the connection]
camlow325 has joined #jruby
<bascule> we're having some really bizarre problems with this gem under JRuby and I have no idea why: https://github.com/caboteria/rails-bigint-pk
<bascule> and it's all during bundling
<bascule> adding it seems to make bundling take considerably more time and allocate a lot more memory
<bascule> like... over a gigabyte o_O
camlow325 has quit [Remote host closed the connection]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
blandflakes has joined #jruby
blandflakes has quit [Client Quit]
<bascule> might possibly be due to explicit gem dependencies on railties and activerecord?
skade has quit [Quit: Computer has gone to sleep.]
olle has joined #jruby
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
olle has quit [Ping timeout: 240 seconds]
camlow325 has joined #jruby
blandflakes has joined #jruby
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
skade has joined #jruby
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
<GitHub35> [jruby] enebo pushed 1 new commit to jruby-1_7: https://git.io/va20C
<GitHub35> jruby/jruby-1_7 18121a7 Thomas E. Enebo: Fixes #3736. File.open ignores :universal_newline options on Windows
kwando has quit [Quit: leaving]
kwando has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
<enebo> eregon: do you know if anyone ever runs ruby/spec on windows?
olle has joined #jruby
skade has joined #jruby
<GitHub179> [jruby] aviflax opened issue #3737: java_import can override constants used in dependencies, causing hard-to-debug errors https://git.io/va2ww
olle has quit [Ping timeout: 260 seconds]
skade has quit [Client Quit]
pawnbox_ has quit [Remote host closed the connection]
nirvdrum has quit [Remote host closed the connection]
<GitHub64> [jruby] enebo opened issue #3738: File.open w/ File::RDWR should write \r\n but gets should read as \n after rewind on windows https://git.io/va2i0
pawnbox has joined #jruby
nirvdrum has joined #jruby
pawnbox has quit [Ping timeout: 260 seconds]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
pawnbox has joined #jruby
<chrisseaton> enebo: we aren't running any CI on Windows at the moment, so if there was it's not us
bbrowning_away is now known as bbrowning
pawnbox has quit [Ping timeout: 248 seconds]
simonstewart has joined #jruby
<simonstewart> Hi. I’m in the process of updating the version of jrbuy that we use on the selenium project, and we need to package some extra gems (eg. Albacore for .Net compilation). Our update instructions are pretty out of date. Can someone give me some pointers on how to create a custom jruby-complete.jar with extra gems in it?
<simonstewart> Our existing update instructions are here: https://gist.github.com/jarib/733501 :)
olle has joined #jruby
lanceball is now known as lance|afk
olle has quit [Ping timeout: 248 seconds]
<enebo> chrisseaton: yeah I don’t mean jruby specifically…I mean anyone at all
bbrowning is now known as bbrowning_away
johnsonch is now known as johnsonch_afk
skade has joined #jruby
slash_nick is now known as slash_mode
skade has quit [Quit: Computer has gone to sleep.]
<GitHub57> [jruby] InfraRuby closed issue #3105: Java Integration conversions https://git.io/vqsxy
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 244 seconds]
brauliobo_ has quit [Ping timeout: 246 seconds]
brauliobo_ has joined #jruby
simonstewart has quit [Quit: simonstewart]
Lan5432 has joined #jruby
Rahul_Roy has quit [Quit: Connection closed for inactivity]
skade has joined #jruby
norc has quit [Ping timeout: 244 seconds]
brauliobo_ has quit [Ping timeout: 268 seconds]
<GitHub60> [jruby] chrisseaton pushed 1 new commit to master: https://git.io/vaaLj
<GitHub60> jruby/master d1c95c2 Chris Seaton: [Truffle] Add a getSymbol to CoreString
<GitHub165> [jruby] chrisseaton commented on commit d1c95c2: @nirvdrum https://git.io/vaate
<GitHub22> [jruby] chrisseaton pushed 9 new commits to truffle-head: https://git.io/vaatk
<GitHub22> jruby/truffle-head f77ee64 Chris Seaton: [Truffle] Use core strings for trace events.
<GitHub22> jruby/truffle-head 9111603 Chris Seaton: [Truffle] Re-use BaseEventNode in tracing.
<GitHub22> jruby/truffle-head 7099373 Chris Seaton: [Truffle] Make parameters to STF compilation final.
lance|afk is now known as lanceball
olle has joined #jruby
olle has quit [Ping timeout: 248 seconds]
tcrawley is now known as tcrawley-away
ITXpander has joined #jruby
<travis-ci> jruby/jruby (master:d1c95c2 by Chris Seaton): The build has errored. (https://travis-ci.org/jruby/jruby/builds/116509704)
enebo has quit [Quit: enebo]
<travis-ci> jruby/jruby (truffle-head:37c16a2 by Chris Seaton): The build was broken. (https://travis-ci.org/jruby/jruby/builds/116509841)
tomjoro has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby