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
charliesome_ has quit [Read error: Connection reset by peer]
charliesome has joined #ruby-core
enebo has joined #ruby-core
enebo has quit [Client Quit]
<znz_jp> biff: [ruby-changes:42472] nobu:r54546 (trunk): test_optimization.rb: disasm - http://mla.n-z.jp/?ruby-changes=42472
<znz_jp> biff: [ruby-changes:42473] svn:r54547 (trunk): * 2016-04-12 - http://mla.n-z.jp/?ruby-changes=42473
enebo has joined #ruby-core
enebo has quit [Client Quit]
enebo has joined #ruby-core
enebo has quit [Client Quit]
charliesome has quit [Read error: Connection reset by peer]
charliesome has joined #ruby-core
enebo has joined #ruby-core
enebo has quit [Quit: enebo]
<znz_jp> biff: [ruby-changes:42474] nobu:r54548 (trunk): compile.c: initialize LABEL fields - http://mla.n-z.jp/?ruby-changes=42474
enebo has joined #ruby-core
enebo has quit [Client Quit]
<znz_jp> biff: [ruby-changes:42475] nobu:r54549 (trunk): basictest: disable warnings - http://mla.n-z.jp/?ruby-changes=42475
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
<znz_jp> biff: [ruby-changes:42476] naruse:r54550 (ruby_2_3): merge revision(s) 54257: [Backport #12215] - http://mla.n-z.jp/?ruby-changes=42476
<znz_jp> biff: [ruby-changes:42477] naruse:r54551 (ruby_2_3): merge revision(s) 54258: [Backport #12182] - http://mla.n-z.jp/?ruby-changes=42477
<znz_jp> biff: [ruby-changes:42478] naruse:r54552 (ruby_2_3): merge revision(s) 53566: - http://mla.n-z.jp/?ruby-changes=42478
hsbt is now known as hsbt_away
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
charliesome has quit [Client Quit]
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zzak> [188.95.247.254 - http://webchat.freenode.net, irc.freenode.net] Does the winrm gem require the cert subject to be CN=hostname? Will CN=fqdn work?
charliesome has joined #ruby-core
charliesome has quit [Client Quit]
charliesome has joined #ruby-core
<zzak> [Omer Katz, irc.freenode.net] Is there a way to apply grape validators on headers?
charliesome has quit [Client Quit]
madgen has joined #ruby-core
hsbt_away is now known as hsbt
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Hi. Can anyone come up with a shorter variant of this? 1234.to_s.gsub(/(.)/, '3\1')
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] >> 1234.to_s.gsub(/(.)/, '3\1')
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] norc: # => "31323334" (https://eval.in/552143)
<zzak> [dea, irc.freenode.net] >> '1234'.gsub /(?!$)/, ?3 # norc
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] Ox0dea: # => "31323334" (https://eval.in/552145)
<zzak> [dea, irc.freenode.net] They're essentially the same size, but this one's fancire.
<zzak> [dea, irc.freenode.net] *fancier
<zzak> [dea, irc.freenode.net] Also, I'll show you mine in the hope you'll show me yours: http://imgh.us/ruby_hierarchy.png
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Ox0dea: Fortiguard thinks my time is better spent surfing Facebook than imgh.us.
<zzak> [dea, irc.freenode.net] Alas.
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Ox0dea: The name indicates you made a graph of the object hierarchy from all objects in Ruby, is that correct?
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] *classes in Ruby.
<zzak> [dea, irc.freenode.net] norc: More or less. I didn't include anonymous leaves or Errno.
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Ox0dea: Ill have to dig in my time machine backup, because I think I deleted the results.
<zzak> [dea, irc.freenode.net] norc: Was it "pretty" in the programmer's sense of the word? :)
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Can you rehost the graph on imgsafe.org? That one apparently is fine, just like facebook.
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Hardly.
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Well, it was informative.
<zzak> [dea, irc.freenode.net] norc: They shrunk it beyond legibility. That's why I used imgh.us.
<zzak> [dea, irc.freenode.net] http://i.imgsafe.org/8368323.png
<zzak> [David Workman, irc.freenode.net] wow, that's pretty awful
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Yeah its not there anymore. Ever since I started using time machine backup, I regularly delete everything that is immediately relevant.
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Ox0dea: By the way, is that just classes or modules too?
<zzak> [dea, irc.freenode.net] norc: I did `ObjectSpace.each_object { |o| o.respond_to? :ancestors }` just in case something fancy was hiding somewhere.
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Aye, I really want to dig up my solution now.
charliesome has joined #ruby-core
<zzak> [dea, irc.freenode.net] norc: Here's my one: https://eval.in/552153
<zzak> [yan, irc.freenode.net] what is the easiest to learn paradigm course out there?
<znz_jp> biff: [ruby-changes:42479] nobu:r54553 (trunk): date_core.c: preserve timezone - http://mla.n-z.jp/?ruby-changes=42479
<zzak> [apeiros, irc.freenode.net] hm, fascinating - after 3 months, it's still ruby 2.3.0
hsbt is now known as hsbt_away
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
charliesome has quit [Client Quit]
rafaelfranca has quit [Ping timeout: 240 seconds]
rafaelfranca has joined #ruby-core
nagachika has joined #ruby-core
nagachika has quit [Quit: Leaving...]
Aethenelle has joined #ruby-core
nagachika has joined #ruby-core
enebo has joined #ruby-core
madgen has quit [Ping timeout: 240 seconds]
nagachika has quit [Remote host closed the connection]
madgen has joined #ruby-core
shinnya has joined #ruby-core
nokada has quit [Quit: Leaving...]
nokada has joined #ruby-core
n0kada has quit [Remote host closed the connection]
n0kada has joined #ruby-core
shinnya has quit [Ping timeout: 268 seconds]
tarui has quit [Ping timeout: 248 seconds]
Aethenelle has quit [Quit: Aethenelle]
Aethenelle has joined #ruby-core
Aethenelle has quit [Client Quit]
Aethenelle has joined #ruby-core
Aethenelle has quit [Client Quit]
charliesome has joined #ruby-core
madgen has quit [Ping timeout: 244 seconds]
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt