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
kosaki2 has quit [Read error: Connection reset by peer]
kosaki2 has joined #ruby-core
tylersmi_ has quit [Remote host closed the connection]
tylersmith has joined #ruby-core
<znz_jp> biff: [ruby-changes:31066] nobu:r43145 (trunk): common.mk: sizes.c depends on PREP now - http://mla.n-z.jp/?ruby-changes=31066
<znz_jp> biff: [ruby-changes:31067] svn:r43146 (trunk): * 2013-10-05 - http://mla.n-z.jp/?ruby-changes=31067
tylersmith has quit [Ping timeout: 264 seconds]
travis-ci has joined #ruby-core
travis-ci has left #ruby-core [#ruby-core]
<travis-ci> [travis-ci] The build passed. by @svn: See http://travis-ci.org/ruby/ruby/builds/12155565
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
nari has quit [Ping timeout: 264 seconds]
schaerli has joined #ruby-core
charliesome has joined #ruby-core
<znz_jp> biff: [ruby-changes:31068] nobu:r43147 (trunk): common.mk: revert r43137 and r43145 - http://mla.n-z.jp/?ruby-changes=31068
schaerli has quit [Ping timeout: 240 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nari has joined #ruby-core
nari has quit [Ping timeout: 245 seconds]
DanKnox is now known as DanKnox_away
nari has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
<znz_jp> biff: [ruby-changes:31069] nobu:r43148 (trunk): thread.c: fix some mutexes remaining locked after forking - http://mla.n-z.jp/?ruby-changes=31069
<znz_jp> biff: [ruby-changes:31070] nobu:r43149 (trunk): thread.c: fix some mutexes remaining locked after forking - http://mla.n-z.jp/?ruby-changes=31070
headius has joined #ruby-core
schaerli has joined #ruby-core
schaerli has quit [Ping timeout: 245 seconds]
shinnya has quit [Read error: Operation timed out]
headius has quit [Quit: headius]
charliesome has joined #ruby-core
headius has joined #ruby-core
nokada_ has joined #ruby-core
nokada has quit [Read error: Connection reset by peer]
ged has quit [Read error: Connection reset by peer]
ged has joined #ruby-core
<charliesome> _ko1: what if we optimized String#freeze instead of introducing new f-suffix syntax or frozen_strings pragma? https://gist.github.com/charliesome/6836600
<charliesome> cc headius
<headius> I feel kinda silly now :-)
<charliesome> we could extend this sort of thing to work on array/hash literals too
<charliesome> without requiring changes to the user visible language
<headius> there would be a call site invalidation check for String#freeze, but it will still be way faster than a new object
<headius> yeah easily
<headius> your fstring code would stay in place
<charliesome> yep
<charliesome> i'm totally in favour of going with this and killing f-suffix syntax
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
headius has quit [Quit: headius]
DanKnox_away has quit [Ping timeout: 248 seconds]
DanKnox_away has joined #ruby-core
DanKnox_away is now known as DanKnox
shinnya has joined #ruby-core
Guest90232 has joined #ruby-core
Guest90232 is now known as soba
schaerli has joined #ruby-core
schaerli has quit [Remote host closed the connection]
charliesome has joined #ruby-core
schaerli has joined #ruby-core
schaerli has quit [Remote host closed the connection]
schaerli has joined #ruby-core
schaerli has quit [Ping timeout: 245 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nari has quit [Ping timeout: 264 seconds]
charliesome has joined #ruby-core
charliesome has quit [Client Quit]
nokada_ has quit [Read error: Connection reset by peer]
nokada has joined #ruby-core
nokada_ has joined #ruby-core
nokada has quit [Read error: Connection reset by peer]
charliesome has joined #ruby-core
nagachika has joined #ruby-core
soba has quit [Ping timeout: 256 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
schaerli has joined #ruby-core
nari has joined #ruby-core
schaerli has quit [Remote host closed the connection]
schaerli has joined #ruby-core
schaerli has quit [Ping timeout: 256 seconds]
zeusmns has quit [Ping timeout: 240 seconds]
zeusmns has joined #ruby-core
soba has joined #ruby-core
schaerli has joined #ruby-core
ex9t has quit [Remote host closed the connection]
ex9t has joined #ruby-core
_whitelogger has joined #ruby-core
r0bgleeson has quit [Ping timeout: 264 seconds]
tylersmith has joined #ruby-core
r0bgleeson has joined #ruby-core
shinnya has quit [Ping timeout: 245 seconds]
nagachika has quit [Remote host closed the connection]
schaerli has quit [Remote host closed the connection]
schaerli has joined #ruby-core
schaerli has quit [Read error: Connection reset by peer]
schaerli has joined #ruby-core
schaerli has quit [Remote host closed the connection]
schaerli has joined #ruby-core
schaerli has quit [Ping timeout: 252 seconds]
enebo has joined #ruby-core
enebo has quit [Client Quit]
soba has quit [Ping timeout: 240 seconds]
DanKnox is now known as DanKnox_away
schaerli has joined #ruby-core
schaerli has quit [Remote host closed the connection]
schaerli has joined #ruby-core
schaerli has quit [Read error: Operation timed out]
felipec has joined #ruby-core
<felipec> any developers around can explain why the patch to fix strptime() is not applied?
MrZYX has joined #ruby-core
eam has joined #ruby-core
MrZYX has left #ruby-core [#ruby-core]
DanKnox_away is now known as DanKnox
<r0bgleeson> felipec: is 1377283786 seconds since EPOCH?
<r0bgleeson> %s seems to be documented as "seconds within the minute"
<felipec> r0bgleeson: yes, that's what '%s' means in strptime(3)
<felipec> r0bgleeson: no, that's %S
<r0bgleeson> ah youre right
<r0bgleeson> my bad
<r0bgleeson> i use cmd+f and didnt figure out the case, sorry
<felipec> r0bgleeson: the fix is very simple, and doesn't affect anybody negatively
<felipec> I don't see what the problem is
<r0bgleeson> i'm not a great person to ask, i idle here, no background on the ticket.
DanKnox is now known as DanKnox_away
<r0bgleeson> felipec: seems to make a lot of sense to me.
schaerli has joined #ruby-core
schaerli has quit [Remote host closed the connection]
<r0bgleeson> felipec: what does that return for Time.strptime "0 -07:00", "%s %z" ?
schaerli has joined #ruby-core
<felipec> r0bgleeson: it seems Time is not affected
<felipec> r0bgleeson: but in DateTime it's 1969-12-31T17:00:00-07:00
<felipec> r0bgleeson: or maybe it is affected, I'm testing with rubysl right now
<r0bgleeson> felipec: ah, i didnt even know Time.at took a negative index
<felipec> r0bgleeson: yes
<r0bgleeson> it makes sense just wondered about that case
schaerli has quit [Ping timeout: 240 seconds]
<r0bgleeson> felipec: Time.strptime() doesn't seem to be aware of the timezone at all here for me on rbx2.0.0
<r0bgleeson> it returns UTC+1 for -07:00
DanKnox_away is now known as DanKnox
<felipec> r0bgleeson: yeah, UTC+1 is probably your localtime
<r0bgleeson> its not
<r0bgleeson> im UTC+2
<r0bgleeson> Time.now returns UTC+2
<felipec> r0bgleeson: what does Time.strptime("0 -07:00", "%s %z") return?
<r0bgleeson> irb(main):009:0> Time.strptime "0 -07:00", "%s %z"
<r0bgleeson> => 1970-01-01 01:00:00 +0100
<felipec> r0bgleeson: and Time.at(0)?
<r0bgleeson> irb(main):011:0> Time.at(0)
<r0bgleeson> => 1970-01-01 01:00:00 +0100
<felipec> weird
<r0bgleeson> it doesnt use UTC for you?
<r0bgleeson> im on the official release of 2
<r0bgleeson> i think the +1 is for DST
<felipec> r0bgleeson: actually Time.at(0) returns -6, Time.now returns -5
<r0bgleeson> thats local time then
<r0bgleeson> weird
<r0bgleeson> hm
<felipec> smells like a bug
DanKnox is now known as DanKnox_away
<r0bgleeson> felipec: it looks like the offset is screwed
<r0bgleeson> for DST
<r0bgleeson> thatd be my guess
<r0bgleeson> looks like Time.now has the right offset for my local time and at() doesn't
<znz_jp> biff: [ruby-changes:31071] zzak:r43150 (trunk): * lib/webrick.rb: [DOC] fix grammar in WEBrick overview [Fixes GH-413] - http://mla.n-z.jp/?ruby-changes=31071
<znz_jp> biff: [ruby-changes:31072] svn:r43151 (trunk): * 2013-10-06 - http://mla.n-z.jp/?ruby-changes=31072
<zzak> svn++
<zzak> hsbt: ping
<zzak> i sent tweet + updated ticket