fidothe has quit [Ping timeout: 258 seconds]
fidothe has joined #jruby
Puffball_ has quit [Ping timeout: 240 seconds]
Puffball has joined #jruby
rrutkowski has quit [Ping timeout: 240 seconds]
rrutkowski_ has joined #jruby
rrutkowski_ has quit [Read error: Connection reset by peer]
bbrowning is now known as bbrowning_away
rrutkowski has joined #jruby
rrutkowski has quit [Remote host closed the connection]
rrutkowski has joined #jruby
rrutkowski has quit [Quit: rrutkowski]
rrutkowski has joined #jruby
rrutkowski has quit [Quit: rrutkowski]
rrutkowski has joined #jruby
<lopex> headius: you here ?
rrutkowski has quit [Ping timeout: 260 seconds]
rrutkowski has joined #jruby
Puffball has quit [Remote host closed the connection]
chrisarc1nd is now known as chrisarcand
<headius> lopex: I am now
<lopex> headius: I think I have quite reliable method of extracting binaries
<headius> oh really?
<lopex> with fraction of that old code that parsed sources
<lopex> and we have code ranges
<lopex> objdump seems to be consistent with that --start-address
<headius> haha
<lopex> for a .o section
<headius> so you really did go to the binary
<headius> very nice
<lopex> too much hassle with parsing
<headius> agreed
<lopex> the only diff I get is under .rodata on linux and .rdata on cygwin
<lopex> I read that it has to something with -O and constan folding
<lopex> also
<headius> ahh interesting
<lopex> headius: for transcoders and folds we need a little help of sources since we dont have array lengths in binaries
<lopex> headius: but it's way better anyways https://gist.github.com/lopex/7c92b5a817ea6f9e91a3ca5b7783da64
<GitHub47> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vbufw
<GitHub47> jruby/jruby-9.1 3011d3d jmalves: Fix ThreadNexter shutdown killing nexter thread already executing a different task...
<GitHub133> [jruby] headius closed pull request #4887: ThreadedNexter shutdown can in some situations interrupt a thread executing a different task (master...jmalves-nexter-thread-shutdown) https://git.io/vbWzN
<lopex> mri only keeps lengths in arrays for ranges
<lopex> brw this seemes quite usable https://github.com/oggy/cast for my former attempt
<lopex> it even has preprocessor support
<lopex> but the problem is it wont load without other typedefs
<lopex> and it takes a bit to load even though it's an ext
bga57 has quit [Quit: Leaving.]
<lopex> headius: which ruby do we target now ?
<headius> well 9.1 is 2.3 and 9.2 should be 2.4
<headius> but we have been dragging out feet on 9.1 a bit
<headius> I mean 9.2
<headius> 2.5 will be released soon so there's that
<headius> the grapheme stuff came in with 2.3 right?
<lopex> in some non working version maybe
<lopex> we support \X form that version afaik
<lopex> headius: changing transcoder table names would be considered breaking change ?
<lopex> only jcodings use these
<headius> no
<headius> nobody should be digging that deep anyway
<lopex> what is that syntax ?
<lopex> and I dont understand why they do this {0x0041, {1|F|D, {0x0061}}},
<lopex> 1 is length of that array field on the right
<lopex> why do they pack flags in length field if they control the structure
bga57 has joined #jruby
bga57 has quit [Quit: Leaving.]
bga57 has joined #jruby
bga57 has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
rrutkowski has quit [Ping timeout: 240 seconds]
vtunka has joined #jruby
rrutkowski has joined #jruby
rrutkowski has quit [Client Quit]
rrutkowski has joined #jruby
drbobbeaty has joined #jruby
vtunka has quit [Quit: vtunka]
vtunka has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rrutkowski has quit [Ping timeout: 255 seconds]
rrutkowski has joined #jruby
shellac has joined #jruby
drbobbeaty has joined #jruby
rrutkowski has quit [Quit: rrutkowski]
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
seizmo has joined #jruby
seizmo has quit [Client Quit]
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
kith has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
bbrowning_away is now known as bbrowning
neoice_ is now known as neoice
drbobbeaty has joined #jruby
kith has quit [Quit: kith]
vtunka has quit [Quit: vtunka]
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
vtunka has joined #jruby
drbobbeaty has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
vtunka has quit [Quit: vtunka]
drbobbeaty has quit [Read error: Connection reset by peer]
vtunka has joined #jruby
drbobbeaty has joined #jruby
Puffball has joined #jruby
adam- is now known as adam12
drbobbeaty has quit [Max SendQ exceeded]
drbobbeaty has joined #jruby
haze_ has quit [Quit: Lost terminal]
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
drbobbeaty has quit [Ping timeout: 260 seconds]
ebowling has joined #jruby
ebowling has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
drbobbeaty has joined #jruby
ebowling has joined #jruby
ebowling has quit [Client Quit]
<GitHub181> [jruby] enebo pushed 3 new commits to master: https://git.io/vbz3X
<GitHub181> jruby/master c41788f Thomas E. Enebo: Fix one regression (caused massive duplication in reported elements -- which...
<GitHub181> jruby/master 509a249 Thomas E. Enebo: Fixes #4882. Ripper doesn't handle private def with nested block....and others....
<GitHub181> jruby/master 8e38eba Thomas E. Enebo: Fixes another regression from fix of #4882. In this case we would look for...
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
vtunka has quit [Ping timeout: 240 seconds]
shellac has quit [Quit: Leaving]
ebowling has joined #jruby
<ebowling> Anyone know how to get access to archived versions of jruby?
<headius> ebowling: what version are you looking for?
<headius> many are on jruby.org but we had a mishap
<headius> enebo: how far back did you restore?
<ebowling> well, I was wondering about 1.6.5 in particular
<ebowling> I just noticed 1.6.8 is available - that might work
<headius> ebowling: ahh yeah, I know we only restored back a certain amount since most of those aren't used anymore
ebowling has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ebowling has joined #jruby
rrutkowski has joined #jruby
rrutkowski has quit [Client Quit]
claudiuinberlin has joined #jruby
rrutkowski has joined #jruby
rrutkowski has quit [Client Quit]
rrutkowski has joined #jruby
rrutkowski has quit [Client Quit]
rrutkowski has joined #jruby
rrutkowski has quit [Client Quit]
rrutkowski has joined #jruby
rrutkowski has quit [Client Quit]
rrutkowski has joined #jruby
<GitHub192> [jruby] enebo created bytelist_love (+1 new commit): https://git.io/vbzP5
<GitHub192> jruby/bytelist_love c215a7a Thomas E. Enebo: Bytelist more through IR
Liothen has quit [Ping timeout: 260 seconds]
_whitelogger_ has joined #jruby
flori has joined #jruby
_whitelogger has quit [Remote host closed the connection]
Liothen has joined #jruby
ebowling has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Osho has joined #jruby
bbrowning has quit [*.net *.split]
bbrowning has joined #jruby
<GitHub122> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vbzyI
<GitHub122> jruby/jruby-9.1 99b7edc Charles Oliver Nutter: PortUnreachableException should be ECONNREFUSED....
ebowling has joined #jruby
subbu is now known as subbu|afk
ebowling has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
projectodd-ci has joined #jruby
ebowling has joined #jruby
<GitHub141> [jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vbz7w
<GitHub141> jruby/bytelist_love b0260a3 Thomas E. Enebo: Remove usage of getName() in ParserSupport from INameNode
rrutkowski has quit [Quit: rrutkowski]
<GitHub10> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vbz5K
<GitHub10> jruby/jruby-9.1 3493a91 Charles Oliver Nutter: Cherry-picked from dad9ab05ae1d885bfa2cfa7e5659a1252392b117....
rrutkowski has joined #jruby
subbu|afk is now known as subbu
subbu is now known as subbu|awaay
<GitHub156> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vbzFI
<GitHub156> jruby/jruby-9.1 c5313a0 Charles Oliver Nutter: Centralize IOException => Errno translation logic.
bbrowning is now known as bbrowning_away
subbu|awaay is now known as subbu
ebowling has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<GitHub83> [jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vbzN1
<GitHub83> jruby/bytelist_love a6fac6a Thomas E. Enebo: More getName removal
<GitHub129> [jruby] headius pushed 1 new commit to master: https://git.io/vbzN5
<GitHub129> jruby/master 76be88a Charles Oliver Nutter: Merge branch 'jruby-9.1'
<headius> enebo: that merge was pretty messy; had to cherrypick some commits from master first
<headius> I just left master parser files as is...if there's anything that should merge you'll have to do that
<enebo> headius: yeah I probably should have attempted this but I did merge parser files already
<headius> ok
<enebo> headius: I am less worried about master messing up than jruby-9.1 though since we will get it green
<headius> now I can get back to what I was actually working on
<headius> yeah
<headius> I just don't want to regress anything so I took a bit longer to merge right
<enebo> ok thanks we should make sure we do this more
rrutkowski has quit [Quit: rrutkowski]
ebowling has joined #jruby
nirvdrum has joined #jruby
ebowling has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ebowling has joined #jruby
ebowling has quit [Client Quit]