<zzak> marcandre: are you using rvm?
<zzak> rvm sets these defaults for you
<zzak> keiju is hesitant to enable them by default
<marcandre> zzak: ah, ok. I can see the security angle, I guess. Still I'm happy rvm sets it for me :-)
<zzak> autocompletion and auto-indent would be easy enough patches, not sure how to change history default as it's set via conf
<zzak> it doesnt seem possible to change history level during runtime
Ortuna has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
idkazuma has quit [Remote host closed the connection]
idkazuma has joined #ruby-core
idkazuma has quit [Read error: Connection reset by peer]
kosaki2 has joined #ruby-core
Ortuna has quit [Quit: Computer has gone to sleep.]
<znz_v> biff: [ruby-changes:26998] zzak:r39050 (trunk): * lib/racc: Merge Racc documentation downstream, add grammar ref file - http://mla.n-z.jp/?ruby-changes=26998
<znz_v> biff: [ruby-changes:26999] zzak:r39051 (trunk): * lib/racc/parser.rb: Update #do_parse and #yyparse from upstream - http://mla.n-z.jp/?ruby-changes=26999
Ortuna has joined #ruby-core
<zzak> thats enough for one day, good night!
<drbrain> 'night!
<znz_v> biff: [ruby-changes:27000] nobu:r39052 (trunk): * properties. - http://mla.n-z.jp/?ruby-changes=27000
Ortuna has quit [Client Quit]
<znz_v> biff: [ruby-changes:27001] zzak:r39053 (trunk): * doc/security.rdoc: Grammatical error on security guide - http://mla.n-z.jp/?ruby-changes=27001
<znz_v> biff: [ruby-changes:27002] zzak:r39054 (trunk): * doc/security.rdoc: Wrap security guide at 80 columns - http://mla.n-z.jp/?ruby-changes=27002
carlosantonio has quit [Remote host closed the connection]
Ortuna has joined #ruby-core
Ortuna has quit [Client Quit]
Ortuna has joined #ruby-core
Ortuna has quit [Client Quit]
drbrain has quit [Remote host closed the connection]
nari has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
shirokuro11 has joined #ruby-core
shirokuro11 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
KewinWang has joined #ruby-core
davidbalber|away is now known as davidbalbert
drbrain has joined #ruby-core
kosaki2 has joined #ruby-core
<znz_v> biff: [ruby-changes:27003] drbrain:r39055 (trunk): * lib/rubygems/commands/push_command.rb: Fixed credential download for - http://mla.n-z.jp/?ruby-changes=27003
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
Ortuna has joined #ruby-core
charliesome has joined #ruby-core
<znz_v> biff: [ruby-changes:27004] marcandRe: r39056 (trunk): * enumerator.c: Fix and improve rdoc for to_enum - http://mla.n-z.jp/?ruby-changes=27004
<znz_v> biff: [ruby-changes:27005] marcandRe: r39057 (trunk): * enumerator.c: Finalize and document Lazy.new. [Bug #7248] - http://mla.n-z.jp/?ruby-changes=27005
<znz_v> biff: [ruby-changes:27006] marcandRe: r39058 (trunk): * enumerator.c: Use to_enum for Enumerable methods returning Enumerators. - http://mla.n-z.jp/?ruby-changes=27006
<znz_v> biff: [ruby-changes:27007] marcandRe: r39059 (trunk): * range.c: Use div instead of / for bsearch - http://mla.n-z.jp/?ruby-changes=27007
mame1 has quit [*.net *.split]
KewinWang has quit [Quit: Leaving]
xibbar has quit [Remote host closed the connection]
xibbar has joined #ruby-core
mame1 has joined #ruby-core
<znz_v> biff: [ruby-changes:27008] nobu:r39060 (trunk): console.c: default by stty raw - http://mla.n-z.jp/?ruby-changes=27008
xibbar has quit [Remote host closed the connection]
<znz_v> biff: [ruby-changes:27009] nobu:r39061 (trunk): test_range.rb: refine message - http://mla.n-z.jp/?ruby-changes=27009
xibbar has joined #ruby-core
kosaki2 has joined #ruby-core
Ortuna has quit [Quit: Textual IRC Client: www.textualapp.com]
kosaki2 has quit [Remote host closed the connection]
johndouthat has quit [Remote host closed the connection]
<znz_v> biff: [ruby-changes:27010] marcandRe: r39062 (trunk): * numeric.c: Fix rdoc for Fixnum#** - http://mla.n-z.jp/?ruby-changes=27010
<znz_v> biff: [ruby-changes:27011] marcandRe: r39063 (trunk): * rational.c (nurat_expt): Deal with special cases for rationals 0, ?\194?\1771 - http://mla.n-z.jp/?ruby-changes=27011
<znz_v> biff: [ruby-changes:27012] marcandRe: r39064 (trunk): * numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1 - http://mla.n-z.jp/?ruby-changes=27012
<znz_v> biff: [ruby-changes:27013] marcandRe: r39065 (trunk): * lib/matrix.rb: Fix error message, patch by pypypy [Bug #7777] - http://mla.n-z.jp/?ruby-changes=27013
<znz_v> biff: [ruby-changes:27014] marcandRe: r39066 (trunk): * enumerator.c: Remove rdoc that is obsolete because of lazy - http://mla.n-z.jp/?ruby-changes=27014
<znz_v> biff: [ruby-changes:27015] ko1:r39067 (trunk): * proc.c (rb_binding_new_with_cfp): permit to create binding object - http://mla.n-z.jp/?ruby-changes=27015
<znz_v> biff: [ruby-changes:27016] nobu:r39068 (trunk): * remove trailing spaces. - http://mla.n-z.jp/?ruby-changes=27016
<marcandre> _ko1: Fixing that rubyspec failure...
<_ko1> marcandre: thanks!
<_ko1> fix rubyspec?
<_ko1> fixed
<marcandre> I only ran to fixnum#** ones... should be done in a second or three
kosaki2 has joined #ruby-core
<marcandre> _ko1: pushed. The other two should not be related to my changes.
<_ko1> yes
<marcandre> _ko1: Actually, the second might be, with the arity stuff. Let me see...
<marcandre> In any case, it looks like a bug in MRI
davidbalbert is now known as davidbalber|away
<_ko1> marcandre: they already have ticket
<_ko1> i'm asking nobu.
<marcandre> k
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
<marcandre> _ko1: Just commented on #7722.
<marcandre> Busy day. Time for bed now. Good night!
<znz_v> biff: [ruby-changes:27017] nobu:r39069 (trunk): vm_method.c: drop include_all flag - http://mla.n-z.jp/?ruby-changes=27017
<znz_v> biff: [ruby-changes:27018] drbrain:r39070 (trunk): * lib/rubygems/config_file.rb: Ignore permissions check on windows. - http://mla.n-z.jp/?ruby-changes=27018
<_ko1> good night!
<_ko1> last one failure
<drbrain> _ko1: good night!
<_ko1> no no :)
<_ko1> 4pm JST :)
<drbrain> oh :D
kosaki2 has quit [Remote host closed the connection]
marcandre has quit [Remote host closed the connection]
<znz_v> biff: [ruby-changes:27019] drbrain:r39071 (trunk): * lib/rdoc/servlet.rb: Fixed root search paths, filesystem paths - http://mla.n-z.jp/?ruby-changes=27019
<drbrain> make test-all TESTS=-j12 gives my machine a nice workout, all tests run in 45 seconds
<injekt> :D
charliesome_ has joined #ruby-core
Guest85414 has quit [Ping timeout: 252 seconds]
<drbrain> injekt: thanks for your hard work on mechanize!
<injekt> drbrain: no probs, my pleasure
<drbrain> bed time
<injekt> night!
<_ko1> night!
nari has quit [Ping timeout: 245 seconds]
nari has joined #ruby-core
johndouthat has joined #ruby-core
<znz_v> biff: [ruby-changes:27020] charliesome:r39072 (trunk): * doc/security.rdoc: add regex, eval and drb sections - http://mla.n-z.jp/?ruby-changes=27020
johndouthat has quit [Quit: johndouthat]
charliesome has quit [Disconnected by services]
charliesome_ is now known as charliesome
nari has quit [Ping timeout: 245 seconds]
nari has joined #ruby-core
sora_h has quit [Excess Flood]
sora_h has joined #ruby-core
guilleiguaran has quit [Ping timeout: 252 seconds]
xibbar has quit [Remote host closed the connection]
Guest85414 has joined #ruby-core
nari has quit [Ping timeout: 255 seconds]
carlosantonio has joined #ruby-core
guilleiguaran has joined #ruby-core
idkazuma has joined #ruby-core
nari has joined #ruby-core
charliesome has quit [Quit: Textual IRC Client: www.textualapp.com]
nari has quit [Ping timeout: 272 seconds]
idkazuma has quit [Remote host closed the connection]
nari has joined #ruby-core
__BigO__ has joined #ruby-core
davidbalber|away is now known as davidbalbert
davidbalbert is now known as davidbalber|away
davidbalber|away is now known as davidbalbert
vondruch has quit [Ping timeout: 246 seconds]
_br_ has quit [Excess Flood]
_br_ has joined #ruby-core
_br_ has quit [Excess Flood]
carlosantonio has quit [Remote host closed the connection]
_br_ has joined #ruby-core
davidbalbert is now known as davidbalber|away
davidbalber|away is now known as davidbalbert
<znz_v> biff: [ruby-changes:27021] ktsj:r39073 (trunk): * vm.c (rb_vm_stack_to_heap): call rb_vm_get_binding_creatable_next_cfp - http://mla.n-z.jp/?ruby-changes=27021
<znz_v> biff: [ruby-changes:27022] svn:r39074 (trunk): * 2013-02-06 - http://mla.n-z.jp/?ruby-changes=27022
<znz_v> biff: [ruby-changes:27023] zzak:r39075 (trunk): * lib/irb.rb: Remove example from restrictions, it works [Github #246] - http://mla.n-z.jp/?ruby-changes=27023
joerocklin has joined #ruby-core
joerocklin has left #ruby-core [#ruby-core]
nari has quit [Ping timeout: 272 seconds]
_br_ has quit [Excess Flood]
_br_ has joined #ruby-core
_br_ has quit [Excess Flood]
carlosantonio has joined #ruby-core
_br_ has joined #ruby-core
<znz_v> biff: [ruby-changes:27024] zzak:r39076 (trunk): add contributor to ChangeLog - http://mla.n-z.jp/?ruby-changes=27024
marcandre has joined #ruby-core
<marcandre> zzak: Just noticing the README still says to email Matz for comments & bug reports... Wanna update it, or should I?
_br_ has quit [Excess Flood]
kosaki2 has joined #ruby-core
_br_ has joined #ruby-core
<zzak> marcandre: which one?
<marcandre> The main one! Check the bottom of https://github.com/ruby/ruby
<marcandre> Should probably be renamed README.rdoc too
_br_ has quit [Excess Flood]
<zzak> extensions been rejected a few times
<zzak> for txt extensions
<zzak> marcandre: but yah, i'd say turn Author into Bug Tracker
<marcandre> you or me?
<zzak> if you want to sure
<zzak> stick matz email somewhere, its already in COPYING, maybe just update it there
<marcandre> Mmm, k, I'll do what I can
_br_ has joined #ruby-core
<zzak> thank you!
_br_ has quit [Excess Flood]
_br_ has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
_br_ has quit [Excess Flood]
_br_ has joined #ruby-core
_br_ has quit [Excess Flood]
tenderlove has joined #ruby-core
_br_ has joined #ruby-core
davidbalbert is now known as davidbalber|away
_br_ has quit [Excess Flood]
<znz_v> biff: [ruby-changes:27025] jeg2:r39077 (trunk): * lib/csv.rb: Remove the dangerous serialization feature. - http://mla.n-z.jp/?ruby-changes=27025
_br_ has joined #ruby-core
_br_ has quit [Excess Flood]
davidbalber|away is now known as davidbalbert
_br_ has joined #ruby-core
johndouthat has joined #ruby-core
<znz_v> biff: [ruby-changes:27026] zzak:r39078 (trunk): * doc/security.rdoc: Remove documentation for unsafe CSV.load which - http://mla.n-z.jp/?ruby-changes=27026
_br_ has quit [Excess Flood]
_br_ has joined #ruby-core
_br_ has quit [Excess Flood]
_br_ has joined #ruby-core
_br_ has quit [Excess Flood]
_br_ has joined #ruby-core
_br_ has quit [Excess Flood]
_br_ has joined #ruby-core
kosaki2 has joined #ruby-core
carlosantonio has quit [Remote host closed the connection]
carlosantonio has joined #ruby-core
kosaki2 has quit [Ping timeout: 272 seconds]
drbrain has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
ex9t has joined #ruby-core
ex9t_ has quit [Ping timeout: 240 seconds]
tenderlove has quit [Remote host closed the connection]
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
carlosantonio has quit [Remote host closed the connection]
<znz_v> biff: [ruby-changes:27027] zzak:r39080 (trunk): * lib/racc/parser.rb: Hide copyright notice from Racc doc - http://mla.n-z.jp/?ruby-changes=27027
<znz_v> biff: [ruby-changes:27028] zzak:r39081 (trunk): Missed comment from r39079 - http://mla.n-z.jp/?ruby-changes=27028
tenderlove has joined #ruby-core
drbrain has joined #ruby-core
<znz_v> biff: [ruby-changes:27029] zzak:r39079 (trunk): * doc/rubygems/*: Removed outdated documentation files - http://mla.n-z.jp/?ruby-changes=27029
<zzak> taking a break for actual work :(
<marcandre> Who are the maintainers of ruby-lang.org?
carlosantonio has joined #ruby-core
<marcandre> gd
<zzak> marcandre: you can email shugo or webmaster@ruby-lang.org preferred
<marcandre> zzak: tks
<drbrain> I was thinking as part of the security pages we should probably include all the CVEs and fix versions
<zzak> is this even working copy? https://github.com/ruby/ruby-lang.org
<zzak> seems like a failed refactor
<drbrain> no idea
<zzak> would be nice if we have ability to manage the site from there
<zzak> its a process
carlosantonio has quit [Remote host closed the connection]
drbrain_ has joined #ruby-core
tenderlo_ has joined #ruby-core
tenderlo_ is now known as tenderlove_
tenderlove has quit [Ping timeout: 248 seconds]
tenderlove_ is now known as tenderlove
drbrain has quit [Ping timeout: 272 seconds]
agarie has joined #ruby-core
idkazuma has joined #ruby-core
davidbalbert is now known as davidbalber|away
davidbalber|away is now known as davidbalbert
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
davidbalbert is now known as davidbalber|away
carlosantonio has joined #ruby-core
carlosantonio has quit [Remote host closed the connection]
davidbalber|away is now known as davidbalbert
__BigO__ has quit [Remote host closed the connection]
nari has joined #ruby-core
nokada has joined #ruby-core
nokada_ has quit [Read error: Connection reset by peer]
xibbar has joined #ruby-core
drbrain_ has quit [Remote host closed the connection]
tenderlove has quit [Ping timeout: 276 seconds]
drbrain has joined #ruby-core
tenderlove has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
tenderlove has quit [Read error: Connection reset by peer]
tenderlo_ has joined #ruby-core
tenderlo_ is now known as tenderlove
carlosantonio has joined #ruby-core
kosaki2 has joined #ruby-core
davidbalbert is now known as davidbalber|away
carlosantonio has quit [Remote host closed the connection]
davidbalber|away is now known as davidbalbert
nari has quit [Ping timeout: 272 seconds]