shellac has quit [Quit: Computer has gone to sleep.]
rrutkowski has joined #jruby
<GitHub168> [jruby] byteit101 opened issue #5004: PTY.open unusable because of fcntl error https://git.io/vNoIZ
rrutkowski has quit [Client Quit]
rrutkowski_ has joined #jruby
rrutkowski_ has quit [Client Quit]
rrutkowski has joined #jruby
<GitHub41> [jruby] byteit101 opened issue #5005: JRuby IRB readline issue on linux under a non-forked PTY https://git.io/vNoLl
rrutkowski has quit [Quit: rrutkowski]
rrutkowski has joined #jruby
rrutkowski has quit [Read error: Connection reset by peer]
cremes has quit [Quit: cremes]
rrutkowski has joined #jruby
rrutkowski has quit [Quit: rrutkowski]
rrutkowski has joined #jruby
yosafbridge has quit [Quit: Leaving]
rrutkowski has quit [Read error: Connection reset by peer]
rrutkowski has joined #jruby
rrutkowski has quit [Read error: Connection reset by peer]
rrutkowski has joined #jruby
rrutkowski has quit [Client Quit]
yosafbridge has joined #jruby
rrutkowski has joined #jruby
rrutkowski has quit [Quit: rrutkowski]
rrutkowski has joined #jruby
rrutkowski has quit [Quit: rrutkowski]
rrutkowski has joined #jruby
cremes has joined #jruby
cremes has quit [Client Quit]
akp has quit [Remote host closed the connection]
cremes has joined #jruby
cremes has quit [Client Quit]
akp has joined #jruby
cremes has joined #jruby
cremes has quit [Quit: cremes]
akp has quit [Remote host closed the connection]
clayton has quit [Ping timeout: 248 seconds]
clayton has joined #jruby
akp has joined #jruby
akp has quit [Ping timeout: 248 seconds]
byteit101 has quit [Ping timeout: 255 seconds]
Puffball has joined #jruby
claudiuinberlin has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
drbobbeaty has quit [Ping timeout: 276 seconds]
baroquebobcat has quit [Remote host closed the connection]
akp has joined #jruby
akp has quit [Ping timeout: 246 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
drbobbeaty has joined #jruby
drbobbeaty has quit [Quit: Textual IRC Client: www.textualapp.com]
claudiuinberlin has joined #jruby
drbobbeaty has joined #jruby
bbrowning_away is now known as bbrowning
akp has joined #jruby
akp has quit [Remote host closed the connection]
akp has joined #jruby
akp_ has joined #jruby
akp has quit [Ping timeout: 256 seconds]
<headius> good morning!
<GitHub120> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vNKYk
<GitHub120> jruby/jruby-9.1 eae124d Charles Oliver Nutter: Install and use haveged to further blunt some rand issues.
rrutkowski has quit [Quit: rrutkowski]
<GitHub191> [jruby] yui-knk opened pull request #5006: Fix test coerce2 (jruby-9.1...fix_test_coerce2) https://git.io/vNKGI
Gauf has joined #jruby
jrafanie has joined #jruby
Gauf has quit [Client Quit]
Gauf has joined #jruby
<Gauf> I am trying to re-set a private final field in a java class in jruby, is it possible?
<headius> heh well I would recommend against it, but it's possible to do almost anything
<headius> use `field_accessor :your_field_name` in the reopened class and if we can make it settable it will do so
<Gauf> I have to access "modifiers" field in a class, trying like `SomeClass.java_class.java_class.declared_field("modifiers")`
<Gauf> it fails
<Gauf> Ahdid not try that!
<Gauf> Thx!
<Gauf> Hmm get a security error, so maybe it is impossible after all.
<GitHub27> [jruby] headius pushed 1 new commit to master: https://git.io/vNKnQ
<GitHub27> jruby/master 5fb48a7 Charles Oliver Nutter: Merge branch 'jruby-9.1'
<GitHub155> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vNKce
<GitHub155> jruby/jruby-9.1 b85fa82 Charles Oliver Nutter: Merge branch 'fix_method_inspect_4995' into jruby-9.1
<headius> Gauf: how are you running JRuby?
<headius> normally security should allow this, but Java 9 has locked some things down so that could prevent it
<Gauf> java 8u151 and jruby 1.7.23
<Gauf> no sure if I answered your question
<headius> hmm ok
<headius> can you show me the script and error?
<headius> I mean, it may not be possible, but I didn't think Java 8 locked down final mutation
<GitHub161> [jruby] headius pushed 1 new commit to master: https://git.io/vNKCG
<GitHub161> jruby/master 0cb4e8d Charles Oliver Nutter: Merge branch 'jruby-9.1'
<GitHub125> [jruby] headius closed issue #4995: Wrong #inspect is used in Method#inspect https://git.io/vNgXy
xardion has quit [Remote host closed the connection]
<GitHub108> [jruby] enebo closed pull request #5006: Fix test coerce2 (jruby-9.1...fix_test_coerce2) https://git.io/vNKGI
<GitHub177> [jruby] enebo pushed 5 new commits to jruby-9.1: https://git.io/vNK8Y
<GitHub177> jruby/jruby-9.1 a559b81 yui-knk: Remove `Rational#div`...
<GitHub177> jruby/jruby-9.1 6edca41 yui-knk: Remove `Rational#modulo` and `Rational#%`...
<GitHub177> jruby/jruby-9.1 c4957fc yui-knk: Define `Numeric#%`...
<headius> ahh sorry, I forgot we actually try to enforce final ourselves here
xardion has joined #jruby
<Gauf> Yeah I looked at the code also and it seems so! Thx for your help!
<headius> you should still be able to do it with reflection if you really have to though
<Gauf> Its for a test, I will just relent and adapt the code for it. At some point I was just trying to do this to see if it could be done.
cremes has joined #jruby
<headius> Gauf: ok
shellac has quit [Quit: Leaving]
<GitHub102> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vNKV2
<GitHub102> jruby/jruby-9.1 cce8776 Charles Oliver Nutter: Fix PTY by being more permissive of fcntl flags. Fixes #5004....
<GitHub158> [jruby] headius closed issue #5004: PTY.open unusable because of fcntl error https://git.io/vNoIZ
<GitHub100> [jruby] headius closed issue #4879: Performance issue with ruby meta programming https://git.io/vbtAf
<GitHub25> [jruby] headius closed issue #4888: jruby-jars 9.1.15.0 cannot start jirb on win7/jdk8_60 [java.lang.NoClassDefFoundError] https://git.io/vblp9
cremes has quit [Quit: cremes]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrafanie has joined #jruby
cremes has joined #jruby
shellac has joined #jruby
olle has quit [Quit: olle]
shellac has quit [Quit: Computer has gone to sleep.]
jrafanie has quit [Quit: Textual IRC Client: www.textualapp.com]
cremes has quit [Quit: cremes]
cremes has joined #jruby
shellac has joined #jruby
cremes has quit [Client Quit]
Gauf has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Gauf has joined #jruby
<GitHub124> [jruby] enebo closed pull request #4818: Raise Errno::EISDIR when opening a directory for reading on Windows (master...file_open_read_raise_eisdir_on_windows) https://git.io/vdMk8
<GitHub17> [jruby] enebo pushed 3 new commits to master: https://git.io/vNKdG
<GitHub17> jruby/master 73846e9 Thomas E Enebo: Merge pull request #4818 from philr/file_open_read_raise_eisdir_on_windows...
<GitHub17> jruby/master 74b1970 Thomas E Enebo: Merge branch 'master' into file_open_read_raise_eisdir_on_windows
<GitHub17> jruby/master c483cf1 Phil Ross: Raise Errno::EISDIR when opening a directory for reading on Windows.
rrutkowski has joined #jruby
shellac has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
akp_ has quit [Remote host closed the connection]
Puffball has quit [Remote host closed the connection]
Gauf has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Gauf has joined #jruby
akp has joined #jruby
akp has quit [Remote host closed the connection]
<GitHub9> [jruby] headius opened issue #5007: Enumerator#next proceeds to next iteration without being called again https://git.io/vN6et
<GitHub20> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vN6eB
<GitHub20> jruby/jruby-9.1 c9bfede Charles Oliver Nutter: Don't view the same buffer; it might be updated while in use....
<GitHub117> [jruby] headius closed issue #4903: Weird error using IO.copy_stream, IO duck types and enumerators https://git.io/vbiU9
<GitHub49> [jruby] headius closed issue #4907: Make rubygem use /usr/bin/env in shebang in script https://git.io/vb1nc
cremes has joined #jruby
Puffball has joined #jruby
cremes has quit [Quit: cremes]
akp has joined #jruby
<travis-ci> jruby/jruby (jruby-9.1:c9bfede by Charles Oliver Nutter): The build passed. (https://travis-ci.org/jruby/jruby/builds/332974696)
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
shellac has joined #jruby
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
baroquebobcat has joined #jruby
<GitHub67> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vN63D
<GitHub67> jruby/jruby-9.1 2cb38f3 Charles Oliver Nutter: Semi-silently ignore close_on_exec= on Windows for now....
<GitHub150> [jruby] headius closed issue #4910: Regression with TCPSocket#close_on_exec on windows https://git.io/vbDuf
bbrowning is now known as bbrowning_away
shellac has quit [Quit: Computer has gone to sleep.]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub163> [jruby] enebo pushed 3 new commits to bytelist_love: https://git.io/vN6nJ
<GitHub163> jruby/bytelist_love fea43fb Thomas E. Enebo: More backtrace correction for encodings.
<GitHub163> jruby/bytelist_love b7ee8ea Thomas E. Enebo: Add more backtrace support properly printing out method name. This commit is...
<GitHub163> jruby/bytelist_love 9fe13cc Thomas E. Enebo: Update local_variables to use bytelistsi instead of Strings
akp has quit [Remote host closed the connection]
shellac has joined #jruby
<GitHub2> [jruby] headius opened issue #5008: Socket streams can't be for_fd with real fileno https://git.io/vN6cO
<GitHub52> [jruby] headius opened issue #5009: IO#close_on_exec= seems to have no effect on JDK sockets https://git.io/vN6cB
<GitHub34> [jruby] headius closed issue #4858: undefined "close_on_exec=" for TCPSocket https://git.io/vF9S1
<travis-ci> jruby/jruby (jruby-9.1:2cb38f3 by Charles Oliver Nutter): The build passed. (https://travis-ci.org/jruby/jruby/builds/333013397)
<GitHub188> [jruby] headius closed issue #4710: utime behaviour different from MRI https://git.io/vQ6iL
<GitHub112> [jruby] headius reopened issue #4710: utime behaviour different from MRI https://git.io/vQ6iL
<GitHub35> [jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vN6WO
<GitHub35> jruby/bytelist_love cee507c Thomas E. Enebo: local_variables needs to acquire properly encoded bytes to check their first...
cremes has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
akp has joined #jruby
Puffball has quit [Remote host closed the connection]
akp has quit [Ping timeout: 240 seconds]
rrutkowski has quit [Remote host closed the connection]