closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
charliesome has quit [Quit: zzz]
tcrypt has quit [Remote host closed the connection]
<Aethenelle>
I'm trying to implement Module#prepnd for jruby and ran across this when it failed.
Aethenelle_ has joined #ruby-core
<Aethenelle_>
I haven't found a similar test in either MRI's tests or rubyspec and I just wanted to verifi this is intended behavior. The include/prepend logic seems to indicate this is intended, but it would also require assuming developers will perform all includes/prepends in a given module before it itself is included/prepended.
<Aethenelle_>
Can anyone shed some light on this?
Aethenelle has quit [Ping timeout: 240 seconds]
Aethenelle_ is now known as Aethenelle
hsbt_away is now known as hsbt
shinnya has joined #ruby-core
Aethenelle_ has joined #ruby-core
<Aethenelle_>
bah... time to walk to the office... bbib
Aethenelle has quit [Ping timeout: 272 seconds]
Aethenelle_ is now known as Aethenelle
Aethenelle has quit [Ping timeout: 240 seconds]
kgrz has quit [Remote host closed the connection]
kgrz has joined #ruby-core
kgrz has quit [Ping timeout: 260 seconds]
nagachika has joined #ruby-core
Aethenelle has joined #ruby-core
<Aethenelle>
back
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
charliesome has quit [Quit: zzz]
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
shinnya has quit [Ping timeout: 246 seconds]
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
imkmf has quit [Remote host closed the connection]
imkmf has joined #ruby-core
imkmf_ has joined #ruby-core
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 255 seconds]
kgrz has joined #ruby-core
luiz_lha has joined #ruby-core
ItSANgo__ has quit [Quit: Leaving...]
Aethenelle has quit [Quit: Aethenelle]
kgrz has quit [Remote host closed the connection]
kgrz has joined #ruby-core
Aethenelle has joined #ruby-core
kgrz has quit [Ping timeout: 260 seconds]
kgrz has joined #ruby-core
<headius>
nurse: we have a user that's still using iconv, but JRuby 9k (Ruby 2.1 compatible) doesn't have it, and your gem only supports MRI
<headius>
I'm wondering if we could get a JRuby version of iconv into your gem, or at least a pure-Ruby wrapper around Encoding::Converter that looks like Iconv
kgrz has quit [Ping timeout: 245 seconds]
<nurse>
headius: I'll merge a JRuby version
<nurse>
It will be a Java implementation?
tcrypt_ has joined #ruby-core
kgrz has joined #ruby-core
kgrz has quit [Remote host closed the connection]
tcrypt has quit [Read error: Connection reset by peer]
<nurse>
Anyway send me a pull request or a issue. Both Java/Ruby implementation are welcome.
ItSANgo has joined #ruby-core
imkmf_ has quit [Ping timeout: 245 seconds]
imkmf_ has joined #ruby-core
<headius>
nurse: ok, I'm working on it now
<headius>
we had an iconv for a long time that uses JDK's Charset transcoding stuff...it will be that code initially, and then a version that uses Encoding::Converter later