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
<drbrain> charliesome: ping
<charliesome> drbrain: pong
<drbrain> %w[a a].uniq.any? { |item| item.frozen? } #=> true with 2.1e0 false with 2.0.0
<drbrain> 2.1.0
<drbrain> I think it may be related to frozen strings
<drbrain> who should I assign this bug to?
tenderlove has joined #ruby-core
<charliesome> that's probably related to hash strings being frozen now
* drbrain nods
<charliesome> sorry let me rephrase: hash keys that are strings being frozen
* drbrain nods
<drbrain> this behavior breaks rubygems
<charliesome> a = {}; a["hello"] = true; a.keys.first.frozen? # => true
<drbrain> that was always true (AFAIK)
<drbrain> but it didn't affect Array#uniq until 2.1.0
<charliesome> nah string keys are unfrozen in 2.0 i believe
<charliesome> let me track it down
<drbrain> ok, I'll assign this issue to you
<_ko1> a = {}; a["hello"] = true; p a.keys.first.frozen?
<_ko1> __END__
<_ko1> #=>
<_ko1> ruby 1.9.3p469 (2013-08-19) [i386-mswin32_110]
<_ko1> true
<_ko1> ruby 2.0.0p317 (2013-09-15 revision 42947) [i386-mswin32_110]
<_ko1> true
<_ko1> ah, uniq
<drbrain> yeah
<charliesome> drbrain: i'll take a look today
<drbrain> charliesome: np, it only affects bundler users :D
<hsbt> hone: ping
<hone> hsbt: pong!
<hsbt> Thank you give admin access yesterday :)
<hone> np! just trying to help you be successful with your move1
<hsbt> Does heroku maintain 1.8.7 and 1.9.2 without packaging?
<hone> hsbt: without packaging?
<hsbt> Only backport branch?
<hone> hsbt: we do as of friday?
<hone> still trying to figure everything out for it
<hsbt> I and shyouhei hope that we shouldn't create another package like ruby-1.8.7-p375.tar.gz
<hone> yeah zzak talked to me about that.
<hsbt> (sorry, my broken english :(
<hone> hsbt: I don't think we need to do official releases
<hone> heroku might be interested in making our own tars available
<hone> so users can run the same locally that is on heroku
<hone> if that's ok?
<hsbt> It's ok!
<hone> i'd like to not duplicate work with RHEL, Heroku, etc.
<samkottler> hola
<samkottler> I help with Fedora/RHEL and can help out hone
<hsbt> I didn't know heroku's maintenance plan. I understood it.
<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
<hone> hsbt: we're still formulating it, I can point you to the doc if you want to read what we have planned.
<samkottler> RHEL 6 will be supporting ruby 1.8.7 until 2020
<samkottler> but we'll take working with the upstream for as long as possible :)
<hsbt> If you give to maintenance plan of heroku to me, I'll announce it on www.ruby-lang.org :)
<hone> ok
<samkottler> I think it'd be good to step back and figure out a bigger plan here
<samkottler> hsbt: would it make sense for hone and I to figure out a plan and then propose it at the meeting on friday?
<hone> that's what I was thinking
<hsbt> samkottler: Please make it. I introduce it on friday dev meeting.
<samkottler> hsbt: awesome, thanks
<hone> hsbt: great, sam and I will meet.
<hone> <3 <3
<samkottler> hsbt: there's already a rough outline in the agenda, but hone and I will talk and figure out something more complete
<samkottler> hsbt++
<hsbt> hone: samkottler: Thanks too!
<znz_jp> biff: [ruby-changes:31883] drbrain:r43962 (trunk): * lib/rdoc: Update to RDoc master 900de99. Changes include: - http://mla.n-z.jp/?ruby-changes=31883
<znz_jp> biff: [ruby-changes:31884] svn:r43963 (trunk): * 2013-12-03 - http://mla.n-z.jp/?ruby-changes=31884
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
tylersmith has quit [Remote host closed the connection]
<zzak> reading backlog
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zzak> samkottler: did you get hone's latest email re: maintenance period?
<zzak> samkottler: it will be hard to decide anything for 1.9.3 without usa being in attendance
charliesome has joined #ruby-core
<hsbt> 1.9.3 EOL is already fixed, I heared.
<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
<samkottler> hsbt: ah, who is taking over maintenance?
<hsbt> usa
<hsbt> I'll confirm 1.9.3 EOL to usa
<samkottler> hsbt: when was the EOL expected to happen?
<hsbt> I can't to say uncertain date, Please wait to confirmation of usa.
<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 :)
<hsbt> Thanks
<zzak> hsbt: do you know if usa is available for thursday or friday?
<znz_jp> biff: [ruby-changes:31885] drbrain:r43964 (trunk): * ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings from - http://mla.n-z.jp/?ruby-changes=31885
<zzak> i love the deer in headlights looks
<drbrain> hahaha
<_ko1> drbrain: do you check timeout of test-all?
<drbrain> _ko1: I did not
<_ko1> > Rinda::TestRingServer#test_do_reply = timeout: output interval exceeds 300.0 seconds.
<drbrain> _ko1: on a separate platform there was a timeout in copy_stream
<_ko1> sometimes i got it on linux too
<drbrain> so I don't know if Rinda is to blame
<drbrain> do you always get it there?
<_ko1> ah
<_ko1> i only got timeout here
<drbrain> it was the same output, different place
eLobato has quit [Ping timeout: 245 seconds]
eLobato has joined #ruby-core
<soraher> hone: this may help you (if I understand the context in backlog correctly) https://github.com/shyouhei/ruby/wiki/CommitterHowto
<charliesome> drbrain: eric wong tracked it down to r43194
<charliesome> drbrain: should we revert that
banister has joined #ruby-core
nurse has joined #ruby-core
nurse has quit [Client Quit]
knu has quit [Ping timeout: 264 seconds]
<znz_jp> biff: [ruby-changes:31886] nobu:r43965 (trunk): * hash.c (w32_getenv): should be static. - http://mla.n-z.jp/?ruby-changes=31886
<znz_jp> biff: [ruby-changes:31887] nobu:r43966 (trunk): signal.c: fault address - http://mla.n-z.jp/?ruby-changes=31887
<znz_jp> biff: [ruby-changes:31888] nobu:r43967 (trunk): rdoc/constant.rb: reapply r43006 for workaround of - http://mla.n-z.jp/?ruby-changes=31888
shiba has joined #ruby-core
shiba is now known as Guest81852
<zzak> <3
<drbrain> charliesome: \o/
<znz_jp> biff: [ruby-changes:31889] tmm1:r43968 (trunk): * string.c (rb_fstring): Use st_update instead of st_lookup + - http://mla.n-z.jp/?ruby-changes=31889
nari has joined #ruby-core
<hone> soraher: ah thanks! that was helpful
<drbrain> zzak: rdoc preview released: http://twitter.com/drbrain/status/407725670232363008
tylersmith has joined #ruby-core
Guest81852 has quit [Ping timeout: 264 seconds]
soba has joined #ruby-core
eLobato has quit [Quit: WeeChat 0.4.1]
<znz_jp> biff: [ruby-changes:31890] glass:r43969 (trunk): * array.c (ary_add_hash): set and return values because string keys - http://mla.n-z.jp/?ruby-changes=31890
hone has quit [Ping timeout: 252 seconds]
<znz_jp> biff: [ruby-changes:31891] glass:r43970 (trunk): * array.c (rb_ary_uniq_bang): remove duplicate code. - http://mla.n-z.jp/?ruby-changes=31891
knu has joined #ruby-core
soba has quit [Ping timeout: 245 seconds]
marcandr_ has quit [Remote host closed the connection]
marcandre has joined #ruby-core
soba has joined #ruby-core
<zzak> drbrain: thank you!
<znz_jp> biff: [ruby-changes:31892] nobu:r43971 (trunk): * test/ruby/test_rubyoptions.rb (TestRubyOptions::SEGVTest::ExpectedStderr): - http://mla.n-z.jp/?ruby-changes=31892
<znz_jp> biff: [ruby-changes:31893] naruse:r43972 (trunk): Add a description about string-scrub.gem to NEWS - http://mla.n-z.jp/?ruby-changes=31893
tylersmith has quit [Remote host closed the connection]
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #ruby-core
knu has quit [Ping timeout: 264 seconds]
marcandre has quit [Remote host closed the connection]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
tylersmith has joined #ruby-core
tylersmith has quit [Ping timeout: 260 seconds]
<znz_jp> biff: [ruby-changes:31894] tmm1:r43973 (trunk): * include/ruby/ruby.h (struct RClass): Add wrapper struct around - http://mla.n-z.jp/?ruby-changes=31894
<znz_jp> biff: [ruby-changes:31895] tmm1:r43974 (trunk): * load.c (features_index_add_single): Move loaded_features_index array values off - http://mla.n-z.jp/?ruby-changes=31895
yugui is now known as yugui_zzz
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
knu has joined #ruby-core
charliesome has joined #ruby-core
r0bgleeson has quit [Ping timeout: 245 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
<znz_jp> biff: [ruby-changes:31896] glass:r43975 (trunk): * array.c (rb_hash_rehash): use hash_alloc() instead of rb_hash_new(). - http://mla.n-z.jp/?ruby-changes=31896
Glass_saga has joined #ruby-core
<znz_jp> biff: [ruby-changes:31897] nari:r43976 (trunk): * object.c (rb_obj_clone): Protect FL_PROMOTED and FL_WB_PROTECTED - http://mla.n-z.jp/?ruby-changes=31897
<znz_jp> biff: [ruby-changes:31898] nobu:r43977 (trunk): ChangeLog: complement the intention - http://mla.n-z.jp/?ruby-changes=31898
<znz_jp> biff: [ruby-changes:31899] a_matsuda:r43978 (trunk): * lib/net/smtp.rb: [DOC] Fix typo - http://mla.n-z.jp/?ruby-changes=31899
<zzak> hsbt: ping!
<zzak> hsbt: can you review my proposal?
r0bgleeson has joined #ruby-core
nari has quit [Ping timeout: 246 seconds]
<znz_jp> biff: [ruby-changes:31900] nobu:r43979 (trunk): vm_eval.c: rb_catch_protect - http://mla.n-z.jp/?ruby-changes=31900
nagachik_ has joined #ruby-core
nagachika has quit [Ping timeout: 240 seconds]
rafaelfranca has quit [Remote host closed the connection]
travis-ci has joined #ruby-core
travis-ci has left #ruby-core [#ruby-core]
<travis-ci> [travis-ci] The build was broken. by @nobu: See http://travis-ci.org/ruby/ruby/builds/14862071
nari has joined #ruby-core
<znz_jp> biff: [ruby-changes:31901] nobu:r43980 (trunk): hash.c: detect recursion for all - http://mla.n-z.jp/?ruby-changes=31901
soba has quit [Ping timeout: 272 seconds]
travis-ci has joined #ruby-core
travis-ci has left #ruby-core [#ruby-core]
<travis-ci> [travis-ci] The build was fixed. by @nobu: See http://travis-ci.org/ruby/ruby/builds/14863165
<hsbt> zzak: It's ok
<hsbt> but I'm too busy, response is async
<zzak> hsbt: its ok, sora has reviewed and i have submitted
<zzak> hsbt: i will send you a copy now too!
<znz_jp> biff: [ruby-changes:31902] nobu:r43981 (trunk): hash.c: same hash value for similar constructs - http://mla.n-z.jp/?ruby-changes=31902
<hsbt> recieved!
<zzak> :D
rafaelfranca has joined #ruby-core
nagachik_ has quit [Remote host closed the connection]
<znz_jp> biff: [ruby-changes:31903] nari:r43982 (trunk): * object.c (rb_obj_clone): don't copy FL_WB_PROTECTED of a - http://mla.n-z.jp/?ruby-changes=31903
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 245 seconds]
nagachika has joined #ruby-core
marcandre has joined #ruby-core
<znz_jp> biff: [ruby-changes:31904] nobu:r43983 (trunk): gc.c: use malloc_size - http://mla.n-z.jp/?ruby-changes=31904
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
travis-ci has joined #ruby-core
travis-ci has left #ruby-core [#ruby-core]
<travis-ci> [travis-ci] The build has errored. by @nobu: See http://travis-ci.org/ruby/ruby/builds/14867746
ZachBeta has joined #ruby-core
n0kada has quit [Remote host closed the connection]
nokada has joined #ruby-core
enebo has joined #ruby-core
tylersmith has joined #ruby-core
banister has quit [Quit: Textual IRC Client: www.textualapp.com]
banister has joined #ruby-core
hone has joined #ruby-core
tylersmith has quit [Remote host closed the connection]
eLobato has joined #ruby-core
shinnya has joined #ruby-core
tylersmith has joined #ruby-core
banister has quit [Quit: Textual IRC Client: www.textualapp.com]
tylersmith has quit [Remote host closed the connection]
banister has joined #ruby-core
nagachika has quit [Remote host closed the connection]
banister has quit [Quit: Textual IRC Client: www.textualapp.com]
banister has joined #ruby-core
enebo has quit [Quit: enebo]
ZachBeta has quit [Quit: Computer has gone to sleep.]
banister has quit [Quit: Textual IRC Client: www.textualapp.com]
ZachBeta has joined #ruby-core
hone has quit [Quit: leaving]
shinnya has quit [Ping timeout: 248 seconds]
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #ruby-core
banister has joined #ruby-core
enebo has joined #ruby-core
ZachBeta has quit [Quit: Computer has gone to sleep.]
tylersmith has joined #ruby-core
tylersmith has quit [Remote host closed the connection]
tylersmith has joined #ruby-core
enebo has quit [Quit: enebo]
ZachBeta has joined #ruby-core
hone has joined #ruby-core
ZachBeta has quit [Quit: Computer has gone to sleep.]
ZachBeta has joined #ruby-core
eLobato has quit [Ping timeout: 246 seconds]
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #ruby-core
tenderlove has quit [Ping timeout: 245 seconds]
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tenderlove has joined #ruby-core
ZachBeta has quit [Quit: Computer has gone to sleep.]
tenderlo_ has joined #ruby-core
tenderlo_ is now known as tenderlove_
ZachBeta has joined #ruby-core
tenderlove has quit [Ping timeout: 246 seconds]
flori has quit [Ping timeout: 260 seconds]
flori_ has joined #ruby-core
tenderlove_ is now known as tenderlove
charliesome has joined #ruby-core
tylersmi_ has joined #ruby-core
tylersmith has quit [Read error: Connection reset by peer]
charliesome has quit [Ping timeout: 252 seconds]
charliesome has joined #ruby-core
charliesome has quit [Client Quit]
charliesome has joined #ruby-core
eLobato has joined #ruby-core
zoo-zed has joined #ruby-core
eLobato has quit [Client Quit]
eLobato has joined #ruby-core
zoo-zed has quit [Client Quit]
zoo-zed has joined #ruby-core
rafaelfranca has quit [Remote host closed the connection]
ZachBeta has quit [Quit: Computer has gone to sleep.]
tylersmi_ is now known as tylersmith
tylersmi_ has joined #ruby-core
tylersmith has quit [Read error: Connection reset by peer]
nokada_ has joined #ruby-core
nokada has quit [Read error: Connection reset by peer]
zoo-zed has quit [Quit: Leaving.]
shinnya has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shinnya has quit [Ping timeout: 245 seconds]
<hsbt> samkottler: hone: zzak: ping
<hsbt> usa is going to attend Thursday Meeting via IRC. We can discussion to lifecycle of 1.9.3.
charliesome has joined #ruby-core