joast has joined #jruby
etehtsea has joined #jruby
etehtsea has quit [Ping timeout: 240 seconds]
_whitelogger has joined #jruby
donV has joined #jruby
donV has quit [Ping timeout: 240 seconds]
donV has joined #jruby
<GitHub7> [jruby] mkristian pushed 1 new commit to master: https://git.io/v954L
<GitHub71> [jruby] mkristian closed issue #4579: Javadoc jar published to Maven Central contains no content https://git.io/v9Cem
<GitHub7> jruby/master 3610e7a Christian Meier: [build] add javadocs and source attachement back to release profile...
donV has quit [Quit: donV]
Talltree_ is now known as Talltree
Talltree has quit [Ping timeout: 260 seconds]
donV has joined #jruby
donV has quit [Quit: donV]
donV has joined #jruby
vtunka has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
Talltree has joined #jruby
Talltree_ has joined #jruby
Talltree has quit [Ping timeout: 272 seconds]
KiderSpiel has joined #jruby
Talltree_ has quit [Remote host closed the connection]
Talltree has joined #jruby
KiderSpiel has quit [Quit: KiderSpiel]
Talltree has quit [Ping timeout: 272 seconds]
Talltree has joined #jruby
bbrowning has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
vtunka has quit [Ping timeout: 268 seconds]
vtunka has joined #jruby
vtunka_ has joined #jruby
vtunka_ has quit [Client Quit]
vtunka has quit [Client Quit]
vtunka has joined #jruby
vtunka has quit [Quit: Leaving]
kares has joined #jruby
kares has quit [Client Quit]
vtunka has joined #jruby
donV_ has joined #jruby
donV has quit [Ping timeout: 260 seconds]
donV_ is now known as donV
donV has quit [Quit: donV]
kegster has quit [Quit: Shiner, TX makes good beer.]
donV has joined #jruby
camlow325 has joined #jruby
hobodave has joined #jruby
donV has quit [Quit: donV]
Aethenelle has joined #jruby
madrob has joined #jruby
<madrob> Is today still release day?
lanceball is now known as lance|afk
<GitHub112> [jruby] enebo pushed 1 new commit to master: https://git.io/v9d28
<GitHub112> jruby/master 64dc158 Thomas E. Enebo: Update jnr-posix to latest version.
kegster has joined #jruby
madrob has quit [Ping timeout: 260 seconds]
<GitHub144> [jruby] enebo closed issue #4573: interface implementation example does not work with JRuby 9000 series https://git.io/v9tNU
<GitHub77> [jruby] enebo closed issue #4603: ASF projects can't bundle and ship jruby9k https://git.io/v9MvW
camlow325 has quit [Ping timeout: 240 seconds]
camlow325 has joined #jruby
hobodave has quit [Quit: Computer has gone to sleep.]
donV has joined #jruby
lance|afk is now known as lanceball
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
hobodave has joined #jruby
bbrowning has quit [Quit: Leaving]
bbrowning has joined #jruby
bbrowning has quit [Remote host closed the connection]
bbrowning has joined #jruby
<GitHub57> [jruby] headius pushed 1 new commit to master: https://git.io/v9FTA
<GitHub57> jruby/master 3fe1cc2 Charles Oliver Nutter: Use actual racc/parser.rb from MRI 2.3. For #4603.
hobodave_ has joined #jruby
hobodave has quit [Ping timeout: 240 seconds]
camlow325 has quit [Ping timeout: 246 seconds]
camlow325 has joined #jruby
Specialist has joined #jruby
<nirvdrum> Aethenelle, headius: I don't suppose you know how the TypeAliases classes in jnr-ffi are created, do you?
<Aethenelle> probably similar to FFI... should be a rake task
<Aethenelle> let me look...
<nirvdrum> I didn't see anything. But I agree it looks like it should be generated.
<nirvdrum> If I need to build it by hand, I can. I just don't want to be working against it all.
<Aethenelle> ogod...
<Aethenelle> use the rake task in ffi (might also be one in jffi)
<Aethenelle> it'll get you to a file that should be fairly easy to parse and generate this thing from.
<Aethenelle> looks like only FFI... gen/Rakefile
<nirvdrum> Aethenelle: Thanks.
<nirvdrum> I wouldn't have thought to check out the FFI repo.
camlow325 has quit [Ping timeout: 246 seconds]
<Aethenelle> even easier...
<Aethenelle> rake types_conf
<nirvdrum> Aethenelle: I see you commit to ffi/ffi as well. Would it be helpful for me to generate sparc64-linux files for you?
<Aethenelle> yes
<Aethenelle> yes, please
<nirvdrum> Is there any more to it than generating the platform files? After doing so, I ran "bundle exec rake" and all 4,845 tests passed.
<Aethenelle> reminds me.. I have a PR that I need to get into jruby before I pull into FFI...
bbrowning is now known as bbrowning_away
<Aethenelle> nope... though, knowing the tests pass is pretty nice
<nirvdrum> I was a bit surprised.
<nirvdrum> The jnr-ffi tests have been a bit of a nightmare.
<nirvdrum> Evidently they do a bunch of unaligned memory operations and that segfaults on Solaris, at the very least.
<nirvdrum> Aethenelle: I see ext/ffi_c/libffi/doc/libffi.info is modified. But it looks like a bunch of control character changes. Is it safe to ignore that?
donV has quit [Quit: donV]
<Aethenelle> yes... that's part of libffi
<Aethenelle> the ffi test suite is pretty comprehensive... only a few tests missing really... those known missing aren't easy to test.
<nirvdrum> Aethenelle: Checking the file out didn't seem to affect anything. I just opened the PR at https://github.com/ffi/ffi/pull/574
<nirvdrum> If you need me to commit the info file, I can do so.
<nirvdrum> Oh, I misread. It sounds like it is safe to ignore.
<Aethenelle> you'll want to add that file to jruby as well.
lanceball is now known as lance|afk
<nirvdrum> jnr-ffi you mean?
<nirvdrum> Or somewhere else?
camlow325 has joined #jruby
<Aethenelle> I mean in jruby itself.... one sec, I'll grab the path...
<Aethenelle> lib/ruby/stdlib/ffi/platform/
<Aethenelle> might be some other stuff that'll need massaging too...
<Aethenelle> based on sparc-linux, you shouldn't have to do anything past dropping that file in...
<nirvdrum> Thanks.
<nirvdrum> It's a bit strange that FFI calls it sparc64 and JNR calls it sparcv9.
Specialist has quit [Ping timeout: 240 seconds]
hobodave_ has quit [Quit: Computer has gone to sleep.]
Aethenelle has quit [Quit: Aethenelle]