00:07
swills has quit [Ping timeout: 240 seconds]
00:36
Joufflu has joined #jruby
01:06
swills has joined #jruby
01:06
swills has quit [Changing host]
01:06
swills has joined #jruby
01:43
swills has quit [Ping timeout: 240 seconds]
01:44
swills has joined #jruby
01:44
swills has joined #jruby
01:44
swills has quit [Changing host]
01:44
Joufflu has quit [Read error: Connection reset by peer]
01:45
Joufflu has joined #jruby
01:48
swills has joined #jruby
01:48
swills has joined #jruby
01:48
swills has quit [Changing host]
01:50
drbobbeaty has joined #jruby
02:04
swills has quit [Ping timeout: 248 seconds]
02:09
swills has joined #jruby
02:09
swills has quit [Changing host]
02:09
swills has joined #jruby
02:30
bascule has joined #jruby
02:38
Joufflu has quit [Quit: Leaving]
04:28
<
headius >
chrisseaton: if you have any confusion on licensing of our various projects, feel free to ping me
04:28
<
headius >
I'm the lucky one who has dealt with most o fit
05:46
<
kares >
hmm, so a java.lang.reflect.Method's methodAccessor gets to be null after my change, what the ...
06:01
Puffball has joined #jruby
06:20
_joofy has quit [Ping timeout: 260 seconds]
07:30
Puffball has quit [Read error: Connection reset by peer]
08:18
vtunka has joined #jruby
08:50
shellac has joined #jruby
08:51
_joofy has joined #jruby
08:58
prasun has joined #jruby
09:01
_joofy has quit [Remote host closed the connection]
09:02
_joofy has joined #jruby
09:22
<
GitHub27 >
jruby/master 557f111 kares: deprecate runtime.is2_0 and unused global-state inc/get
09:22
<
GitHub27 >
jruby/master e4405d3 kares: use runtime local var and make some of the string concats a one liner
09:22
<
GitHub27 >
jruby/master d637cbb kares: remove unused import + no IRWriter instances; use Integer.valueOf
09:24
prasun has quit [Ping timeout: 255 seconds]
09:28
olle has quit [Ping timeout: 260 seconds]
09:29
olle has joined #jruby
09:45
_joofy has quit [Quit: Konversation terminated!]
10:48
shellac has quit [Quit: Leaving]
10:49
bbrowning_away is now known as bbrowning
11:06
shellac has joined #jruby
11:42
<
kares >
for whatever reason JRuby seems to prefer ASM classes differently
11:42
<
kares >
looking into making sure its unified (and accessed using a JRuby::ASM helper mod)
11:43
<
kares >
JRuby::Compiler prefers org.objectweb over the shade org.jruby.org.objectweb
11:43
<
kares >
while jruby.rb does have a different preference order
11:44
<
kares >
headius: enebo: ^^ assuming shared ASM classes are best to prefer in both places
11:45
<
kares >
* not shared but shaded ... the org.jruby.org.objectweb package
12:32
jeremyevans has quit [*.net *.split]
12:32
jhass has quit [*.net *.split]
12:32
damnski has quit [*.net *.split]
12:32
nicoulaj has quit [*.net *.split]
12:33
jhass has joined #jruby
12:33
damnski has joined #jruby
12:33
nicoulaj has joined #jruby
12:34
yopp has quit [Ping timeout: 240 seconds]
12:37
yopp has joined #jruby
12:39
jeremyevans has joined #jruby
12:51
Puffball has joined #jruby
13:14
shellac has quit [Quit: Computer has gone to sleep.]
13:53
shellac has joined #jruby
14:16
Puffball has quit [Remote host closed the connection]
14:52
subbu is now known as subbu|breakfast
15:04
olle has quit [Quit: olle]
15:07
<
enebo >
kares: I would love appropriately shaded so we stop getting issue reports when used with another asm using project
15:08
<
enebo >
kares: I don't remember though why it never happened before (there were reasons I think)
15:09
<
enebo >
chrisseaton: I also have been resolving licensing questions for some group in IBM over last couple of years and they were able to get a clean bill across multiple versions
15:11
<
kares >
enebo: ok will do, thanks - totally makes sense to be consistent and usa shaded first everywhere
15:44
subbu|breakfast is now known as subbu
15:47
vtunka has quit [Quit: Leaving]
16:09
shellac has quit [Quit: Computer has gone to sleep.]
16:20
shellac has joined #jruby
16:37
shellac has quit [Quit: Computer has gone to sleep.]
16:38
<
headius >
kares: I don't think we ever have non-shaded now
16:38
<
headius >
we used to to speed up the build, only release builds had ASM package mangled, so we had to check both
16:38
<
headius >
there's probably no reason to check both now
16:40
<
headius >
yeah, we always relocate asm now
17:39
<
kares >
I know its shaded but thought maybe if someone uses core.jar + stdlib.jar its for that
17:39
<
kares >
or actually for complete.jar
18:14
<
headius >
kares: nah it should be shaded in those cases too
18:15
<
headius >
actually, what we ought to do is shade it but then for external utils that use asm just provide the unshaded library
18:15
<
headius >
so they can work against any asm and not just the one we pack in
18:37
Puffball has joined #jruby
18:48
Puffball has quit [Remote host closed the connection]
19:04
<
GitHub143 >
jruby/master f739da5 kares: revert JRuby.config helper for now, this needs to be re-disagned to fit...
19:04
<
GitHub143 >
jruby/master 9db8858 kares: move JRuby's internal ASM use behind an auto-loaded helper module
19:04
<
GitHub143 >
jruby/master 8d714f5 kares: allow InvokeSite logging when logger debug configured; use fast split
19:23
<
enebo >
when I said shaded I mean relocated to a different package
19:32
Puffball has joined #jruby
19:34
Puffball has quit [Remote host closed the connection]
19:51
<
GitHub73 >
jruby/fix-4716 bfc5ee4 Charles Oliver Nutter: Work around jcodings null charsets by doing a second lookup....
19:51
<
GitHub73 >
jruby/fix-4716 f398844 Charles Oliver Nutter: Revert "Use jcodings 1.0.25 to better handle encoding to charset lookup."...
19:59
GitHub19 has joined #jruby
19:59
GitHub19 has left #jruby [#jruby]
19:59
<
GitHub19 >
jcodings/master 5d61944 Charles Oliver Nutter: Produce a Charset or die trying....
20:02
GitHub171 has joined #jruby
20:02
GitHub41 has left #jruby [#jruby]
20:02
GitHub41 has joined #jruby
20:02
GitHub171 has left #jruby [#jruby]
20:02
<
GitHub171 >
jcodings/master f754ce0 Charles Oliver Nutter: [maven-release-plugin] prepare release jcodings-1.0.25
20:02
GitHub103 has joined #jruby
20:02
GitHub103 has left #jruby [#jruby]
20:02
<
GitHub103 >
jcodings/master b835f27 Charles Oliver Nutter: [maven-release-plugin] prepare for next development iteration
20:03
<
GitHub195 >
jruby/master 7f70e9f Thomas E. Enebo: No need to addVariable and then isDefined since addVariable returns slot.
20:07
<
GitHub175 >
jruby/jruby-9.1.13.0 74c2fdf Charles Oliver Nutter: Merge branch 'fix-4716' into jruby-9.1.13.0
20:09
<
GitHub72 >
jruby/jruby-9.1.13.0 c37f948 Charles Oliver Nutter: OracleJDK 7 is no longer supported on Travis....
20:09
<
headius >
enebo: jcodings released and master updated, plus workaround fix pushed to 9.1.13.0
20:09
<
GitHub189 >
jruby/master 5d57d83 Charles Oliver Nutter: Update to jcodings 1.0.25 to fix #4716 on master.
20:12
<
GitHub140 >
jruby/jruby-9.1.13.0 7e81079 Charles Oliver Nutter: Merge branch 'jit-conc-fixes' into jruby-9.1.13.0
20:18
<
GitHub115 >
[jruby] headius closed issue #4739: "org.jruby.runtime.scopes.DynamicScope1 only supports scopes with 1 variables" with Deeply Nested Blocks
https://git.io/v7bX8
20:18
<
GitHub157 >
jruby/master 38e16f8 Charles Oliver Nutter: Merge branch 'jit-conc-fixes'
20:36
<
headius >
well, down to just two issues for 9.1.13
21:12
bbrowning is now known as bbrowning_away
22:31
GitHub156 has joined #jruby
22:31
GitHub156 has left #jruby [#jruby]
22:31
<
GitHub156 >
jcodings/master 734a4c0 Charles Oliver Nutter: Pull in ISO-8859-16 charset from JRuby and register via SPI.
22:32
GitHub108 has joined #jruby
22:32
GitHub108 has left #jruby [#jruby]
22:32
<
GitHub108 >
jcodings/master 485d782 Charles Oliver Nutter: [maven-release-plugin] prepare release jcodings-1.0.26
22:32
GitHub153 has joined #jruby
22:32
GitHub153 has left #jruby [#jruby]
22:32
GitHub43 has joined #jruby
22:32
GitHub43 has left #jruby [#jruby]
22:32
<
GitHub43 >
jcodings/master bb9b9be Charles Oliver Nutter: [maven-release-plugin] prepare for next development iteration
22:53
<
GitHub162 >
jruby/master a75c710 Charles Oliver Nutter: Move ISO-8859-16 charset impl into jcodings.
22:53
<
GitHub9 >
jruby/master fe1066a Charles Oliver Nutter: Move ISO-8859-16 charset impl into jcodings.
22:53
<
headius >
pay no attention
23:59
<
GitHub124 >
jruby/active_invalidation e76c974 Charles Oliver Nutter: Associate a SwitchPoint with each CacheEntry for active inval'ing.