kares_ has joined #jruby
ChrisBr_ has joined #jruby
kares has quit [*.net *.split]
ChrisBr has quit [*.net *.split]
rdubya has quit [*.net *.split]
deathy has quit [*.net *.split]
havenwood has quit [*.net *.split]
Aethenelle has quit [*.net *.split]
ChrisBr_ is now known as ChrisBr
me- has joined #jruby
yosafbridge has joined #jruby
rtyler has joined #jruby
Aethenelle has joined #jruby
m4rCsi has joined #jruby
duncanm has joined #jruby
havenwood has joined #jruby
rdubya has joined #jruby
deathy has joined #jruby
ChrisBr has quit [Ping timeout: 240 seconds]
ChrisBr has joined #jruby
Puffball has quit [Remote host closed the connection]
NightMonkey has quit [Ping timeout: 256 seconds]
NightMonkey has joined #jruby
<duncanm> is there a place to read javadocs for jnr-posix?
<duncanm> hmm, is jnr.posix.getenv any different from java's System.getenv?
Antiarc has quit [Ping timeout: 240 seconds]
Iceman has joined #jruby
Iceman has quit [Client Quit]
Antiarc has joined #jruby
claudiuinberlin has joined #jruby
elia has joined #jruby
elia has quit [Quit: (IRC Client: textualapp.com)]
shellac has joined #jruby
drbobbeaty has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
jrafanie has joined #jruby
Iceman has joined #jruby
shellac has quit [Read error: Connection reset by peer]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<enebo> kares: did you mean by increased support for the more esoteric features of PG itself leans on newer pg driver features?
Iceman has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<kares> enebo: yy pretty much
<enebo> kares: ok
<kares> already tried downgrading (this week) and than I broke compilation
<enebo> ah I see
<kares> + they relocated a lot of stuff with the 42 release
<kares> this is quite complicated to do while depending on their API
<enebo> kares: yeah my main reason for pushing on that issue was I just see us getting more reports since if we put out a new release we will get more users trying it
<kares> well as I said - I never got into fixing driver issues
<kares> we report if there's none and get it upstream
<enebo> no I can see that fixing the driver is a big bridge to cross
<kares> in this case there was a report with activity and its not clean to work-around
<enebo> yeah I did not see any of that context but I still am hoping there is something reasonable which can be done
<enebo> We can perhaps just see how long it takes to see the same issue opened again I guess
<kares> there's a work-around were using but I was opinionated about pushing it into AR-JDBC
<kares> ... since if I configure Java logging I wold no want a library messing up with logger level manually
<enebo> Perhaps if we end up in a limbo state waiting for them we could make a config property defaulted on which swallows up their loggers but if it interferes with other java logging they can set it to false...
<enebo> of course if they fix this timely we can update to newer version
<enebo> I am not a big fan of special config though
<enebo> I would rather downgrade if what they fixed was not that important between versions
<kares> think I will leave it up to you guys - as I am not sure I want to get deep into PG myself :)
<enebo> yeah we will try and figure out if there is anything to do but I am happy the issue is open for the time being
<kares> AR-JDBC is eating up too much time for me - I mostly here just to get those regressions you guys mentioned ironed out
<enebo> kares: I appreciate it
<kares> np
<kares> it really needs a proper dedicated team
<kares> maybe someone will step up eventually ...
<GitHub96> [jruby] headius closed pull request #5124: :newline option to File.open implies text mode now. (Part of #5118) (master...newline) https://git.io/vxwbe
<GitHub22> jruby/master 5785f5f Charles Oliver Nutter: Merge pull request #5124 from MSNexploder/newline...
<GitHub22> jruby/master 2fbabc3 Stefan Stüben: :newline option to File.open implies text mode now. Ruby Bug #13350
<GitHub22> [jruby] headius pushed 2 new commits to master: https://git.io/vxoJA
cremes77 has joined #jruby
jrafanie has joined #jruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cremes77 has quit [Quit: cremes77]
cremes77 has joined #jruby
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
cremes77 has quit [Quit: cremes77]
cremes77 has joined #jruby
<GitHub100> [jruby] headius pushed 7 new commits to master: https://git.io/vxosC
<GitHub100> jruby/master 7148110 Charles Oliver Nutter: Exclude MRI-specific test.
<GitHub100> jruby/master dddcc23 Charles Oliver Nutter: Avoid unlink and close calls on already-unlinked or closed file.
<GitHub100> jruby/master 48c2a2b Charles Oliver Nutter: Dup incoming comment/orig_name strings as in MRI.
<GitHub182> [jruby] enebo pushed 2 new commits to master: https://git.io/vxosQ
<GitHub182> jruby/master ae31c82 Thomas E. Enebo: This has to have been fixed on ruby/spec?
<GitHub182> jruby/master 7f8df5c Thomas E. Enebo: Fix all ruby/spec failures for Dir.glob and Dir[] sans the one which has an...
<headius> enebo: yo
<enebo> headius: ho
<enebo> heh yo
<headius> ticking off the failures
<enebo> yeah I am looking at ruby:spec:fast atm
<enebo> but lunch now!
<headius> there are a few glob errors in MRI suite too
<headius> we'll see how they look
<headius> I'm looking at MRI today
cremes77 has quit [Quit: cremes77]
cremes77 has joined #jruby
<headius> enebo: there's still a few stacks of parser/syntax failures in MRI suite
cremes77 has quit [Quit: cremes77]
cremes77 has joined #jruby
cremes77 has quit [Quit: cremes77]
cremes77 has joined #jruby
<enebo> headius: I will definitely look at those
bga57 has quit [Quit: Leaving.]
bga57 has joined #jruby
<headius> enebo: hey another item for you...you deprecated a bunch of paths that take String but need to take ByteList
<headius> I started trying to clean them up but I'm not sure I'm doing it the way you'd want
<enebo> Oh you mean in AST?
<headius> in fact most of the deprecation failures on master are those string to bytelist changes
<headius> yeah
<headius> AST and StaticScope and a few other places
<enebo> oh wow I forgot some of that was on master yet
<headius> this is from the pushing bytelist through parser
<headius> this might be better for you to do since it ties into symbol love
cremes77 has quit [Quit: cremes77]
<enebo> yeah no doubt it won't even apply
<enebo> can you give an example
<enebo> as I said last time we chatted I have planned on backing out all bytelist method storage stuff
<headius> RipperParserBase.java:[102,26] [deprecation] exists(String) in StaticScope has been deprecated
<headius> RipperParserBase.java:[107,15] [deprecation] addVariableThisScope(String) in StaticScope has been deprecated
<enebo> 8859 jlString is ID and can be intern'd and symbol is always retrievable from the ID
<headius> full build on master will show all the deprecations
cremes77 has joined #jruby
<enebo> funny this is still emitting same warning on that branch I am sure as well
<enebo> I will definitely make sure we are not using anything deprecated though
<headius> ok
<enebo> for lvars I am less apt to change it back to ljString
<enebo> it is generally just for reporting purposes already
<enebo> so I should just change ripper.getIdent to return bytelist
<enebo> making it a string is already a bit weird
cremes77 has quit [Client Quit]
<headius> my first approach was to add a second version of each method that takes String and Encoding
<headius> but I'm not sure if that's the approach you would want long term if we have the bytelists everywhere
<headius> hmmm
<headius> you know I think I'm going to fix ByteList.toString to decode properly and see what we fail
cremes77 has joined #jruby
<headius> just partially cleaning up
<enebo> headius: I think I fairly heavily depend on that to make a 8859_1 string
<enebo> It may only be in one place though
<enebo> so try it and I will cope if so
<enebo> oh an I am happy you did not land this since this is mostly different on bytelist_love already
<headius> yeah
<headius> it started to get a bit too gnarly
cremes77 has quit [Quit: cremes77]
cremes77 has joined #jruby
<GitHub23> [jruby] enebo pushed 1 new commit to master: https://git.io/vxo0k
<GitHub23> jruby/master 259b89e Thomas E. Enebo: backtrace_locations are spec'd to return the same array instance o_O
fffuj has joined #jruby
<fffuj> .-. .-.
<fffuj> .-. .-.
<fffuj> / \ / \
<fffuj> / \ / \
<fffuj> | _ \ / _ |
<fffuj> | _ \ / _ |
<fffuj> ; | \ \ / / | ;
<fffuj> ; | \ \ / / | ;
<fffuj> \ \ \ \_.._/ / / /
<fffuj> \ \ \ \_.._/ / / /
<fffuj> '. '.;' ';,' .'
<fffuj> '. '.;' ';,' .'
<fffuj> './ _ _ \.'
<fffuj> './ _ _ \.'
<fffuj> .' a __ a '.
<fffuj> .' a __ a '.
<fffuj> '--./ _, \/ ,_ \.--'
<fffuj> '--./ _, \/ ,_ \.--'
<fffuj> ----| \ /\ / |----
<fffuj> ----| \ /\ / |----
<fffuj> .--'\ '-' '-' /'--.
<fffuj> .--'\ '-' '-' /'--.
<fffuj> _>.__ -- _.- `;
<fffuj> _>.__ -- _.- `;
<fffuj> .' _ __/ _/
<fffuj> .' _ __/ _/
<fffuj> / '.,:".-\ /:,
<fffuj> / '.,:".-\ /:,
<fffuj> `""` `""`
<fffuj> `""` `""`
<enebo> heh
<kares> yes - more Happy wishes please, anyone?
cremes77 has quit [Quit: cremes77]
jrafanie has joined #jruby
cremes77 has joined #jruby
<qmx> happy spammer is happy
cremes77 has quit [Quit: cremes77]
cremes77 has joined #jruby
cremes77 has quit [Client Quit]
cremes77 has joined #jruby
rtyler has quit [Ping timeout: 264 seconds]
<GitHub67> [jruby] enebo pushed 1 new commit to master: https://git.io/vxoVM
<GitHub67> jruby/master 64d4fd8 Thomas E. Enebo: Exception.cause was NPEing (one constructor path was not initializing it).
cremes77 has quit [Quit: cremes77]
rtyler has joined #jruby
<GitHub43> [jruby] enebo pushed 1 new commit to master: https://git.io/vxorp
<GitHub43> jruby/master c78b918 Thomas E. Enebo: Somehow when set was moved to library we seemed to retain a subset of these...
joast has quit [Quit: Leaving.]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrafanie has joined #jruby
jrafanie has quit [Ping timeout: 256 seconds]
<GitHub193> [jruby] enebo pushed 1 new commit to master: https://git.io/vxo15
<GitHub193> jruby/master dd996fb Thomas E. Enebo: Kernel#warn now accepts an uplevel: kwarg which will print a filename:lineno...
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
xardion has quit [Ping timeout: 256 seconds]
xardion has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby