shellac has joined #jruby
alex0ptr_ has quit [Read error: Connection reset by peer]
alex0ptr has joined #jruby
<GitHub6> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/v1A5Z
<GitHub6> jruby/truffle-head 627cdf1 Kevin Menard: [Truffle] Removed obsoleted comment....
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
shellac has quit [Client Quit]
alex0ptr has quit [Remote host closed the connection]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 250 seconds]
alxs has joined #jruby
alxs has quit [Ping timeout: 265 seconds]
pilne has joined #jruby
pilne has quit [Quit: Quitting!]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 250 seconds]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 268 seconds]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 264 seconds]
<GitHub126> [jruby] nirvdrum pushed 3 new commits to truffle-head: https://github.com/jruby/jruby/compare/627cdf15f0f9...1d5230886635
<GitHub126> jruby/truffle-head 21b5d93 Kevin Menard: [Truffle] Consolidated code range check methods into StringGuards.
<GitHub126> jruby/truffle-head c0c0d8c Kevin Menard: [Truffle] Moved String index normalization out to a node.
<GitHub126> jruby/truffle-head 1d52308 Kevin Menard: [Truffle] Removed dead code.
alex0ptr has joined #jruby
pawnbox has joined #jruby
<GitHub41> [jruby] nirvdrum pushed 3 new commits to truffle-head: https://git.io/v1xqv
<GitHub41> jruby/truffle-head 15f7d64 Kevin Menard: [Truffle] More direct string append in String#insert.
<GitHub41> jruby/truffle-head e3c2107 Kevin Menard: [Truffle] Moved String#insert out to Ruby.
<GitHub41> jruby/truffle-head 7349e2d Kevin Menard: [Truffle] Consolidated two nodes that basically did the same thing, with slight differences.
alxs has joined #jruby
alex0ptr has quit [Ping timeout: 250 seconds]
alxs has quit [Ping timeout: 250 seconds]
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 258 seconds]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
pawnbox has quit [Remote host closed the connection]
prasun has joined #jruby
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 248 seconds]
pawnbox has joined #jruby
shellac has joined #jruby
vtunka has joined #jruby
prasun has quit [Ping timeout: 245 seconds]
shellac has quit [Quit: Computer has gone to sleep.]
alxs has joined #jruby
alxs has quit [Ping timeout: 250 seconds]
shellac has joined #jruby
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 250 seconds]
shellac has quit [Quit: Computer has gone to sleep.]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 246 seconds]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
<GitHub102> [jruby] nirvdrum closed issue #4357: [Truffle] exec(env, *command) gives ENOENT https://github.com/jruby/jruby/issues/4357
<GitHub133> [jruby] nirvdrum closed pull request #4397: [Truffle] Enhanced byte array. (truffle-head...truffle-enhanced-byte-array) https://git.io/v1dtc
<GitHub49> [jruby] nirvdrum deleted truffle-enhanced-byte-array at 5dcfb9f: https://git.io/v1x90
olle has joined #jruby
donV has joined #jruby
<donV> Hi all!
<donV> I am getting low coverage reports when using the latest 9.1.7.0 snapshot. Is this a known issue? 9.1.6.0 works fine.
<olle> donV: My guess is you may need JRUBY_OPTS=--debug when running test coverage, for the coverage numbers to be about right. Is that it?
<donV> That is right, and I have that set.
<donV> I have tried both JRUBY_OPTS=“—debug” and the “—debug” option on the command line :)
<donV> The same setup works for JRuby 9.1.2.0, 9.1.5.0, and 9.1.6.0.
<donV> olle: Do you have a project where you track coverage?
<olle> donV: I guess I do, I could try adding jruby-head to its .travis.yml?
<donV> Yes, that is what is failing for me :)
<olle> donV: Just to see whether the numbers move in any meaningful way.
alex0ptr has joined #jruby
<donV> Cool! That would be great!
<olle> donV: Hm. Let's try an Open Source project, that's easiest to inspect.
alex0ptr has quit [Ping timeout: 258 seconds]
<olle> donV: https://travis-ci.org/skywinder/github-changelog-generator/builds/185756939 is now an on-going build against jruby-head as well as jruby-9.1.6.0
<donV> olle: looks like a tiny difference in coverage
<donV> I am using simplecov. Looks like you are using coveralls.
<olle> ugh
<olle> coveralls == simplecov, innit?
<olle> just some kind of "skin" on top of it?
<donV> olle: Your difference in coverage is insignificant.
<donV> Mine is 50%
<donV> olle: You are using simplecov as well!
<olle> donV: As I understand coveralls, it's a service which renders simplecov-collected cov.
<donV> Ah, ok.
<olle> donV: Quite slim. Huh.
<donV> I can reproduce it locally, not only on Travis.
<donV> olle: Could you clone it av run with JRuby snapshot and —debug?
<olle> donV: On my OS X laptop?
<donV> Yes, could you? Would be geat to have a second reproduction :)
<olle> Um, I'm using rvm on this machine, is there a neat shortcut to get a snapshot with that?
<donV> yes, jruby-head, I htink :)
<olle> it pulls from jruby/jruby.git - I'll let it. We need the office warmth, anyway.
<olle> donV: Same.
<donV> So, confirmed?
pawnbox has quit [Remote host closed the connection]
<olle> donV: Confirmed.
<donV> olle: Thanks! I’ll file an issue in thte tracker :)
alxs has joined #jruby
pawnbox has joined #jruby
<GitHub122> [jruby] donv opened issue #4404: Decreased coverage with 9.1.7.0 snapshot https://github.com/jruby/jruby/issues/4404
<donV> filed!
enebo has joined #jruby
olle has quit [Quit: olle]
alex0ptr has joined #jruby
<GitHub109> [jruby] eregon pushed 4 new commits to master: https://github.com/jruby/jruby/compare/946befd60f4d...abf58dc3b203
<GitHub109> jruby/master 066d0a5 Benoit Daloze: Squashed 'spec/mspec/' changes from eb12af0..d44a977...
<GitHub109> jruby/master 652b69f Benoit Daloze: Merge ruby/mspec commit '066d0a56eb72427a26bd2c13dce4281929ec1c8f'
<GitHub109> jruby/master 1b14c2f Benoit Daloze: Squashed 'spec/ruby/' changes from 852254a..f4a4f0e...
alex0ptr has quit [Ping timeout: 258 seconds]
olle has joined #jruby
<GitHub130> [jruby] eregon pushed 2 new commits to master: https://github.com/jruby/jruby/compare/abf58dc3b203...fcbd3d312d14
<GitHub130> jruby/master 0562bfe Benoit Daloze: Readline support is now detected automatically by MSpec
<GitHub130> jruby/master fcbd3d3 Benoit Daloze: Add tags for new specs
vtunka has quit [Quit: Leaving]
prasun has joined #jruby
<GitHub165> [jruby] eregon pushed 1 new commit to master: https://github.com/jruby/jruby/commit/5f5f786f22dd5a93e09b6b8b76859950e4f15be4
<GitHub165> jruby/master 5f5f786 Benoit Daloze: Merge remote-tracking branch 'origin/truffle-head'
<GitHub117> [jruby] eregon pushed 1 new commit to master: https://github.com/jruby/jruby/commit/19494f4ad626edb211ce3795138a319e4c7394a7
<GitHub117> jruby/master 19494f4 Benoit Daloze: [Truffle] Tags for new specs.
<GitHub41> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/v1pT8
<GitHub41> jruby/truffle-head aa0ab9e Benoit Daloze: Merge remote-tracking branch 'origin/master' into truffle-head
prasun has quit [Ping timeout: 245 seconds]
prasun has joined #jruby
<GitHub84> [jruby] eregon pushed 3 new commits to truffle-head: https://github.com/jruby/jruby/compare/aa0ab9edd762...c5f80b76a222
<GitHub84> jruby/truffle-head c5f80b7 Benoit Daloze: [Truffle] Fix some warnings in parser.
<GitHub84> jruby/truffle-head 1ae5104 Benoit Daloze: [Truffle] Remove dead code and warnings except in parser.
<GitHub84> jruby/truffle-head 2b099d5 Benoit Daloze: [Truffle] Fix more warnings.
<GitHub111> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/v1pt0
<GitHub111> jruby/truffle-head a9f9871 Benoit Daloze: [Truffle] Remove extra import.
<travis-ci> jruby/jruby (master:19494f4 by Benoit Daloze): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/185799212)
donV has quit [Ping timeout: 256 seconds]
<GitHub100> [jruby] eregon pushed 2 new commits to truffle-head: https://github.com/jruby/jruby/compare/a9f9871b77e9...a0e6d7b1f54d
<GitHub100> jruby/truffle-head b8bb89a Benoit Daloze: [Truffle] Make long_ary local in Array#<< specs.
<GitHub100> jruby/truffle-head a0e6d7b Benoit Daloze: [Truffle] Add ArrayStrategy#setStoreAndSize for more flexibility....
zacts has quit [Quit: WeeChat 1.6]
zacts has joined #jruby
olle has quit [Quit: olle]
pawnbox has quit [Remote host closed the connection]
<GitHub169> [jruby] bjfish pushed 1 new commit to truffle-head: https://github.com/jruby/jruby/commit/5c4ca6f6ba0292977736c55f06ff49ec0345770c
<GitHub169> jruby/truffle-head 5c4ca6f Brandon Fish: [Truffle] Add test_m17n to MRI tests
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 250 seconds]
matthewd has quit [Ping timeout: 260 seconds]
matthewd has joined #jruby
lanceball is now known as lance|afk
pawnbox has joined #jruby
<GitHub59> [jruby] eregon pushed 4 new commits to truffle-head: https://git.io/v1pZ6
<GitHub59> jruby/truffle-head 496d0c0 Benoit Daloze: [Truffle] Keep the volatile write when writing to a global var for the memory barrier.
<GitHub59> jruby/truffle-head cb76897 Benoit Daloze: [Truffle] Show if an object is shared when debugging.
<GitHub59> jruby/truffle-head e059e94 Benoit Daloze: [Truffle] Generalize []= when writing beyond by checking if the strategy accepts nil.
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 258 seconds]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
swills has quit [Ping timeout: 250 seconds]
shellac has joined #jruby
<GitHub196> [jruby] eregon pushed 1 new commit to truffle-head: https://github.com/jruby/jruby/commit/309bfe6e028c30b1abbe1870ddafa4d7cec7eda4
<GitHub196> jruby/truffle-head 309bfe6 Benoit Daloze: [Truffle] Fixed TODO.
shellac has quit [Quit: Computer has gone to sleep.]
subbu is now known as subbu|meeting
thedarkone2 has joined #jruby
donV has joined #jruby
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 245 seconds]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
subbu|meeting is now known as subbu
prasun has quit [Ping timeout: 245 seconds]
pawnbox has quit [Remote host closed the connection]
pilne has joined #jruby
subbu is now known as subbu|lunch
alxs has quit [Ping timeout: 250 seconds]
alxs has joined #jruby
alex0ptr has joined #jruby
alxs has quit [Ping timeout: 265 seconds]
shellac has joined #jruby
alex0ptr has quit [Ping timeout: 265 seconds]
shellac has quit [Quit: Computer has gone to sleep.]
swills has joined #jruby
shellac has joined #jruby
shellac has quit [Client Quit]
enebo has quit [Quit: enebo]
<GitHub176> [jruby] PragTob opened issue #4405: [Truffle] rescue should try to invoke and use triple equals operator https://git.io/v1pKN
<GitHub60> [jruby] chrisseaton created truffle-precise-parser (+2 new commits): https://github.com/jruby/jruby/compare/2b16eebd4587^...d5101b89c350
<GitHub60> jruby/truffle-precise-parser d5101b8 Chris Seaton: [Truffle] Add tests for source sections.
<GitHub60> jruby/truffle-precise-parser 2b16eeb Chris Seaton: [Truffle] Add an option for translating assertion failures or not.
subbu|lunch is now known as subbu
<GitHub107> [jruby] chrisseaton pushed 2 new commits to truffle-head: https://github.com/jruby/jruby/compare/309bfe6e028c...81808619912d
<GitHub107> jruby/truffle-head 8180861 Chris Seaton: [Truffle] Add tests for source sections.
<GitHub107> jruby/truffle-head 990f647 Chris Seaton: [Truffle] Add an option for translating assertion failures or not.
<GitHub25> [jruby] chrisseaton force-pushed truffle-precise-parser from d5101b8 to 8180861: https://github.com/jruby/jruby/commits/truffle-precise-parser
<travis-ci> jruby/jruby (truffle-precise-parser:d5101b8 by Chris Seaton): The build passed. (https://travis-ci.org/jruby/jruby/builds/185885207)
<travis-ci> jruby/jruby (truffle-precise-parser:8180861 by Chris Seaton): The build passed. (https://travis-ci.org/jruby/jruby/builds/185886299)
yipdw has quit [Remote host closed the connection]
yipdw has joined #jruby
yipdw has joined #jruby
yipdw has quit [Changing host]
alxs has joined #jruby
alex0ptr has joined #jruby
alxs has quit [Ping timeout: 240 seconds]
alex0ptr has quit [Ping timeout: 245 seconds]
yipdw has quit [Remote host closed the connection]
yipdw has joined #jruby
yipdw has joined #jruby
yipdw has quit [Changing host]
<GitHub109> [jruby] chrisseaton pushed 16 new commits to truffle-precise-parser: https://github.com/jruby/jruby/compare/81808619912d...491eb1e49e37
<GitHub109> jruby/truffle-precise-parser 2bca4c4 Chris Seaton: [Truffle] Nobody is using PositionAware.
<GitHub109> jruby/truffle-precise-parser 95e91ad Chris Seaton: [Truffle] We can use null instead of InvalidSourcePosition's singleton instance.
<GitHub109> jruby/truffle-precise-parser 6acd915 Chris Seaton: [Truffle] SimpleSourcePosition is the only ISourcePosition.
<GitHub118> [jruby] chrisseaton opened pull request #4406: [Truffle] Refactor source section abstractions (truffle-head...truffle-precise-parser) https://git.io/v1pdy
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 250 seconds]
shellac has joined #jruby
donV has quit [Quit: donV]
<GitHub17> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://github.com/jruby/jruby/commit/12c6ebfb1fabf576041544b0a4a5b1acce9773b2
<GitHub17> jruby/truffle-head 12c6ebf Kevin Menard: [Truffle] Removed the `string_copy_from` primitive....
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 256 seconds]