closer 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
hsbt_away is now known as hsbt
madgen has quit [Ping timeout: 240 seconds]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
rafaelfranca has quit [Remote host closed the connection]
xlegoman has joined #ruby-core
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Changing host]
rafaelfranca has joined #ruby-core
tax has joined #ruby-core
<znz_jp> biff: [ruby-changes:43133] nobu:r55207 (trunk): variable.c: check length - http://mla.n-z.jp/?ruby-changes=43133
<znz_jp> biff: [ruby-changes:43134] nobu:r55208 (trunk): string.c: check in the order - http://mla.n-z.jp/?ruby-changes=43134
<znz_jp> biff: [ruby-changes:43135] nobu:r55209 (trunk): string.c: get rid of unnecessary empty string - http://mla.n-z.jp/?ruby-changes=43135
<znz_jp> biff: [ruby-changes:43136] nobu:r55210 (trunk): stringio.c: share strings - http://mla.n-z.jp/?ruby-changes=43136
<znz_jp> biff: [ruby-changes:43137] nobu:r55211 (trunk): test_addrinfo.rb: special hostnames - http://mla.n-z.jp/?ruby-changes=43137
tax has quit [Ping timeout: 240 seconds]
tax has joined #ruby-core
tax has quit [Ping timeout: 250 seconds]
<znz_jp> biff: [ruby-changes:43138] nobu:r55212 (trunk): string.c: return reallocated pointer - http://mla.n-z.jp/?ruby-changes=43138
<znz_jp> biff: [ruby-changes:43139] nobu:r55213 (trunk): raddrinfo.c: fix for SHARABLE_MIDDLE_SUBSTRING - http://mla.n-z.jp/?ruby-changes=43139
travis-ci has joined #ruby-core
<travis-ci> The build was broken. by @nobu: See https://travis-ci.org/ruby/ruby/builds/133854960
travis-ci has left #ruby-core [#ruby-core]
rafaelfr_ has joined #ruby-core
rafaelfranca has quit [Read error: Connection reset by peer]
<znz_jp> biff: [ruby-changes:43140] rhe:r55214 (trunk): openssl: add SSLContext#ecdh_curves= - http://mla.n-z.jp/?ruby-changes=43140
travis-ci has joined #ruby-core
<travis-ci> The build is still failing. by @rhe: See https://travis-ci.org/ruby/ruby/builds/133875089
travis-ci has left #ruby-core [#ruby-core]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
rafaelfr_ has quit [Remote host closed the connection]
<znz_jp> biff: [ruby-changes:43141] duerst:r55215 (trunk): * string.c: Document current situation for String#downcase. [ci skip] - http://mla.n-z.jp/?ruby-changes=43141
<znz_jp> biff: [ruby-changes:43142] nobu:r55216 (trunk): test_addrinfo.rb: signle digit address - http://mla.n-z.jp/?ruby-changes=43142
travis-ci has joined #ruby-core
<travis-ci> The build was fixed. by @nobu: See https://travis-ci.org/ruby/ruby/builds/133893707
travis-ci has left #ruby-core [#ruby-core]
madgen has joined #ruby-core
<znz_jp> biff: [ruby-changes:43143] duerst:r55217 (trunk): * string.c: Document current behavior for other case mapping methods - http://mla.n-z.jp/?ruby-changes=43143
nagachika has joined #ruby-core
hsbt_away is now known as hsbt
madgen has quit [Ping timeout: 272 seconds]
nagachika has quit [Remote host closed the connection]
<znz_jp> biff: [ruby-changes:43144] usa:r55218 (trunk): * test/socket/test_addrinfo.rb (TestSocketAddrinfo#test_addrinfo_ip): previous - http://mla.n-z.jp/?ruby-changes=43144
tax has joined #ruby-core
madgen has joined #ruby-core
<znz_jp> biff: [ruby-changes:43145] rhe:r55219 (trunk): openssl: use NUM2TIMET() to convert Integer to time_t - http://mla.n-z.jp/?ruby-changes=43145
enebo has joined #ruby-core
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 264 seconds]
<znz_jp> biff: [ruby-changes:43146] nobu:r55220 (trunk): raddrinfo.c: fix modifier - http://mla.n-z.jp/?ruby-changes=43146
<znz_jp> biff: [ruby-changes:43147] nobu:r55221 (trunk): test_file_exhaustive.rb: writable open - http://mla.n-z.jp/?ruby-changes=43147
<zzak> [Hubert depesz Lubaczewski, irc.freenode.net] %w{a b c d}.product(%w{9 8 7}).product(%w{x y z}).product(%w{5 6 7 }).map(&:flatten)
<zzak> [Hubert depesz Lubaczewski, irc.freenode.net] does this look sensible, or am i missing some easier thing?
<zzak> [Hubert depesz Lubaczewski, irc.freenode.net] ok. i think I got it, thank you :)
<zzak> [Jonne Haß, irc.freenode.net] I think you just changed your problem behind our back
<zzak> [Madgen, irc.freenode.net] well, you can do [1,2,3].product([['x', 'y', 'z'],[5,6,7]])
<zzak> [Hubert depesz Lubaczewski, irc.freenode.net] jhass: why? i mentioned, that number of elements/arrays is not fixed.
<zzak> [Hubert depesz Lubaczewski, irc.freenode.net] madgen: yeah. looks nicer.
<zzak> [Madgen, irc.freenode.net] which is arguably more readable and less function calls to make, however asymptotic efficiency is similar
<zzak> [Madgen, irc.freenode.net] depesz: you're very welcome
<zzak> [Jonne Haß, irc.freenode.net] "any number of elements in the source array" != "any number of arrays"
<zzak> [nocnoc, irc.freenode.net] hao!
<zzak> [Hubert depesz Lubaczewski, irc.freenode.net] jhass: "in source arrays, on both levels"
<zzak> [nocnoc, irc.freenode.net] I'm looking for a Gem or somthing that let me get thet content of a web as firefox lecture mode does
<zzak> [Jonne Haß, irc.freenode.net] you mean all text in the body?
<zzak> [Jonne Haß, irc.freenode.net] or some heuristics to find the "main content"
<zzak> [nocnoc, irc.freenode.net] the ttext in the body
<zzak> [Jonne Haß, irc.freenode.net] Nokogiri::HTML(html).css("body").text
<zzak> [nocnoc, irc.freenode.net] jhass great! :D
enebo has quit [Quit: enebo]
heroux has quit [Ping timeout: 246 seconds]
heroux has joined #ruby-core
<zzak> [nocnoc, irc.freenode.net] jhass: i get scripts an buttons
<zzak> [nocnoc, irc.freenode.net] even text :P
<zzak> [Jonne Haß, irc.freenode.net] well you said you want all of it
<zzak> [shevy, irc.freenode.net] always take everything!
<zzak> [nocnoc, irc.freenode.net] jaja, i only want text
<zzak> [nocnoc, irc.freenode.net] :P
<zzak> [Jonne Haß, irc.freenode.net] the label of a button is text too
<zzak> [realname, irc.freenode.net] hey
<zzak> [realname, irc.freenode.net] having troubles with threads
<zzak> [Jonne Haß, irc.freenode.net] that's normal
<zzak> [realname, irc.freenode.net] :) good to hear
<zzak> [Wednesday, irc.freenode.net] hi
madgen has quit [Ping timeout: 246 seconds]
madgen has joined #ruby-core
<znz_jp> biff: [ruby-changes:43148] svn:r55223 (trunk): * 2016-05-31 - http://mla.n-z.jp/?ruby-changes=43148
<znz_jp> biff: [ruby-changes:43149] usa:r55222 (trunk): * ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStr - http://mla.n-z.jp/?ruby-changes=43149
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 276 seconds]
rafaelfranca has joined #ruby-core
<znz_jp> biff: [ruby-changes:43150] rhe:r55224 (trunk): openssl: fix test failure on Fedora 23 - http://mla.n-z.jp/?ruby-changes=43150
nagachika has joined #ruby-core
madgen has quit [Ping timeout: 250 seconds]
shinnya has quit [Ping timeout: 252 seconds]
nagachika has quit [Remote host closed the connection]
enebo has joined #ruby-core
enebo has quit [Client Quit]
madgen has joined #ruby-core
madgen has quit [Ping timeout: 244 seconds]
xlegoman has quit [Quit: Textual IRC Client: www.textualapp.com]
xlegoman has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away