<GitHub37> [jruby] trejkaz opened issue #4682: Unicode characters are lost when embedding JRuby using ScriptContainer https://git.io/vQqC2
camlow325 has joined #jruby
camlow325 has quit [Client Quit]
duper has quit [Ping timeout: 260 seconds]
knu has quit [Quit: Reboot...]
knu has joined #jruby
prasun has joined #jruby
prasun has quit [Ping timeout: 240 seconds]
knu has quit [Remote host closed the connection]
knu has joined #jruby
<kares> SplendidRust: what would be the expectation of yours for including such a module into a Java package ... they're basically dummy modules providing name-spacing
<GitHub17> [jruby] kares pushed 1 new commit to master: https://git.io/vQq6z
<GitHub17> jruby/master 083290a kares: [test] exclude and move often failing CI tests (too much JVM spawning)
prasunanand has joined #jruby
prasunanand_ has joined #jruby
prasunanand has quit [Ping timeout: 246 seconds]
prasunanand_ has quit [Ping timeout: 240 seconds]
<GitHub0> [jruby] kares closed issue #2257: Is it possible to store global variables only in current context? https://git.io/73lu0w
prasunanand_ has joined #jruby
<travis-ci> jruby/jruby (master:083290a by kares): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/246079005)
<GitHub193> [jruby] kares closed issue #2171: Timeout broken when stuck in EPOLL_WAIT https://git.io/K3zz8g
prasunanand_ has quit [Ping timeout: 240 seconds]
prasunanand_ has joined #jruby
prasunanand__ has joined #jruby
prasunanand_ has quit [Ping timeout: 260 seconds]
prasunanand__ has quit [Ping timeout: 276 seconds]
prasunanand__ has joined #jruby
knu has quit [Quit: Reboot...]
knu has joined #jruby
prasunanand__ has quit [Ping timeout: 246 seconds]
<GitHub163> [jruby] kares pushed 3 new commits to master: https://git.io/vQqdH
<GitHub163> jruby/master c24f7fa kares: fix String#rindex not working properly in specific UTF-8 case at #3396...
<GitHub163> jruby/master a6a1466 kares: more cleanup around StringSupport's rindex implementation internals
<GitHub163> jruby/master 1cd660b kares: deprecate rindex19 methods + cleanup rindexCommon internals
shellac has joined #jruby
prasunanand has joined #jruby
vtunka has joined #jruby
vtunka has quit [Client Quit]
vtunka has joined #jruby
prasunanand has quit [Ping timeout: 260 seconds]
<GitHub113> [jruby] kares closed issue #3396: Pathname#relative_path_from failing when there are certain unicode characters in the path https://git.io/vCrd4
knu has quit [Read error: Connection reset by peer]
knu has joined #jruby
<GitHub51> [jruby] slackfan opened issue #4683: Issues with Marshal.load https://git.io/vQqhT
bbrowning_away is now known as bbrowning
prasunanand has joined #jruby
<SplendidRust> @kares: Ideally I'd like them to behave more like Ruby Modules (including methods I add to Modules). I don't mind if I can only add methods that end in
<SplendidRust> (sorry, didn't know double quotes would end message) I don't mind if I can only methods that end in '?' or '!', or that have one or more arguments (all of which would have no impact on namespacing). To answer your question in detail though, my primary concern right now is be able to navigate them in a DRB client.
<GitHub105> [jruby] slackfan closed issue #4683: Issues with Marshal.load https://git.io/vQqhT
<kares> SplendidRust: you can not do that - java packages are only for name-spacing
<kares> you can not have any functionality (methods) on a package in Java ... they're basically emulated as (dummy) modules for convenience
prasunanand_ has joined #jruby
prasunanand has quit [Read error: Connection reset by peer]
prasunanand_ has quit [Ping timeout: 255 seconds]
prasunanand_ has joined #jruby
<GitHub105> [jruby] ioquatix opened pull request #4684: Rename readmsg to recvmsg (master...patch-1) https://git.io/vQmkY
knu has quit [Read error: Connection reset by peer]
knu has joined #jruby
prasunanand_ has quit [Ping timeout: 240 seconds]
mistergibson has quit [Ping timeout: 268 seconds]
mistergibson has joined #jruby
<SplendidRust> Kares: Why would it be bad to allow new JavaPackage methods that cannot represent package names?
<kares> SplendidRust: don't know much about DRB (what the details of sending over such a module mean)
<kares> ... but internally they're not acting really as modules - they're more of a BasicObject-like module
<kares> (than if it works it works - just saying that those details might be why you run into issues)
<GitHub34> [jruby] kares pushed 6 new commits to master: https://git.io/vQmWP
<GitHub34> jruby/master e5fc7af kares: deprecate 19 suffix methods - some javadoc for RubyMethod hierarchy
<GitHub34> jruby/master 718cb7d kares: [test] re-surrect regression spec disabled at #1011
<GitHub34> jruby/master 5c8e573 kares: [test] missed to add an assert as the new test was added previously
<GitHub168> [jruby] kares closed issue #1011: JRUBY-5283 Thread specs fail sporadically on Travis https://git.io/vQmWh
vtunka has quit [Quit: Leaving]
<SplendidRust> Kares: including DRbUndumped prevents marshalling. The DRB client is provided with a proxy. All messages sent to the proxy are passed over the wire to the actual object.
camlow325 has joined #jruby
shellac has quit [Ping timeout: 258 seconds]
shellac has joined #jruby
camlow321 has joined #jruby
camlow325 has quit [Ping timeout: 246 seconds]
<GitHub3> [jruby] kares closed issue #3730: "could not coerce Fixnum to interface java.util.Set" from code that isn't dealing with sets https://git.io/vaW3Q
<GitHub46> [jruby] kares closed issue #3769: UnsatisfiedLinkError when launching rails console on Windows. https://git.io/vVG3S
<GitHub32> [jruby] kares closed issue #3582: 1.7.x define_singleton_method fails in fascinating ways in odd situations https://git.io/vuwGv
prasunanand has joined #jruby
<GitHub6> [jruby] kares closed issue #3489: Strange warning "io/console not supported" when doing a syntax check on Windows https://git.io/vBkZ4
<GitHub147> [jruby] roboyeti opened issue #4685: Jruby + rails csfr_meta_tag requires minutes to render due to jruby use of /dev/random on a virtual machine https://git.io/vQmP0
<travis-ci> kares/jruby (test-method-eq:af6d87e by kares): The build passed. (https://travis-ci.org/kares/jruby/builds/246218626)
prasunanand has quit [Ping timeout: 240 seconds]
camlow321 has quit [Quit: WeeChat 1.5]
prasunanand has joined #jruby
<GitHub138> [jruby] eregon pushed 4 new commits to master: https://git.io/vQmSs
<GitHub138> jruby/master 118e415 Benoit Daloze: Squashed 'spec/ruby/' changes from 2795010..874f42f...
<GitHub138> jruby/master 564ad98 Benoit Daloze: Merge spec/mspec commit 'fe7fe66f58d6f77a6a54a1cda97ac176f428309c'
<GitHub138> jruby/master fe7fe66 Benoit Daloze: Squashed 'spec/mspec/' changes from 6c95759..86c3bee...
<eregon> I have update the specs, please tag as appropriate if they are new failures
<eregon> updated*
prasunanand has quit [Ping timeout: 254 seconds]
eugenmayer has joined #jruby
<eugenmayer> Hello. Are any issues known with jruby and debian stretch? I get a native library support issue with FileUtils.chown_R suddenly
<eugenmayer> or is that an issue with the oracle JRE 8 131-11?
prasunanand has joined #jruby
prasunanand_ has joined #jruby
prasunanand has quit [Ping timeout: 246 seconds]
prasunanand_ has quit [Ping timeout: 255 seconds]
camlow325 has joined #jruby
clayton has quit [Quit: ZNC - http://znc.in]
clayton has joined #jruby
bbrowning is now known as bbrowning_away
<GitHub71> [jruby] enebo closed issue #2063: Unable to uninstall on Windows https://git.io/vQYGO
eugenmayer has quit [Quit: Leaving.]
Puffball has quit [Remote host closed the connection]
camlow325 has quit [Quit: WeeChat 1.5]
camlow325 has joined #jruby
Puffball has joined #jruby
lanceball is now known as lance|afk
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
camlow325 has quit [Ping timeout: 255 seconds]
camlow325 has joined #jruby