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
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
madgen has quit [Ping timeout: 260 seconds]
enebo has joined #ruby-core
<znz_jp> biff: [ruby-changes:42747] nobu:r54822 (trunk): pty.c: user shell - http://mla.n-z.jp/?ruby-changes=42747
<znz_jp> biff: [ruby-changes:42746] nobu:r54820 (trunk): pty.c: portabilities - http://mla.n-z.jp/?ruby-changes=42746
<znz_jp> biff: [ruby-changes:42748] svn:r54821 (trunk): * 2016-04-30 - http://mla.n-z.jp/?ruby-changes=42748
<znz_jp> biff: [ruby-changes:42749] nobu:r54823 (trunk): pty.c: dry up - http://mla.n-z.jp/?ruby-changes=42749
nagachika has joined #ruby-core
enebo has quit [Quit: enebo]
Aethenelle has quit [Quit: Aethenelle]
Aethenelle has joined #ruby-core
<znz_jp> biff: [ruby-changes:42750] yui-knk:r54824 (trunk): * vm_trace.c: Fix typos. [ci skip] - http://mla.n-z.jp/?ruby-changes=42750
<znz_jp> biff: [ruby-changes:42751] akr:r54825 (trunk): {Fixnum, Bignum}#| is unified into Integer. - http://mla.n-z.jp/?ruby-changes=42751
<znz_jp> biff: [ruby-changes:42752] nobu:r54826 (trunk): thread_sync.c: define global constants always - http://mla.n-z.jp/?ruby-changes=42752
<znz_jp> biff: [ruby-changes:42753] nobu:r54827 (trunk): ext/thread: remove - http://mla.n-z.jp/?ruby-changes=42753
<znz_jp> biff: [ruby-changes:42754] akr:r54828 (trunk): {Fixnum, Bignum}#& is unified into Integer. - http://mla.n-z.jp/?ruby-changes=42754
Aethenelle has quit [Ping timeout: 276 seconds]
<znz_jp> biff: [ruby-changes:42755] akr:r54829 (trunk): {Fixnum, Bignum}#~ is unified into Integer. - http://mla.n-z.jp/?ruby-changes=42755
<znz_jp> biff: [ruby-changes:42756] akr:r54830 (trunk): Rename fix_rev and rb_big_neg to fix_comp and rb_big_comp. - http://mla.n-z.jp/?ruby-changes=42756
nagachika has quit [Remote host closed the connection]
<znz_jp> biff: [ruby-changes:42757] akr:r54831 (trunk): {Fixnum, Bignum}#** is unified into Integer. - http://mla.n-z.jp/?ruby-changes=42757
tax has joined #ruby-core
<znz_jp> biff: [ruby-changes:42758] akr:r54832 (trunk): {Fixnum, Bignum}#fdiv is unified into Integer. - http://mla.n-z.jp/?ruby-changes=42758
<znz_jp> biff: [ruby-changes:42759] akr:r54833 (trunk): move Fixnum#/ document position. - http://mla.n-z.jp/?ruby-changes=42759
zzak has quit [Remote host closed the connection]
tax has quit [Quit: Leaving]
zzak has joined #ruby-core
<zzak> [dea, irc.freenode.net] And #extended, but not #prepended.
<zzak> [dea, irc.freenode.net] Which has always stricken me as something of an oversight.
<zzak> [bazz, irc.freenode.net] yeah I use those for modules tho, I'm using classes this time .. (I've stated that I am migrating from modules to classes)
<zzak> [S01060862669b53bc.vc.shawcable.net/174.6.116.32, irc.freenode.net] sorry in this link: http://www.tweetegy.com/2012/04/forking-ruby-processes-or-how-to-fork-ruby/
<zzak> [bazz, irc.freenode.net] Oversight? I am thinking you don't understand OOP at this point ...
<zzak> [bazz, irc.freenode.net] you only extend classes, you don't prepend them (besides, prepend's associative term is append, not extend)
<zzak> [bazz, irc.freenode.net] tehe
<zzak> [Ancient, irc.freenode.net] Hey all. I'm getting an ssl certificate error when trying to install the bundler gem from the command line. Googling has led me to download an additional SSL cert, but that didn't seem to do the trick. Any advice?
<zzak> [S01060862669b53bc.vc.shawcable.net/174.6.116.32, irc.freenode.net] I can pay $2 for an explanation that I can understand
<zzak> [S01060862669b53bc.vc.shawcable.net/174.6.116.32, irc.freenode.net] in BTC
koooge has quit [Quit: Leaving...]
<zzak> [bazz, irc.freenode.net] Ox0dea, here is how I am going to do it .. http://pastebin.com/7BD8QhX5
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] bazz_: we in #ruby do not like pastebin.com, I reposted your paste to gist for you: https://gist.github.com/b7ead5891d9a7f834bd3ce7b165ff2a9
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] bazz_: pastebin.com loads slowly for most, has ads which are distracting and has terrible formatting.
<zzak> [bazz, irc.freenode.net] thanks ruby[bot] :) I've been meaning to try gist out
<zzak> [S01060862669b53bc.vc.shawcable.net/174.6.116.32, irc.freenode.net] ruby[bot] is back!
<znz_jp> biff: [ruby-changes:42760] akr:r54834 (trunk): {Fixnum, Bignum}#divmod is unified into Integer. - http://mla.n-z.jp/?ruby-changes=42760
<zzak> [S01060862669b53bc.vc.shawcable.net/174.6.116.32, irc.freenode.net] ok I got it:
<zzak> [S01060862669b53bc.vc.shawcable.net/174.6.116.32, irc.freenode.net] the parent block *is* being executed first, but it does not get to the line that outputs the result before the child block has outputted the "After..." text. This is a consequence of the child block being executed immediately after the parent block is executed, rather than waiting for the parent block to complete
<znz_jp> biff: [ruby-changes:42761] akr:r54835 (trunk): {Fixnum, Bignum}#modulo is unified into Integer. - http://mla.n-z.jp/?ruby-changes=42761
<znz_jp> biff: [ruby-changes:42762] akr:r54836 (trunk): {Fixnum, Bignum}#div is unified into Integer. - http://mla.n-z.jp/?ruby-changes=42762
<zzak> [kareeoleez, irc.freenode.net] baweaver: thank you for your suggestions yesterday
<zzak> [Brandon Weaver, irc.freenode.net] not a problem
<zzak> [kareeoleez, irc.freenode.net] baweaver: I accidentally lost connection but I've been reading all the suggestions
<zzak> [kareeoleez, irc.freenode.net] baweaver: sorry
<zzak> [Brandon Weaver, irc.freenode.net] it happens
<znz_jp> biff: [ruby-changes:42763] akr:r54837 (trunk): {Fixnum, Bignum}#-@ is unified into Integer. - http://mla.n-z.jp/?ruby-changes=42763
<zzak> [nat-128-84-124-0-86.cit.cornell.edu/128.84.124.86, irc.freenode.net] Hi, sorry to ask an obvious question, but I'm new to the chat and new to Ruby... Is this where the conversation happens?
<zzak> [Brandon Weaver, irc.freenode.net] For chat about ruby, yes.
<zzak> [Brandon Weaver, irc.freenode.net] ask away
<zzak> [nat-128-84-124-0-86.cit.cornell.edu/128.84.124.86, irc.freenode.net] Woah, fantastic!
<zzak> [Brandon Weaver, irc.freenode.net] if it's not, we'll let you know where to go
<zzak> [nat-128-84-124-0-86.cit.cornell.edu/128.84.124.86, irc.freenode.net] I don't actually have a question at the moment, I'm just here to join the community and start absorbing context.
<zzak> [nat-128-84-124-0-86.cit.cornell.edu/128.84.124.86, irc.freenode.net] But thanks for helping to orient me. It's a different chat/forum format than I'm used to.
<zzak> [Brandon Weaver, irc.freenode.net] have you found any tutorials, played with ruby at all?
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Ping timeout: 250 seconds]
<znz_jp> biff: [ruby-changes:42764] akr:r54838 (trunk): Define Integer#remainder instead of Bignum#remainder. - http://mla.n-z.jp/?ruby-changes=42764
<znz_jp> biff: [ruby-changes:42765] akr:r54839 (trunk): Define Integer#-@ instead of Fixnum#-@. - http://mla.n-z.jp/?ruby-changes=42765
<znz_jp> biff: [ruby-changes:42766] akr:r54840 (trunk): Define Integer#GMP_VERSION. - http://mla.n-z.jp/?ruby-changes=42766
madgen has joined #ruby-core
<znz_jp> biff: [ruby-changes:42767] akr:r54841 (trunk): Define Integer#<= instead of Bignum#<=. - http://mla.n-z.jp/?ruby-changes=42767
<znz_jp> biff: [ruby-changes:42768] akr:r54842 (trunk): Define Integer#< instead of Bignum#<. - http://mla.n-z.jp/?ruby-changes=42768
<znz_jp> biff: [ruby-changes:42769] hsbt:r54843 (trunk): * doc/standard_library.rdoc: Remove obsoleted classes and modules. - http://mla.n-z.jp/?ruby-changes=42769
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
<znz_jp> biff: [ruby-changes:42770] akr:r54844 (trunk): Define Integer#>= instead of Bignum#>=. - http://mla.n-z.jp/?ruby-changes=42770
hsbt is now known as hsbt_away
<znz_jp> biff: [ruby-changes:42771] akr:r54845 (trunk): Define Integer#> instead of Bignum#>. - http://mla.n-z.jp/?ruby-changes=42771
hsbt_away is now known as hsbt
<znz_jp> biff: [ruby-changes:42772] akr:r54846 (trunk): Define Integer#== instead of Bignum#==. - http://mla.n-z.jp/?ruby-changes=42772
<znz_jp> biff: [ruby-changes:42773] akr:r54847 (trunk): Define Integer#% instead of Bignum#%. - http://mla.n-z.jp/?ruby-changes=42773
<znz_jp> biff: [ruby-changes:42774] akr:r54848 (trunk): Define Integer#* instead of Bignum#*. - http://mla.n-z.jp/?ruby-changes=42774
nokada_ has joined #ruby-core
dbussink_ has joined #ruby-core
dbussink has quit [*.net *.split]
nokada has quit [*.net *.split]
hsbt has quit [*.net *.split]
dbussink_ is now known as dbussink
<znz_jp> biff: [ruby-changes:42775] akr:r54849 (trunk): Define Integer#- instead of Bignum#-. - http://mla.n-z.jp/?ruby-changes=42775
hsbt_away has joined #ruby-core
<znz_jp> biff: [ruby-changes:42776] akr:r54850 (trunk): Define Integer#+ instead of Bignum#+. - http://mla.n-z.jp/?ruby-changes=42776
<znz_jp> biff: [ruby-changes:42777] akr:r54851 (trunk): Define Integer#/ instead of Bignum#/. - http://mla.n-z.jp/?ruby-changes=42777
<znz_jp> biff: [ruby-changes:42778] akr:r54852 (trunk): Gather Fixnum method definitions. - http://mla.n-z.jp/?ruby-changes=42778
hsbt_away is now known as hsbt
<znz_jp> biff: [ruby-changes:42779] akr:r54853 (trunk): [DOC] - http://mla.n-z.jp/?ruby-changes=42779
hsbt is now known as hsbt_away
madgen has quit [Ping timeout: 244 seconds]
madgen has joined #ruby-core
madgen has quit [Ping timeout: 276 seconds]
shinnya has joined #ruby-core
madgen has joined #ruby-core
hsbt_away is now known as hsbt
madgen has quit [Read error: Connection reset by peer]
hsbt is now known as hsbt_away
madgen has joined #ruby-core
<znz_jp> biff: [ruby-changes:42780] naruse:r54854 (trunk): * string.c (search_nonascii): unroll and use ntz - http://mla.n-z.jp/?ruby-changes=42780
<znz_jp> biff: [ruby-changes:42781] naruse:r54855 (trunk): revert UNALIGNED_WORD_ACCESS for GCC6 - http://mla.n-z.jp/?ruby-changes=42781
<znz_jp> biff: [ruby-changes:42782] svn:r54856 (trunk): * 2016-05-01 - http://mla.n-z.jp/?ruby-changes=42782
nagachika has joined #ruby-core
hsbt_away is now known as hsbt
madgen has quit [Ping timeout: 260 seconds]
hsbt is now known as hsbt_away
<znz_jp> biff: [ruby-changes:42783] naruse:r54857 (trunk): More optimization for r54854's search_nonascii - http://mla.n-z.jp/?ruby-changes=42783
ndrst has quit [Ping timeout: 264 seconds]
hsbt_away is now known as hsbt
ndrst has joined #ruby-core
ndrst is now known as Guest94592
hsbt is now known as hsbt_away
shinnya has quit [Quit: ZNC - http://znc.in]
shinnya has joined #ruby-core
nagachika has quit [Remote host closed the connection]
madgen has joined #ruby-core
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
rafaelfranca has quit [Read error: Connection reset by peer]
rafaelfr_ has joined #ruby-core
rafaelfr_ has quit []
rafaelfranca has joined #ruby-core
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 260 seconds]
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
<znz_jp> biff: [ruby-changes:42784] akr:r54858 (trunk): fix a typo. - http://mla.n-z.jp/?ruby-changes=42784
<znz_jp> biff: [ruby-changes:42785] naruse:r54859 (trunk): * string.c (search_nonascii): use nlz on big endian environments. - http://mla.n-z.jp/?ruby-changes=42785
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away