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
xlegoman has joined #ruby-core
unreal has quit [Ping timeout: 276 seconds]
enebo has joined #ruby-core
enebo has quit [Client Quit]
unreal has joined #ruby-core
<znz_jp> biff: [ruby-changes:43035] nobu:r55109 (trunk): move duplicate assertions - http://mla.n-z.jp/?ruby-changes=43035
<znz_jp> biff: [ruby-changes:43036] naruse:r55110 (trunk): * class.c (rb_scan_args): moved to bottom of the file to make the - http://mla.n-z.jp/?ruby-changes=43036
travis-ci has joined #ruby-core
<travis-ci> The build was broken. by @naruse: See https://travis-ci.org/ruby/ruby/builds/132011997
travis-ci has left #ruby-core [#ruby-core]
<znz_jp> biff: [ruby-changes:43037] naruse:r55111 (trunk): * include/ruby/ruby.h (rb_scan_args): use original rb_scan_args - http://mla.n-z.jp/?ruby-changes=43037
travis-ci has joined #ruby-core
<travis-ci> The build was fixed. by @naruse: See https://travis-ci.org/ruby/ruby/builds/132015157
travis-ci has left #ruby-core [#ruby-core]
rafaelfranca has quit [Ping timeout: 260 seconds]
<znz_jp> biff: [ruby-changes:43038] duerst:r55112 (trunk): regenc.h/c: Define new function onigenc_not_support_case_map - http://mla.n-z.jp/?ruby-changes=43038
<znz_jp> biff: [ruby-changes:43039] duerst:r55113 (trunk): * include/ruby/oniguruma.h: Extend OnigEncodingTypeDefine to define a - http://mla.n-z.jp/?ruby-changes=43039
zzak has quit [Remote host closed the connection]
zzak has joined #ruby-core
<zzak> [Michael Fellinger, irc.freenode.net] bougyman: pong
<znz_jp> biff: [ruby-changes:43040] nobu:r55114 (trunk): -test-/integer - http://mla.n-z.jp/?ruby-changes=43040
<zzak> [Harry Hornreich, irc.freenode.net] gm
<zzak> [stardiviner, irc.freenode.net] What does this code: self[$`] mean?
<zzak> [elomatreb, irc.freenode.net] $` is "The string to the left of the last successful match.", also available as $PREMATCH
<zzak> [elomatreb, irc.freenode.net] So it's some Regex stuff
<zzak> [stardiviner, irc.freenode.net] elomatreb: I see, thanks for your help
<znz_jp> biff: [ruby-changes:43041] nobu:r55115 (trunk): transcode.c: GC guards - http://mla.n-z.jp/?ruby-changes=43041
<zzak> [Textual User, irc.freenode.net] is there a do ... until loop
<zzak> [sam, irc.freenode.net] Oog: there is
<zzak> [Textual User, irc.freenode.net] what is it
<zzak> [sam, irc.freenode.net] >> begin puts 'hello' end until true
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] mozzarella: # => hello ...check link for more (https://eval.in/575284)
<zzak> [sam, irc.freenode.net] Oog: begin *block* end until *condition*
<zzak> [Textual User, irc.freenode.net] i read that was not recommended
<zzak> [sam, irc.freenode.net] why not
<znz_jp> biff: [ruby-changes:43042] duerst:r55116 (trunk): * rename test/ruby/enc/test_casing_options.rb to test_case_options.rb - http://mla.n-z.jp/?ruby-changes=43042
<zzak> [sam, irc.freenode.net] and why do you need it
<zzak> [elomatreb, irc.freenode.net] Loops with the condition at the bottom may make your program difficult to read, but if you're careful about that you are free to use them
<znz_jp> biff: [ruby-changes:43043] duerst:r55117 (trunk): * test/ruby/enc/test_case_options.rb: adjust test class name - http://mla.n-z.jp/?ruby-changes=43043
<zzak> [Textual User, irc.freenode.net] cool thanks
<zzak> [kareeoleez, irc.freenode.net] I am experimenting with threading and I am creating a permutation processor http://pastie.org/private/dn6y6mboxwlhzothilofg. Can someone tell me If using threads makes sense (first of all) and what can I do to increase overall performance? Memory concumption is no more than 45MB but CPU Usage is 100%
<zzak> [kirillow, irc.freenode.net] can anybody give me a hint as to how to do this: https://gist.github.com/anonymous/e510af0a925a3b10f07c0ffde5c0b5ff
<zzak> [kirillow, irc.freenode.net] in a functional programming style
<zzak> [kirillow, irc.freenode.net] ?
<zzak> [Jonne Haß, irc.freenode.net] kareeoleez: hard to tell since that doesn't reveal what you want to do concurrently
<zzak> [Jonne Haß, irc.freenode.net] kirillow: seems fine to me, I'd write File.write File.join(directory, "#{post.header["slug"]}.html"), slim("post")
<zzak> [kirillow, irc.freenode.net] jhass: thanks!
<zzak> [Got ZNC?, irc.freenode.net] manveru: high latency!
shinnya has joined #ruby-core
<zzak> [LayerBNC - At Your Fingertips!, irc.freenode.net] Just wondering... I ran into a little thing I did some time ago.
<zzak> [LayerBNC - At Your Fingertips!, irc.freenode.net] It uses /^................\n/ to see if a word from /usr/share/dict/words has 12 characters.
<zzak> [Jonne Haß, irc.freenode.net] .size was too easy? :P
<zzak> [LayerBNC - At Your Fingertips!, irc.freenode.net] Is it possible to vary the number of dots algorithmically?
<zzak> [apeiros, irc.freenode.net] .{#{num}}
shinnya has quit [Ping timeout: 276 seconds]
shinnya has joined #ruby-core
<dsferreira> zzak, why are you putting that content here? Isn't that noise?
<znz_jp> biff: [ruby-changes:43044] seki:r55118 (trunk): use finalizer trick instead of thread. - http://mla.n-z.jp/?ruby-changes=43044
<znz_jp> biff: [ruby-changes:43045] svn:r55119 (trunk): * remove trailing spaces. - http://mla.n-z.jp/?ruby-changes=43045
dsferreira has left #ruby-core ["Leaving"]
dsf has joined #ruby-core
hsbt_away is now known as hsbt
dsf has quit [Quit: Mutter: www.mutterirc.com]
dsf has joined #ruby-core
dsf has quit [Remote host closed the connection]
dsf has joined #ruby-core
dsf has quit [Quit: Mutter: www.mutterirc.com]
dsf has joined #ruby-core
<dsf> Do we have a road map for ruby 3?
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
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
shinnya has quit [Ping timeout: 260 seconds]
hsbt is now known as hsbt_away
dsf has quit [Remote host closed the connection]
dsf has joined #ruby-core
dsf has quit [Remote host closed the connection]
hsbt_away is now known as hsbt
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
xlegoman has quit [Read error: Connection reset by peer]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
shinnya has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
enebo has joined #ruby-core
rafaelfranca has joined #ruby-core
enebo has quit [Quit: enebo]
hsbt is now known as hsbt_away
rafaelfranca has quit [Ping timeout: 252 seconds]
hsbt_away is now known as hsbt
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 joined #ruby-core
rafaelfranca has quit [Ping timeout: 240 seconds]
hsbt is now known as hsbt_away
nagachika has joined #ruby-core
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Ping timeout: 244 seconds]
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
nagachika has quit [Ping timeout: 260 seconds]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
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
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Changing host]
rafaelfranca has joined #ruby-core
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
<znz_jp> biff: [ruby-changes:43046] svn:r55121 (trunk): * 2016-05-23 - http://mla.n-z.jp/?ruby-changes=43046
<znz_jp> biff: [ruby-changes:43047] normal:r55120 (trunk): dir.c (dir_close): update RDoc for 2.3 #close change - http://mla.n-z.jp/?ruby-changes=43047
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away