2013-03-25 00:43
hsbt_away changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
00:00
<
drbrain >
charliesome: ping
00:00
<
charliesome >
drbrain: pong
00:01
<
drbrain >
%w[a a].uniq.any? { |item| item.frozen? } #=> true with 2.1e0 false with 2.0.0
00:01
<
drbrain >
I think it may be related to frozen strings
00:01
<
drbrain >
who should I assign this bug to?
00:01
tenderlove has joined #ruby-core
00:02
<
charliesome >
that's probably related to hash strings being frozen now
00:02
<
charliesome >
sorry let me rephrase: hash keys that are strings being frozen
00:02
<
drbrain >
this behavior breaks rubygems
00:02
<
charliesome >
a = {}; a["hello"] = true; a.keys.first.frozen? # => true
00:02
<
drbrain >
that was always true (AFAIK)
00:03
<
drbrain >
but it didn't affect Array#uniq until 2.1.0
00:03
<
charliesome >
nah string keys are unfrozen in 2.0 i believe
00:03
<
charliesome >
let me track it down
00:03
<
drbrain >
ok, I'll assign this issue to you
00:04
<
_ko1 >
a = {}; a["hello"] = true; p a.keys.first.frozen?
00:04
<
_ko1 >
ruby 1.9.3p469 (2013-08-19) [i386-mswin32_110]
00:04
<
_ko1 >
ruby 2.0.0p317 (2013-09-15 revision 42947) [i386-mswin32_110]
00:11
<
charliesome >
drbrain: i'll take a look today
00:12
<
drbrain >
charliesome: np, it only affects bundler users :D
00:20
<
hsbt >
Thank you give admin access yesterday :)
00:20
<
hone >
np! just trying to help you be successful with your move1
00:20
<
hsbt >
Does heroku maintain 1.8.7 and 1.9.2 without packaging?
00:21
<
hone >
hsbt: without packaging?
00:21
<
hsbt >
Only backport branch?
00:21
<
hone >
hsbt: we do as of friday?
00:22
<
hone >
still trying to figure everything out for it
00:23
<
hsbt >
I and shyouhei hope that we shouldn't create another package like ruby-1.8.7-p375.tar.gz
00:25
<
hone >
yeah zzak talked to me about that.
00:25
<
hsbt >
(sorry, my broken english :(
00:25
<
hone >
hsbt: I don't think we need to do official releases
00:25
<
hone >
heroku might be interested in making our own tars available
00:25
<
hone >
so users can run the same locally that is on heroku
00:26
<
hone >
if that's ok?
00:27
<
hone >
i'd like to not duplicate work with RHEL, Heroku, etc.
00:27
<
samkottler >
I help with Fedora/RHEL and can help out hone
00:27
<
hsbt >
I didn't know heroku's maintenance plan. I understood it.
00:27
<
hone >
samkottler and I talked a bunch at rubyconf, and we can take advantage of the fact that RHEL also has to support 1.8.7
00:28
<
hone >
hsbt: we're still formulating it, I can point you to the doc if you want to read what we have planned.
00:29
<
samkottler >
RHEL 6 will be supporting ruby 1.8.7 until 2020
00:29
<
samkottler >
but we'll take working with the upstream for as long as possible :)
00:32
<
samkottler >
I think it'd be good to step back and figure out a bigger plan here
00:36
<
samkottler >
hsbt: would it make sense for hone and I to figure out a plan and then propose it at the meeting on friday?
00:37
<
hone >
that's what I was thinking
00:41
<
hsbt >
samkottler: Please make it. I introduce it on friday dev meeting.
00:41
<
samkottler >
hsbt: awesome, thanks
00:41
<
hone >
hsbt: great, sam and I will meet.
00:41
<
samkottler >
hsbt: there's already a rough outline in the agenda, but hone and I will talk and figure out something more complete
00:42
<
samkottler >
hsbt++
00:42
<
hsbt >
hone: samkottler: Thanks too!
00:53
nagachika has joined #ruby-core
00:53
nagachika has quit [Remote host closed the connection]
00:54
nagachika has joined #ruby-core
00:59
tylersmith has quit [Remote host closed the connection]
01:07
<
zzak >
reading backlog
01:07
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
01:09
<
zzak >
samkottler: did you get hone's latest email re: maintenance period?
01:10
<
zzak >
samkottler: it will be hard to decide anything for 1.9.3 without usa being in attendance
01:17
charliesome has joined #ruby-core
01:33
<
hsbt >
1.9.3 EOL is already fixed, I heared.
01:33
<
samkottler >
zzak: we should be able to set the precedence for 1.9.3 with what we do for 1.8.7/1.9.2, though
01:33
<
samkottler >
hsbt: ah, who is taking over maintenance?
01:34
<
hsbt >
I'll confirm 1.9.3 EOL to usa
01:34
<
samkottler >
hsbt: when was the EOL expected to happen?
01:37
<
hsbt >
I can't to say uncertain date, Please wait to confirmation of usa.
01:38
<
samkottler >
hsbt: okay. hone and I probably both have to support it, too so if you're looking for new maintainers we might be able to help :)
01:42
<
zzak >
hsbt: do you know if usa is available for thursday or friday?
01:46
<
zzak >
i love the deer in headlights looks
01:48
<
_ko1 >
drbrain: do you check timeout of test-all?
01:48
<
drbrain >
_ko1: I did not
01:48
<
_ko1 >
> Rinda::TestRingServer#test_do_reply = timeout: output interval exceeds 300.0 seconds.
01:48
<
drbrain >
_ko1: on a separate platform there was a timeout in copy_stream
01:48
<
_ko1 >
sometimes i got it on linux too
01:48
<
drbrain >
so I don't know if Rinda is to blame
01:48
<
drbrain >
do you always get it there?
01:49
<
_ko1 >
i only got timeout here
01:51
<
drbrain >
it was the same output, different place
01:54
eLobato has quit [Ping timeout: 245 seconds]
02:10
eLobato has joined #ruby-core
02:23
<
charliesome >
drbrain: eric wong tracked it down to r43194
02:24
<
charliesome >
drbrain: should we revert that
02:24
banister has joined #ruby-core
02:45
nurse has joined #ruby-core
02:45
nurse has quit [Client Quit]
03:18
knu has quit [Ping timeout: 264 seconds]
03:20
shiba has joined #ruby-core
03:20
shiba is now known as Guest81852
03:21
<
drbrain >
charliesome: \o/
04:09
nari has joined #ruby-core
04:12
<
hone >
soraher: ah thanks! that was helpful
04:23
tylersmith has joined #ruby-core
04:26
Guest81852 has quit [Ping timeout: 264 seconds]
04:28
soba has joined #ruby-core
04:42
eLobato has quit [Quit: WeeChat 0.4.1]
04:59
hone has quit [Ping timeout: 252 seconds]
05:15
knu has joined #ruby-core
05:25
soba has quit [Ping timeout: 245 seconds]
05:37
marcandr_ has quit [Remote host closed the connection]
05:37
marcandre has joined #ruby-core
05:38
soba has joined #ruby-core
06:01
<
zzak >
drbrain: thank you!
06:52
tylersmith has quit [Remote host closed the connection]
06:57
tenderlove has quit [Remote host closed the connection]
06:58
tenderlove has joined #ruby-core
07:06
knu has quit [Ping timeout: 264 seconds]
07:21
marcandre has quit [Remote host closed the connection]
07:32
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
07:41
charliesome has joined #ruby-core
08:02
tylersmith has joined #ruby-core
08:08
tylersmith has quit [Ping timeout: 260 seconds]
08:20
yugui is now known as yugui_zzz
09:00
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
09:03
knu has joined #ruby-core
09:11
charliesome has joined #ruby-core
09:33
r0bgleeson has quit [Ping timeout: 245 seconds]
10:05
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
10:34
charliesome has joined #ruby-core
11:20
Glass_saga has joined #ruby-core
12:44
<
zzak >
hsbt: can you review my proposal?
12:46
r0bgleeson has joined #ruby-core
12:47
nari has quit [Ping timeout: 246 seconds]
12:54
nagachik_ has joined #ruby-core
12:57
nagachika has quit [Ping timeout: 240 seconds]
13:00
rafaelfranca has quit [Remote host closed the connection]
13:01
travis-ci has joined #ruby-core
13:01
travis-ci has left #ruby-core [#ruby-core]
13:13
nari has joined #ruby-core
13:26
soba has quit [Ping timeout: 272 seconds]
13:26
travis-ci has joined #ruby-core
13:26
travis-ci has left #ruby-core [#ruby-core]
13:27
<
hsbt >
zzak: It's ok
13:28
<
hsbt >
but I'm too busy, response is async
13:32
<
zzak >
hsbt: its ok, sora has reviewed and i have submitted
13:32
<
zzak >
hsbt: i will send you a copy now too!
13:54
rafaelfranca has joined #ruby-core
13:58
nagachik_ has quit [Remote host closed the connection]
14:29
nagachika has joined #ruby-core
14:33
nagachika has quit [Ping timeout: 245 seconds]
14:38
nagachika has joined #ruby-core
14:40
marcandre has joined #ruby-core
14:48
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
14:59
travis-ci has joined #ruby-core
14:59
travis-ci has left #ruby-core [#ruby-core]
15:03
ZachBeta has joined #ruby-core
15:05
n0kada has quit [Remote host closed the connection]
15:13
nokada has joined #ruby-core
15:26
enebo has joined #ruby-core
15:50
tylersmith has joined #ruby-core
16:00
banister has joined #ruby-core
16:09
hone has joined #ruby-core
16:21
tylersmith has quit [Remote host closed the connection]
16:23
eLobato has joined #ruby-core
16:24
shinnya has joined #ruby-core
16:44
tylersmith has joined #ruby-core
17:10
tylersmith has quit [Remote host closed the connection]
17:12
banister has joined #ruby-core
17:16
nagachika has quit [Remote host closed the connection]
17:29
banister has joined #ruby-core
17:42
enebo has quit [Quit: enebo]
17:58
ZachBeta has quit [Quit: Computer has gone to sleep.]
18:01
ZachBeta has joined #ruby-core
18:01
hone has quit [Quit: leaving]
18:07
shinnya has quit [Ping timeout: 248 seconds]
18:10
tenderlove has quit [Remote host closed the connection]
18:10
tenderlove has joined #ruby-core
18:12
banister has joined #ruby-core
18:20
enebo has joined #ruby-core
18:24
ZachBeta has quit [Quit: Computer has gone to sleep.]
18:29
tylersmith has joined #ruby-core
18:30
tylersmith has quit [Remote host closed the connection]
18:34
tylersmith has joined #ruby-core
18:47
enebo has quit [Quit: enebo]
19:07
ZachBeta has joined #ruby-core
20:08
hone has joined #ruby-core
20:10
ZachBeta has quit [Quit: Computer has gone to sleep.]
20:14
ZachBeta has joined #ruby-core
20:14
eLobato has quit [Ping timeout: 246 seconds]
20:16
tenderlove has quit [Remote host closed the connection]
20:17
tenderlove has joined #ruby-core
20:21
tenderlove has quit [Ping timeout: 245 seconds]
20:43
charliesome has joined #ruby-core
20:57
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
21:48
tenderlove has joined #ruby-core
21:54
ZachBeta has quit [Quit: Computer has gone to sleep.]
22:03
tenderlo_ has joined #ruby-core
22:04
tenderlo_ is now known as tenderlove_
22:04
ZachBeta has joined #ruby-core
22:06
tenderlove has quit [Ping timeout: 246 seconds]
22:06
flori has quit [Ping timeout: 260 seconds]
22:06
flori_ has joined #ruby-core
22:06
tenderlove_ is now known as tenderlove
22:13
charliesome has joined #ruby-core
22:24
tylersmi_ has joined #ruby-core
22:24
tylersmith has quit [Read error: Connection reset by peer]
22:27
charliesome has quit [Ping timeout: 252 seconds]
22:28
charliesome has joined #ruby-core
22:29
charliesome has quit [Client Quit]
22:30
charliesome has joined #ruby-core
22:30
eLobato has joined #ruby-core
22:33
zoo-zed has joined #ruby-core
22:33
eLobato has quit [Client Quit]
22:33
eLobato has joined #ruby-core
22:34
zoo-zed has quit [Client Quit]
22:35
zoo-zed has joined #ruby-core
22:43
rafaelfranca has quit [Remote host closed the connection]
22:45
ZachBeta has quit [Quit: Computer has gone to sleep.]
22:46
tylersmi_ is now known as tylersmith
22:57
tylersmi_ has joined #ruby-core
22:58
tylersmith has quit [Read error: Connection reset by peer]
23:02
nokada_ has joined #ruby-core
23:02
nokada has quit [Read error: Connection reset by peer]
23:05
zoo-zed has quit [Quit: Leaving.]
23:13
shinnya has joined #ruby-core
23:32
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
23:45
shinnya has quit [Ping timeout: 245 seconds]
23:47
<
hsbt >
samkottler: hone: zzak: ping
23:48
<
hsbt >
usa is going to attend Thursday Meeting via IRC. We can discussion to lifecycle of 1.9.3.
23:59
charliesome has joined #ruby-core