<GitHub26>
[jruby] chrisseaton pushed 2 new commits to truffle-head: https://git.io/v1rGX
<GitHub26>
jruby/truffle-head 0338914 Chris Seaton: [Truffle] Organise imports.
<GitHub26>
jruby/truffle-head f8cde15 Chris Seaton: [Truffle] Use the diamond operator where possible.
enebo has joined #jruby
enebo has quit [Client Quit]
djellemah has joined #jruby
prasunanand has joined #jruby
djellemah_ has joined #jruby
<GitHub104>
[jruby] chrisseaton pushed 2 new commits to truffle-head: https://git.io/v1rCJ
<GitHub104>
jruby/truffle-head 2a7c4dd Chris Seaton: [Truffle] Don't open the main script twice.
<GitHub104>
jruby/truffle-head c6176a5 Chris Seaton: [Truffle] Fix reading files from stdin.
prasunanand has quit [Ping timeout: 245 seconds]
<GitHub59>
[jruby] chrisseaton created truffle-default-irb (+1 new commit): https://git.io/v1rCM
<GitHub59>
jruby/truffle-default-irb 0f5ac1e Chris Seaton: [Truffle] Run irb instead of reading from stdin by default.
<GitHub157>
[jruby] chrisseaton opened pull request #4376: [Truffle] Run irb instead of reading from stdin by default. (truffle-head...truffle-default-irb) https://git.io/v1rCS
<olle>
headius: For cross-reference I’ve set up a jruby-head, jruby-9.1.2.0 build on Travis vs that currently looks like https://travis-ci.org/olleolleolle/yard
<olle>
headius: In 9.1.2.0, as the original bug poster noted, the thing worked as advertised, and after that, not. The test suite bears that out.
thedarkone2 has quit [Quit: thedarkone2]
shellac has joined #jruby
swills has quit [Ping timeout: 260 seconds]
swills has joined #jruby
prasunanand has quit [Ping timeout: 258 seconds]
balo_ has quit [*.net *.split]
amdprophet has quit [*.net *.split]
kylo has quit [*.net *.split]
balo_ has joined #jruby
kylo has joined #jruby
amdprophet has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
prasunanand has joined #jruby
amdprophet has quit [Read error: Connection reset by peer]
amdprophet has joined #jruby
shellac has joined #jruby
claudiuinberlin has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
balo_ has quit [*.net *.split]
kylo has quit [*.net *.split]
balo_ has joined #jruby
kylo has joined #jruby
olle has quit [Quit: olle]
hays has quit [Ping timeout: 260 seconds]
prasunanand has quit [Ping timeout: 258 seconds]
donV has joined #jruby
olle has joined #jruby
donV has quit [*.net *.split]
esmiurium has quit [*.net *.split]
clayton has quit [*.net *.split]
donV has joined #jruby
esmiurium has joined #jruby
clayton has joined #jruby
olle has quit [Quit: olle]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
<GitHub148>
[jruby] eregon pushed 6 new commits to truffle-head: https://git.io/v1r6Q
<GitHub148>
jruby/truffle-head 98d3f35 Benoit Daloze: [Truffle] Rename for clarity.
<GitHub148>
jruby/truffle-head 04287d8 Benoit Daloze: [Truffle] Use GregorianCalendar to compute week year.
<GitHub148>
jruby/truffle-head bbfa92e Benoit Daloze: [Truffle] Mx: BYTELIST is no longer a dependency.
olle has joined #jruby
olle has quit [Quit: olle]
<GitHub117>
[jruby] kirs opened issue #4377: Rubygems integration broken? https://git.io/v1rXy
<GitHub136>
[jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/v1rpg
<GitHub136>
jruby/truffle-head fd6e410 Chris Seaton: [Truffle] Tidy up UnsafeHolder.
<chrisseaton>
Why is JNR's memory manage so complicated? I want to allocate some real native memory and I don't want it freed when the Pointer is garbage collected. Which method do I use?