00:07
temporalfox has quit [Read error: Connection reset by peer]
00:08
temporalfox has joined #jruby
00:29
tenderlove has quit [Remote host closed the connection]
00:48
temporal_ has joined #jruby
00:49
temporalfox has quit [Ping timeout: 240 seconds]
00:52
pawnbox has joined #jruby
00:57
pawnbox has quit [Ping timeout: 240 seconds]
01:48
pawnbox has joined #jruby
01:52
pawnbox has quit [Ping timeout: 240 seconds]
01:55
camlow325 has quit []
02:22
nateberkopec has quit [Quit: Leaving...]
03:09
blinsay has quit [Remote host closed the connection]
03:23
nateberkopec has joined #jruby
03:34
nateberkopec has quit [Ping timeout: 240 seconds]
04:22
temporal_ has quit [Read error: Connection reset by peer]
04:22
temporalfox has joined #jruby
04:27
pawnbox has joined #jruby
04:30
nateberkopec has joined #jruby
04:31
pawnbox has quit [Ping timeout: 240 seconds]
04:36
nateberkopec has quit [Ping timeout: 272 seconds]
05:07
pawnbox has joined #jruby
05:11
pawnbox has quit [Ping timeout: 272 seconds]
05:28
kares has joined #jruby
05:30
pawnbox has joined #jruby
05:31
nateberkopec has joined #jruby
05:31
tenderlove has joined #jruby
05:36
nateberkopec has quit [Ping timeout: 256 seconds]
06:00
kares has quit [Ping timeout: 256 seconds]
06:06
mpapis has quit [Quit: Goodbye]
06:24
pawnbox has quit [Remote host closed the connection]
06:25
pawnbox has joined #jruby
06:32
nateberkopec has joined #jruby
06:34
pawnbox has quit [Remote host closed the connection]
06:34
pawnbox has joined #jruby
06:36
nateberkopec has quit [Ping timeout: 240 seconds]
06:47
rsim has joined #jruby
06:51
thedarkone2 has quit [Quit: thedarkone2]
06:51
rsim has quit [Ping timeout: 240 seconds]
06:54
vtunka has joined #jruby
07:21
yfeldblum has quit [Ping timeout: 250 seconds]
07:32
nateberkopec has joined #jruby
07:37
nateberkopec has quit [Ping timeout: 272 seconds]
07:41
tenderlove has quit [Remote host closed the connection]
07:58
jensnockert has joined #jruby
08:01
skade has joined #jruby
08:02
pitr-ch has joined #jruby
08:07
vtunka has quit [Quit: Leaving]
08:08
Puffball has quit [Remote host closed the connection]
08:09
Puffball has joined #jruby
08:10
vtunka has joined #jruby
08:11
brauliobo has joined #jruby
08:19
jensnockert has quit [Read error: Connection reset by peer]
08:19
jensnock_ has joined #jruby
08:21
Puffball has quit [Remote host closed the connection]
08:22
Puffball has joined #jruby
08:23
pitr-ch has quit [Ping timeout: 240 seconds]
08:24
jensnockert has joined #jruby
08:27
pitr-ch has joined #jruby
08:27
jensnock_ has quit [Ping timeout: 240 seconds]
08:29
skade has quit [Quit: Computer has gone to sleep.]
08:33
nateberkopec has joined #jruby
08:35
yfeldblum has joined #jruby
08:36
kares has joined #jruby
08:39
nateberkopec has quit [Ping timeout: 256 seconds]
08:47
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
08:47
jensnockert has quit [Remote host closed the connection]
08:52
blaxter has joined #jruby
08:52
<
GitHub116 >
jruby/ruby-2.3 72a6195 kares: Kernel#loop refactoring - preparing to (later) return result from StopIteration
08:52
<
GitHub116 >
jruby/ruby-2.3 ec623a1 kares: setup a standalone class for StopIteration with a result method (since Ruby 2.1)
08:52
<
GitHub116 >
jruby/ruby-2.3 310e2a5 kares: support throwing StopIteration with a result from Enumerator (fixes #3542)...
08:57
jensnockert has joined #jruby
09:00
jensnockert has quit [Client Quit]
09:00
vtunka has quit [Quit: Leaving]
09:04
vtunka has joined #jruby
09:11
pawnbox has quit [Ping timeout: 250 seconds]
09:30
kares has quit [Ping timeout: 240 seconds]
09:35
nateberkopec has joined #jruby
09:39
rsim has joined #jruby
09:39
yfeldblum has quit [Ping timeout: 240 seconds]
09:40
nateberkopec has quit [Ping timeout: 240 seconds]
09:44
kares has joined #jruby
10:03
vtunka has quit [Quit: Leaving]
10:05
vtunka has joined #jruby
10:06
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
10:09
drbobbeaty has joined #jruby
10:19
pitr-ch has joined #jruby
10:21
yfeldblum has joined #jruby
10:21
brauliobo_ has joined #jruby
10:21
brauliobo has quit [Ping timeout: 256 seconds]
10:22
pawnbox has joined #jruby
10:28
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
10:30
<
GitHub63 >
jruby/force-backtrace-nil 9b1b642 kares: test how Ruby exceptions are behaving on the Java API side
10:30
<
GitHub63 >
jruby/force-backtrace-nil e9b1443 kares: allow RaiseException() with passed nil backtrace to correctly force the backtrace as nil
10:30
<
GitHub63 >
jruby/force-backtrace-nil f24cfbb kares: improve forceBacktrace (called on RaiseException()) to keep backtrace() lazy...
10:36
nateberkopec has joined #jruby
10:41
nateberkopec has quit [Ping timeout: 240 seconds]
11:02
<
GitHub81 >
jruby/truffle-head a90b652 Benoit Daloze: [Truffle] Allocate FixnumOrBignumNode lazily.
11:05
skade has joined #jruby
11:10
<
GitHub143 >
jruby/truffle-head 9dd93a3 Benoit Daloze: [Truffle] Profile whether a block is passed.
11:24
yfeldblum has quit [Remote host closed the connection]
11:26
<
GitHub177 >
jruby/master 695c67f kares: Kernel#loop refactoring - preparing to (later) return result from StopIteration
11:26
<
GitHub177 >
jruby/master b0a47d4 kares: support throwing StopIteration with a result from Enumerator (fixes #3542)...
11:26
<
GitHub177 >
jruby/master 5f79aee kares: setup a standalone class for StopIteration with a result method (since Ruby 2.1)
11:27
mccraig_ is now known as mccraig
11:27
<
GitHub162 >
jruby/ruby-2.3 fccf3a5 kares: return StopIteration#result from loop instead of nil (Ruby 2.3 feature)
11:27
skade has joined #jruby
11:37
nateberkopec has joined #jruby
11:40
shellac has joined #jruby
11:41
nateberkopec has quit [Ping timeout: 250 seconds]
11:45
yfeldblum has joined #jruby
12:00
drbobbeaty has joined #jruby
12:05
yfeldblum has quit [Ping timeout: 250 seconds]
12:37
nateberkopec has joined #jruby
12:39
<
GitHub65 >
jruby/ruby-2.3 c93581a kares: support for Module#deprecate_constant (from Ruby 2.3)
12:39
<
GitHub65 >
jruby/ruby-2.3 0dab314 kares: deprecate the TimeoutError constant from the timeout library
12:39
<
GitHub65 >
jruby/ruby-2.3 83901f3 kares: [test] import and review ruby/test_module.rb tests
12:43
nateberkopec has quit [Ping timeout: 256 seconds]
12:57
shellac has quit [Ping timeout: 272 seconds]
13:18
lance|afk is now known as lanceball
13:30
pawnbox has quit []
13:38
pawnbox has joined #jruby
13:38
nateberkopec has joined #jruby
13:43
nateberkopec has quit [Ping timeout: 250 seconds]
13:45
kares has quit [Ping timeout: 256 seconds]
13:59
bbrowning_away is now known as bbrowning
14:08
vtunka has quit [Ping timeout: 240 seconds]
14:13
<
GitHub130 >
jruby/master f19820e Benoit Daloze: [Truffle] Add missing boundary.
14:13
<
GitHub130 >
jruby/master 02df517 Benoit Daloze: [Truffle] Fix locals in -> { local = ... } : lambdas have their own scope.
14:18
vtunka has joined #jruby
14:24
tlarevo has joined #jruby
14:26
tlarevo has quit [Client Quit]
14:28
vtunka has quit [Quit: Leaving]
14:30
shellac has joined #jruby
14:31
vtunka has joined #jruby
14:38
nateberkopec has joined #jruby
14:45
<
GitHub97 >
jruby/truffle-new-instrumentation 4678cbb Chris Seaton: [Truffle] Switch to 0.10-SNAPSHOT
14:45
<
GitHub97 >
jruby/truffle-new-instrumentation a79296f Chris Seaton: [Truffle] Use new instrumentation API for attachments.
14:45
<
GitHub97 >
jruby/truffle-new-instrumentation 649f79d Chris Seaton: [Truffle] Add new processors.
14:52
<
headius >
good morning!
14:56
nateberkopec has quit [Quit: Leaving...]
14:58
<
headius >
now, to work on perf or 2.3 features...hmmm
14:58
rsim1 has joined #jruby
14:58
<
GitHub84 >
jruby/master 0e4802f Benoit Daloze: [Truffle] Simplify getting the ArgsNode in block-like nodes.
14:58
<
GitHub84 >
jruby/master 2ce3708 Benoit Daloze: [Truffle] Fix order for visitLambdaNode in BodyTranslator.
14:58
<
GitHub84 >
jruby/master 8991b57 Benoit Daloze: [Truffle] Shared code for literal block/lambda.
15:01
rsim has quit [Ping timeout: 240 seconds]
15:13
<
headius >
eregon_: what's the command you use to update spec/ruby from ruby/rubyspec?
15:13
<
headius >
I want to pull latest 2.3 specs into ruby-2.3 branch
15:20
guilleiguaran__ has quit [Ping timeout: 250 seconds]
15:20
hobodave has joined #jruby
15:23
guilleiguaran__ has joined #jruby
15:23
nateberkopec has joined #jruby
15:24
<
GitHub78 >
jruby/master 48491ec Benoit Daloze: [Truffle] Lambdas should have their own ReturnID....
15:24
<
GitHub78 >
jruby/master 8e87a96 Benoit Daloze: [Truffle] Clarify the meaning of isProc in MethodTranslator....
15:38
brauliobo_ has quit [Ping timeout: 240 seconds]
15:41
Cyrus has quit [Quit: Leaving]
15:42
thedarkone2 has joined #jruby
15:43
vtunka has quit [Quit: Leaving]
15:44
skade has quit [Quit: Computer has gone to sleep.]
15:50
<
GitHub145 >
jruby/master 08189f7 Benoit Daloze: [Truffle] New passing spec.
15:50
<
GitHub145 >
jruby/master f26f906 Benoit Daloze: Add spec about -> lambda scoping.
15:55
vtunka has joined #jruby
16:03
vtunka has quit [Quit: Leaving]
16:05
hobodave has quit [Quit: Computer has gone to sleep.]
16:07
hobodave has joined #jruby
16:10
brauliobo_ has joined #jruby
16:21
hobodave has quit [Quit: Computer has gone to sleep.]
16:26
camlow325 has joined #jruby
16:27
hobodave has joined #jruby
16:37
<
subbu >
headius, i've turned on block call protocol on master .. but two jit tasks are failing .. those would be good to fix.
16:37
<
subbu >
and good morning :)
16:37
<
headius >
oh yes, I saw your email but forgot to look into those
16:37
<
headius >
will do so
16:39
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
16:41
cprice404 has joined #jruby
16:42
rsim1 has quit [Quit: Leaving.]
16:43
<
GitHub80 >
jruby/master ffbff3b Benoit Daloze: [Truffle] Try to fix integration tests.
16:45
brauliobo_ has quit [Ping timeout: 240 seconds]
16:47
oblutak has joined #jruby
16:50
Aethenelle has joined #jruby
17:15
brauliobo_ has joined #jruby
17:16
projectodd-ci has quit [Ping timeout: 250 seconds]
17:26
pietr0 has joined #jruby
17:28
temporalfox has quit [Read error: Connection reset by peer]
17:28
temporalfox has joined #jruby
17:30
projectodd-ci has joined #jruby
17:36
subbu is now known as subbu|food
17:37
<
lopex >
headius: do I also have to commit pom.xml changes when changing pom.rb ?
17:37
<
headius >
lopex: you should, so IDEs pick it up
17:37
<
headius >
build doesn't need it but IDEs so
17:38
<
lopex >
headius: yeah, just though some build/travis magic does somethng
17:38
<
headius >
bleh...the new semantics of Queue#close are troublesome
17:38
<
headius >
I'm not sure they can be implemented properly without full locking around all Queue operations
17:40
<
headius >
or at least I'll have to take the LinkedBlockingQueue code and make some modifications to track
*who* is waiting
17:40
<
lopex >
headius: hmm , there's lots of instanceof UTF8Encoding, I can put that in a boolean flag as encoding field as well
17:40
<
headius >
lopex: it is pretty common, yeah
17:44
<
GitHub22 >
jruby/master 6b15448 Marcin Mielzynski: update jcodings and use isUnicode fast lookup
17:49
bbrowning is now known as bbrowning_away
17:51
shellac has quit [Quit: Computer has gone to sleep.]
18:00
nateberkopec has quit [Quit: Leaving...]
18:01
hobodave has quit [Quit: Computer has gone to sleep.]
18:02
xardion_ has joined #jruby
18:02
xardion has quit [Ping timeout: 260 seconds]
18:05
<
bga57 >
activerecord-jdbcsqlite3-adapter fails for me on freebsd when trying to initiate a connection. What project should I be creating an issue for this, jruby/activerecord-jdbc-adapter?
18:06
<
headius >
bga57: yes
18:06
<
GitHub48 >
jruby/master df1759e Marcin Mielzynski: Revert "update jcodings and use isUnicode fast lookup"...
18:10
<
lopex >
headius: for some reason it did build for me bu without mvn clean
18:19
nateberkopec has joined #jruby
18:20
lanceball is now known as lance|afk
18:21
subbu|food is now known as subbu
18:27
tenderlove has joined #jruby
18:31
<
lopex >
headius: I guess, I'd need enebo for new jcodings release
18:36
shellac has joined #jruby
18:36
shellac has quit [Client Quit]
18:48
tenderlove has quit [Ping timeout: 256 seconds]
18:50
bbrowning_away is now known as bbrowning
18:56
<
projectodd-ci >
Yippee, build fixed!
18:58
vifino has quit [Remote host closed the connection]
19:00
hobodave has joined #jruby
19:05
GitHub191 has joined #jruby
19:05
<
GitHub191 >
jcodings/master d241887 Marcin Mielzynski: remove old DUMMY mechanics
19:05
GitHub191 has left #jruby [#jruby]
19:08
<
projectodd-ci >
Yippee, build fixed!
19:08
<
projectodd-ci >
Yippee, build fixed!
19:09
tenderlove has joined #jruby
19:09
GitHub169 has joined #jruby
19:09
<
GitHub169 >
jcodings/master 6a23e09 Marcin Mielzynski: add isUTF8 fast lookup
19:09
GitHub169 has left #jruby [#jruby]
19:13
gaustin has quit [Ping timeout: 250 seconds]
19:16
gaustin has joined #jruby
19:35
lance|afk is now known as lanceball
19:35
blaxter has quit [Ping timeout: 256 seconds]
19:44
kares has joined #jruby
19:45
xardion_ has quit [Ping timeout: 246 seconds]
19:46
xardion has joined #jruby
19:59
pawnbox has quit [Remote host closed the connection]
20:00
pawnbox has joined #jruby
20:01
kares has quit [Ping timeout: 256 seconds]
20:02
skade has joined #jruby
20:02
pawnbox has quit [Remote host closed the connection]
20:12
pawnbox has joined #jruby
20:14
kares has joined #jruby
20:17
pawnbox has quit [Ping timeout: 255 seconds]
20:21
<
GitHub149 >
jruby/ruby-2.3 c51b31c kares: [test] import and review ruby/test_method.rb...
20:21
<
GitHub149 >
jruby/ruby-2.3 405dfd7 kares: minor cleanup in RubyModule's define_method
20:21
<
GitHub149 >
jruby/ruby-2.3 69c1fb5 kares: handle method name type check as MRI + yet another ruby/test_method.rb import
20:22
pitr-ch has joined #jruby
20:23
yfeldblum has joined #jruby
20:30
projectodd-ci has quit [Remote host closed the connection]
20:32
projectodd-ci has joined #jruby
20:36
projectodd-ci has quit [Client Quit]
20:36
projectodd-ci has joined #jruby
20:41
kares has quit [Quit: hali-hoo!]
20:43
pawnbox has joined #jruby
20:46
subbu is now known as subbu|lunch
20:47
pawnbox has quit [Ping timeout: 240 seconds]
20:54
skade has quit [Quit: Computer has gone to sleep.]
21:12
subbu|lunch is now known as subbu
21:30
blinsay has joined #jruby
21:31
blinsay is now known as blinsay_
21:32
skade has joined #jruby
21:37
yfeldblum has quit [Ping timeout: 260 seconds]
21:55
rsim has joined #jruby
21:56
rsim1 has joined #jruby
21:59
rsim has quit [Ping timeout: 240 seconds]
22:02
hobodave has quit [Quit: Computer has gone to sleep.]
22:04
vifino has joined #jruby
22:12
pawnbox has joined #jruby
22:13
tcrawley is now known as tcrawley-away
22:15
vifino has quit [Quit: Who turned this off?! D:<]
22:17
brauliobo_ has quit [Ping timeout: 265 seconds]
22:17
hobodave has joined #jruby
22:17
pawnbox has quit [Ping timeout: 265 seconds]
22:20
vifino has joined #jruby
22:21
bbrowning is now known as bbrowning_away
22:29
brauliobo_ has joined #jruby
22:32
Aethenelle has quit [Quit: Aethenelle]
22:40
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:43
gaustin_ has joined #jruby
22:45
gaustin has quit [Ping timeout: 256 seconds]
22:45
gaustin_ is now known as gaustin
22:48
gaustin_ has joined #jruby
22:49
lanceball is now known as lance|afk
22:51
gaustin has quit [Ping timeout: 256 seconds]
22:51
gaustin_ is now known as gaustin
22:52
yfeldblum has joined #jruby
23:01
<
GitHub76 >
jruby/ruby-2.3 f7088b9 Charles Oliver Nutter: Add NameError#receiver....
23:01
<
GitHub76 >
jruby/ruby-2.3 2531143 Charles Oliver Nutter: Reimplement Queue and SizedQueue like MRI and add #close....
23:01
<
GitHub76 >
jruby/ruby-2.3 e892863 Charles Oliver Nutter: Move Queue impl used by Fiber to FiberQueue....
23:13
pawnbox has joined #jruby
23:18
gaustin_ has joined #jruby
23:18
pawnbox has quit [Ping timeout: 260 seconds]
23:20
kaawee has joined #jruby
23:20
hobodave has quit [Quit: Computer has gone to sleep.]
23:20
Aethenelle has joined #jruby
23:21
gaustin has quit [Ping timeout: 265 seconds]
23:21
gaustin_ is now known as gaustin
23:47
skade has quit [Quit: Computer has gone to sleep.]
23:52
brauliobo_ has quit [Ping timeout: 240 seconds]
23:56
Aethenelle has quit [Quit: Aethenelle]