Project

General

Profile

Activity

From 10/16/2011 to 10/22/2011

10/22/2011

11:03 PM Revision fc024f19 (git): * 2011-10-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:03 PM Revision e7ff2958 (git): * io.c (rb_fd_set_cloexec): set close-on-exec flag only if F_GETFD is
defined. reported by Luis Lavena. [ruby-core:40281] [Bug #5470]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
akr (Akira Tanaka)
06:58 PM Feature #5041 (Closed): Set FD_CLOEXEC for all fds (except 0, 1, 2)
This issue was solved with changeset r33507.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ...
akr (Akira Tanaka)
05:46 PM Feature #5100 (Closed): allow configurable timeouts in resolv.rb
This issue was solved with changeset r33504.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
akr (Akira Tanaka)
01:49 PM Feature #5455: $SAFE should be removed
A more granular safe system would be nice. trans (Thomas Sawyer)
01:47 PM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
> "The former doesn't sound appropriate, because "glob" does not imply brace expansion originally."
I'm only going...
trans (Thomas Sawyer)
11:29 AM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
=begin
Thomas Sawyer wrote:
> I see. In that case, adding a new `File.glob_match?` (or maybe just `File.match?`) ...
nobu (Nobuyoshi Nakada)
11:35 AM Revision df8126f9 (git): * test/openssl/test_ssl.rb (test_multibyte_read_write): start server
for each length to avoid race condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33508 b2dd03c8-39d4-4d8f...
akr (Akira Tanaka)
09:58 AM Revision b574a4d4 (git): * include/ruby/intern.h (rb_fd_set_cloexec): declared.
* io.c (rb_fd_set_cloexec): new function.
(ruby_dup): call rb_fd_set_cloexec to set close-on-exec flag.
(rb_sysop...
akr (Akira Tanaka)
08:50 AM Revision 00715f4c (git): describe Resolv::DNS#timeouts= and Resolv::DNS::Config#timeouts=.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:47 AM Revision 93122606 (git): * lib/resolv.rb: fix a exception name in previous patch.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:46 AM Revision 16f4ecbc (git): * lib/resolv.rb: make timeout configurable for DNS query.
patch by Eric Wong. [ruby-core:38533] [Feature #5100]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33504 b2dd...
akr (Akira Tanaka)
08:04 AM Bug #5244: Continuation causes Bus Error on Debian sparc
Sorry, but this is not a proper fix. While it will fix the immediate problem for Debian, other systems will still be ... jurij (Jurij Smakov)
02:35 AM Bug #5469 (Closed): Bus Error when accessing NAN and INFINITY
This issue was solved with changeset r33502.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i...
ngoto (Naohisa Goto)

10/21/2011

11:02 PM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
I see. In that case, adding a new `File.glob_match?` (or maybe just `File.match?`) would be better.
File.expand_br...
trans (Thomas Sawyer)
07:26 PM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
Because it comes from POSIX fnmatch() function.
http://pubs.opengroup.org/onlinepubs/9699919799/functions/fnmatch....
nobu (Nobuyoshi Nakada)
04:01 PM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
Why more complexity? Is there reason that fnmatch? can't do it? trans (Thomas Sawyer)
12:39 PM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
=begin
What about a new method to expand braces?
File.expand_brace("{.g,t}*").any? {|pat| File.fnmatch?(pat, name)...
nobu (Nobuyoshi Nakada)
06:46 AM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
I have moved it to the Feature tracker for you. drbrain (Eric Hodel)
03:08 AM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
I have. Obviously it's not earth shattering, but it really SHOULD be the same, so that glob functionality can be exac... trans (Thomas Sawyer)
02:10 AM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
I suppose this issue could be filed as a feature request since nobody else has complained about it yet. Sorry for th... sunaku (Suraj Kurapati)
05:35 PM Revision f600a558 (git): * 2011-10-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:34 PM Revision 971769cd (git): * numeric.c (rb_infinity, rb_nan): use union to prevent bus error
caused by misalignment. [Bug #5469] [ruby-dev:44657]
* include/ruby/missing.h (INFINITY, NAN): ditto
git-svn-id: s...
ngoto (Naohisa Goto)
04:09 PM Feature #5445: Need RUBYOPT -r before ARGV -r
My thought is that it makes sense that RUBYOPT comes first, b/c it defines starting environment.
In production is ...
trans (Thomas Sawyer)
03:20 PM Bug #5469: Bus Error when accessing NAN and INFINITY
stream より sequence でしょうかね。 mrkn (Kenta Murata)
02:34 PM Bug #5469 (Assigned): Bus Error when accessing NAN and INFINITY
バイナリ互換性は問題ないんじゃないでしょうか。
ただ、streamはunion中の配列なので{}が足りない気がします。
# streamという名前はちょっと違和感ありますが。
nobu (Nobuyoshi Nakada)
01:24 PM Bug #5469 (Closed): Bus Error when accessing NAN and INFINITY
現在、INFINITYやNANが処理系で定義されていない場合、numeric.c 内の以下の変数を使います。
const unsigned char rb_infinity[] = "\x00\x00\x80\x7f";
co...
ngoto (Naohisa Goto)
01:05 PM Bug #5468 (Closed): IPSocket#valid_v6? in ipaddr.rb contains incorrect regexps
Code to reproduce:
require 'ipaddr'
IPAddr.new('FF32:00FF:A12:34FF:FE56:7890::/96', Socket::AF_INET) # Se...
jamesotron (James Harton)
01:02 PM Revision cb2a69d8 (git): * gc.c (initial_params): pack in a struct.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:01 PM Revision fd807aa2 (git): * gc.c (rb_gc_set_params): set parameters always.
[ruby-dev:44648] [Bug #5467]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33500 b2dd03c8-39d4-4d8f-98ff-823fe6...
nobu (Nobuyoshi Nakada)
11:04 AM Feature #4788: resolv.rb refactoring
It would be nice to get some movement on this - I'm getting bug reports from people trying to use 1.9.x and RubyDNS.
...
ioquatix (Samuel Williams)
03:26 AM Revision b073b534 (git): * atomic.h: change Solaris checking macro because atomic_ops can work
not only with Sun Studio but also with Fujitsu C Compiler.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33499 ...
ngoto (Naohisa Goto)

10/20/2011

11:08 PM Bug #5467 (Closed): ENABLE_VM_OBJSPACE on Windows
r25000 で導入されたENABLE_VM_OBJSPACEとかいうマクロですが、r25008 での
変更によると、Windowsではobject space initializationの前にst_tableを必
要とするので...
usa (Usaku NAKAMURA)
09:35 PM Bug #5464 (Closed): compile error in vm_eval.c
This issue was solved with changeset r33494.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i...
ngoto (Naohisa Goto)
01:15 PM Bug #5464 (Assigned): compile error in vm_eval.c
nobu (Nobuyoshi Nakada)
12:06 PM Bug #5464 (Closed): compile error in vm_eval.c
Solaris 10 にて Fujitsu C Compiler Version 5.6 を使ってtrunkをコンパイルしたところ、以下のコンパイルエラーが出ました。
"./vm_eval.c", line 275: error...
ngoto (Naohisa Goto)
08:40 PM Feature #4969: Subtle issue with require
I've gone ahead and released the *loadable* gem. You can read about it at http://github.com/rubyworks/loadable. I kno... trans (Thomas Sawyer)
05:22 PM Revision 9c223dd5 (git): * 2011-10-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:22 PM Revision b878cfa9 (git): * ext/openssl/ossl_ns_spki.c: Complete documentation.
* test/openssl/test_ns_spki.rb: Integrate SPKI#to_text.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33497 b2d...
MartinBosslet (Martin Bosslet)
01:55 PM Revision 402c8cf9 (git): * win32/win32.c (socklist_insert, socklist_lookup, socklist_delete):
new functions to wrap of st_insert(), st_lookup() and st_delete() to
socklist.
allocating socklist is deferred un...
U.Nakamura
01:48 PM Revision 98490d1f (git): * ext/openssl/ossl_pkcs5.c: add note on timing attacks and general
documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
MartinBosslet (Martin Bosslet)
01:09 PM Bug #5244 (Closed): Continuation causes Bus Error on Debian sparc
This issue was solved with changeset r33492.
Lucas, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
11:35 AM Bug #5244: Continuation causes Bus Error on Debian sparc
I think a possible workaroud to distinguish 32-bit on Debian Sparc (or on Sparc Linux) is to check SIZEOF_VOIDP (valu... ngoto (Naohisa Goto)
01:01 PM Feature #3187: Allow dynamic Fiber stack size
> I don't think we should export vm_stack. It's purely implementation
> detail. Just expose "stack size"
> knob and...
nagachika (Tomoyuki Chikanaga)
03:53 AM Feature #3187: Allow dynamic Fiber stack size
> Note that the size of VM stack is number of Objects and memsize of stack is vm_stacksize * sizeof(VALUE) bytes.
>...
kosaki (Motohiro KOSAKI)
12:35 PM Revision 67db3f81 (git): * ChangeLog: forgot [Bug #5464] [ruby-dev:44632] for the previous commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ngoto (Naohisa Goto)
12:30 PM Revision a1d30845 (git): * vm_eval.c (check_funcall): set array elements one-by-one to fix
compile error with Fujitsu C Compiler 5.6 on Solaris 10 on Sparc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
ngoto (Naohisa Goto)
04:09 AM Revision 9c497531 (git): * include/ruby/defines.h (flush_register_windows): use software
trap on Debian Sparc 32-bit userspace. [Bug #5244]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33492 b2dd03c8...
nobu (Nobuyoshi Nakada)
04:09 AM Revision 4574aeb7 (git): * property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:32 AM Revision 359e7979 (git): * test/openssl/test_pkcs5.rb: add RFC 6070 tests for PBKDF2 with
HMAC-SHA1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
MartinBosslet (Martin Bosslet)
02:42 AM Revision 72cbec3f (git): * util.c (mmprepare): fix for fragmental size.
* util.c (mmswap_, mmrot3_): portability improvement.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33489 b2dd03...
nobu (Nobuyoshi Nakada)
02:00 AM Bug #5432: ruby 1.9.2-p290 ext/openssl build failure on Solaris 10 with Sun Workshop 12.1 or 12.2
Thanks for confirming that it works for you Naohisa. With the clue you've provided and some additional work I have d... enchanter (Tim Mooney)

10/19/2011

11:26 PM Feature #3187: Allow dynamic Fiber stack size
Hi,
I've written a patch. This patch adds some methods Fiber.default_vm_stacksize, Fiber.default_vm_stacksize=, Fi...
nagachika (Tomoyuki Chikanaga)
09:05 PM Revision 2e32ad81 (git): * ext/openssl/ossl_ns_spki.c (Init_ossl_ns_spki): Stub documentation
for Netscape SPKI.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
08:34 PM Revision 9bec8ef5 (git): Imported minitest 2.6.2 (r6712)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
08:05 PM Revision 9cfc7a65 (git): * 2011-10-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:05 PM Revision 65ca601b (git): * lib/openssl/buffering.rb: Force multi-byte strings to be treated as
binary data.
* test/openssl/test_ssl.rb: Add test for it.
Thanks to Niklas Baumstark for reporting the issue!
[Ruby...
MartinBosslet (Martin Bosslet)
05:46 PM Feature #5065 (Rejected): Allow "}" as an alternative to "end"
Rejected because there's no discussion about this issue for three months. technohippy (Yasushi ANDO)
04:11 PM Bug #5244: Continuation causes Bus Error on Debian sparc
My machine is UltraSparc III based, so it's a v9 and 64-bit. For historical reasons though Debian is using 64-bit ker... jurij (Jurij Smakov)
02:28 PM Bug #5244: Continuation causes Bus Error on Debian sparc
knu says that 'flushw' is correct for SparcV9, but not 'ta 0x03'.
And your platform seems 32bit, right?
Then why de...
nobu (Nobuyoshi Nakada)
11:29 AM Bug #5244 (Open): Continuation causes Bus Error on Debian sparc
At r3285, defined(__FreeBSD__) was lost.
I have no idea if 'flushw' is preferable to 'ta 0x03' on FreeBSD.
nobu (Nobuyoshi Nakada)
08:05 AM Bug #5244: Continuation causes Bus Error on Debian sparc
I think we figured it out. The problem arises in cont_save_machine_stack() function, where the register windows are f... jurij (Jurij Smakov)
12:04 PM Bug #5463: PTY or IO.select timing issue results in no EOF
Oops! I uploaded the wrong file. Apologies, here is the correct file (the 2.3 kB one). thinkerbot (Simon Chiang)
12:02 PM Bug #5463 (Rejected): PTY or IO.select timing issue results in no EOF
I have observed that when running a shell through PTY the slave will sometimes fail to produce an EOF after an exit c... thinkerbot (Simon Chiang)
11:44 AM Bug #5449: nested constant opasign not working
I checked this just for my curiosity.
Foo ||= 42
does not work on ruby1.8,
::Foo = 42 # constant re-...
technohippy (Yasushi ANDO)
11:32 AM Bug #5438 (Closed): [PATCH] Add exception hierarchy in Exception class documentation.
This issue was solved with changeset r33481.
Sylvain, thank you for reporting this issue.
Your contribution to Ruby i...
drbrain (Eric Hodel)
11:32 AM Bug #5438: [PATCH] Add exception hierarchy in Exception class documentation.
I modified your patch to use bullet lists and removed the top-most Exception bullet. I also added notes for the defa... drbrain (Eric Hodel)
11:27 AM Feature #5462 (Closed): TLS support for WEBrick::HTTPProxyServer
Currently, HTTPProxyServer does not proxy https requests. MartinBosslet (Martin Bosslet)
11:20 AM Revision 1a2f6357 (git): * ChangeLog: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
11:14 AM Bug #5110 (Closed): Ruby SSL error - sslv3 alert unexpected message
If nobody disagrees, I would like to close this. MartinBosslet (Martin Bosslet)
11:07 AM Bug #5393 (Closed): some style fixes in enum.c docs
This issue was solved with changeset r33480.
b, thank you for reporting this issue.
Your contribution to Ruby is grea...
drbrain (Eric Hodel)
08:07 AM Revision 6b8d4ab8 (git): * version.h (RUBY_RELEASE_DATE): finally declare start of 2.0 work!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
07:37 AM Feature #5461 (Assigned): Add pipelining to Net::HTTP
=begin
The attached patch adds HTTP/1.1 pipelining support to Net::HTTP.
Pipelining is only performed on HTTP/1.1...
drbrain (Eric Hodel)
02:52 AM Revision 34fb3642 (git): * error.c (Init_Exception): Document $! and $@. Provide
recommendations for creating exceptions for a library.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33482 b2dd...
drbrain (Eric Hodel)
02:32 AM Revision 62bd3dd4 (git): * error.c (Init_Exception): Add hierarchy of Exception subclasses.
Based on patch by Sylvain Daubert. [Ruby 1.9 - Bug #5438]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33481 ...
drbrain (Eric Hodel)
02:07 AM Revision 2a4ce075 (git): * enum.c: Reformat block args to a single standard, { |args| ... }.
Patch by b t. [Ruby 1.9 - Bug #5393]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33480 b2dd03c8-39d4-4d8f-98...
drbrain (Eric Hodel)
01:53 AM Bug #5407: Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
> There is only one proposal from me.
> In mswin, /Oy- is always specified.

Why is this required for mswin?
...
Anonymous
01:52 AM Revision dc56a459 (git): Ignore extconf generated files
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
01:23 AM Feature #5454: keyword arguments
Hello,
2011/10/19 Joshua Ballanco <jballanc / gmail.com>:
> For example, should this work:
> x = 30
> def foo(a: 1, ...
mame (Yusuke Endoh)
12:53 AM Feature #5454: keyword arguments
On Tue, Oct 18, 2011 at 11:31 AM, Yukihiro Matsumoto <[email protected]>wrote:

> Hi,
>
> In message "Re: [...
jballanc (Joshua Ballanco)
12:53 AM Feature #5454: keyword arguments
Hello,

2011/10/19 Yukihiro Matsumoto <[email protected]>:
> |With the current proposal for keyword arguments, I...
mame (Yusuke Endoh)
12:53 AM Feature #5454: keyword arguments
Hi,

In message "Re: [ruby-core:40209] Re: [Ruby 2.0 - Feature #5454] keyword arguments"
on Wed, 19 Oct 20...
matz (Yukihiro Matsumoto)
12:53 AM Feature #5454: keyword arguments
Hello,

2011/10/19 Joshua Ballanco <[email protected]>:
>     # Ruby 2.0 proposal:
>     def foo(a: 1, b: 2...
mame (Yusuke Endoh)
12:53 AM Feature #5454: keyword arguments
Hi,

In message "Re: [ruby-core:40207] Re: [Ruby 2.0 - Feature #5454] keyword arguments"
on Wed, 19 Oct 20...
matz (Yukihiro Matsumoto)
12:23 AM Feature #5454: keyword arguments
On Tue, Oct 18, 2011 at 1:33 AM, Haase, Konstantin <
[email protected]> wrote:

> Al...
jballanc (Joshua Ballanco)
01:15 AM Revision e4af86d6 (git): * 2011-10-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:15 AM Revision c35204f7 (git): * ext/openssl/ossl_ssl.c: Remove set, but unused variables.
ext/openssl/ossl_pkey.c: ditto
* ext/openssl/ossl_pkey_dh.c: Make functions passed to
rb_thread_blocking_region re...
MartinBosslet (Martin Bosslet)

10/18/2011

10:12 PM Bug #5459: Silence -Wmissing-declarations and -Wold-style-definition warnings in mkmf
I reviewed your patch. +1 me too.
kosaki (Motohiro KOSAKI)
06:52 PM Bug #5459: Silence -Wmissing-declarations and -Wold-style-definition warnings in mkmf
+1. It seems harmless. shyouhei (Shyouhei Urabe)
06:12 PM Bug #5459 (Closed): Silence -Wmissing-declarations and -Wold-style-definition warnings in mkmf
The attached patch silences -Wmissing-declarations and -Wold-style-definition warnings in c files generated by mkmf. ... now (Nikolai Weibull)
08:53 PM Bug #5407: Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
Hello,

I'm glad to here the solution of this problem.
Thanks to all the people that tackled it.

There is...
usa (Usaku NAKAMURA)
08:11 PM Bug #5407: Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
I have same issues as above.
trunk@33473 and 1.9.3dev build fails on Windows XP SP3 with gcc version 4.6.1 (tdm-1).
...
h.shirosaki (Hiroshi Shirosaki)
06:20 PM Feature #5460 (Closed): Improve "CONNECT" code in net/http. (patch inclulded)
The net/http sends "CONNECT" request when communicate https server via proxy.
At this time, net/http calls "write" e...
nazy (Hiroki Najima)
03:53 PM Feature #5444: Object.free
help

Best,

Eric Scrivner,

Level2 Designs






On Oct 13, 2011, at 8:28 AM, Thomas Sawyer wrote:

...
Anonymous
02:53 PM Feature #5454: keyword arguments
See below.

--
Evan Phoenix // [email protected]


On Monday, October 17, 2011 at 10:33 PM, Haase, Konstantin wr...
Anonymous
02:53 PM Feature #5454: keyword arguments
From the current patch it seems to me that this would raise an ArgumentError, as it does now. Neither name nor age a... rkh (Konstantin Haase)
02:31 PM Feature #5454: keyword arguments
Please ask such question at the Rails mailing list, the ruby-talk mailing list, or Stack Overflow. The core list is ... rkh (Konstantin Haase)
02:31 PM Feature #5454: keyword arguments
Thanks for the translation!

I've got a question about the proposal that will help me understand how it would be i...
Anonymous
02:26 PM Feature #5454: keyword arguments
Do I need to learn Ruby first to learn Rails?

Loving Ruby and want to learn it.

Thanks

2011/10/18 Yukihiro ...
Anonymous
01:23 PM Feature #5454: keyword arguments
Hi,

I should have posted in English at first.
Thank you guys for translation.

matz.

In messa...
matz (Yukihiro Matsumoto)
11:59 AM Feature #5454: keyword arguments
Hi,

2011年10月18日8:13 Evan Phoenix <[email protected]>:
> This looks very interesting! Would someone be willing to trans...
Anonymous
08:23 AM Feature #5454: keyword arguments
This looks very interesting! Would someone be willing to translate to english? I've only got a vague idea of what is... Anonymous
07:55 AM Feature #5454: keyword arguments
|細かいことはまだ気にしていませんが、キーワード引数が 2.0 に入る
|ことはかなり確定的なので、とりあえず trunk に入れて考えるという
|のはどうでしょうか。
賛成です。trunkに入れちゃっていいのかな。そういう...
matz (Yukihiro Matsumoto)
01:21 AM Feature #5454 (Rejected): keyword arguments
遠藤です。
キーワード引数を実装してみました。
$ cat t.rb
def foo(str: "foo", num: 424242)
p [str, num]
end
foo(str: "...
mame (Yusuke Endoh)
02:28 PM Revision 12c497dc (git): * hash.c (identhash): share with type_numhash.
* st.c (st_hashtype_num): rename from type_numhash.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33476 b2dd03c8...
nobu (Nobuyoshi Nakada)
02:07 PM Revision eb21db77 (git): * vm_core.h (ruby_current_thread): probeprofiler has been removed
long ago.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:05 PM Revision 560a6c6f (git): * ext/ripper/eventids2.c (ripper_init_eventids2): separate
initializations of IDs and objects.
* ext/ripper/tools/generate.rb (generate_eventids1): ditto.
* parse.y (Init_rippe...
nobu (Nobuyoshi Nakada)
02:05 PM Bug #5450 (Open): rake 0.9.2.2 does not exist in rubygems.org
The problem I raised is an issue of "importing third party's gem as a standard library", not an issue of bundler. Sor... nahi (Hiroshi Nakamura)
04:08 AM Feature #5458 (Closed): DL should be removed
DL and fiddle are redundant. Moreover DL has no maintainer and its code is problematic. kosaki (Motohiro KOSAKI)
04:06 AM Feature #5456 (Assigned): kernel#syscall() should be removed.
It doesn't works correctly a long time. It's not portable and JRuby have no chance to implement it.
Moreover, Fiddle...
kosaki (Motohiro KOSAKI)
04:04 AM Feature #5455 (Rejected): $SAFE should be removed
see
[ruby-dev:44554](http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/44554)
[ruby-dev:44572](http://bl...
kosaki (Motohiro KOSAKI)
02:33 AM Bug #5451 (Closed): cgi/core.rbのread_multipart()で$stdioを直接使っているために、ruby-fcgiでmultipart/form-dataが使えない
This issue was solved with changeset r33472.
Kazuhiko, thank you for reporting this issue.
Your contribution to Ruby ...
xibbar (Takeyuki FUJIOKA)

10/17/2011

11:53 PM Bug #5407: Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
Hi,

2011/10/17 Luis Lavena <[email protected]>

> On Mon, Oct 17, 2011 at 11:59 AM, Heesob Park <phasis@...
phasis68 (Heesob Park)
11:23 PM Bug #5407: Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
On Mon, Oct 17, 2011 at 11:59 AM, Heesob Park <[email protected]> wrote:
>
> Issue #5407 has been updated by Heesob...
luislavena (Luis Lavena)
06:59 PM Bug #5407: Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
After some trial and error, it turns out this bug is GCC 4.6.1 optimization flag issue.
According to the document ...
phasis68 (Heesob Park)
10:00 PM Bug #5450 (Third Party's Issue): rake 0.9.2.2 does not exist in rubygems.org
It just seems a bug of bundler or a mis-release of rake.
Why do we have to remove rake "gem"?
nobu (Nobuyoshi Nakada)
07:18 PM Feature #5453 (Third Party's Issue): Add gemspecs to auto-mode-alist for ruby-mode
ruby-mode is now a part of GNU Emacs so please report there.
The one we have is for older Emacs versions, like Ema...
shyouhei (Shyouhei Urabe)
06:27 PM Feature #5453 (Third Party's Issue): Add gemspecs to auto-mode-alist for ruby-mode
"\\.gemspec\\'" should be added to auto-mode-alist for ruby-mode, as they are Ruby files. now (Nikolai Weibull)
06:20 PM Feature #4523: Kernel#require to return the path of the loaded file
False, the same as currently. regularfry (Alex Young)
05:50 PM Bug #5437: Using fibers leads to huge memory leak
I tried to use your setting but as you can see in the results files it does not change very much. Also I added finali... rupert (Robert Pankowecki)
05:34 PM Revision 1a3f365c (git): * 2011-10-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:33 PM Revision 673448c2 (git): Tue Oct 18 02:24:19 2011 Takeyuki FUJIOKA <[email protected]>
* lib/cgi/core.rb (QueryExtension#read_multiparat): replace 'stdinput'
from '$stdin' because using fast cgi. [Bug #...
Takeyuki FUJIOKA

10/16/2011

12:14 PM Feature #1081: add File::write() convenience method
It seems the docs here are wrong http://www.ruby-doc.org/core-1.9.3/IO.html#method-c-write -- they mention 4 argument... hackeron (Roman Gaufman)
10:47 AM Revision 4db34663 (git): * 2011-10-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:46 AM Revision e6ce15c6 (git): * ext/bigdecimal/bigdecimal.gemspec (files): fixed typo, and
removed nonexistent file.
* ext/bigdecimal/bigdecimal.gemspec (homepage): added.
* ext/io/console/io-console.gemspec ...
nobu (Nobuyoshi Nakada)
04:43 AM Bug #5451 (Closed): cgi/core.rbのread_multipart()で$stdioを直接使っているために、ruby-fcgiでmultipart/form-dataが使えない
ruby-fcgiを使うと、multipart/form-dataの時にPOSTできないことに気づきました。
調べたところ、ruby-fcgiでは、CGI#stdinputを@request.inに上書きしているのに、cgi/cor...
kazuhiko (Kazuhiko Shiozaki)
04:06 AM Feature #4969: Subtle issue with require
Then it works.
>> $LOADED_FEATURES.reject! { |i| i =~/abbrev/ }
>> require 'abbrev'
true
trans (Thomas Sawyer)
02:23 AM Feature #4969: Subtle issue with require
what happens when you put `$LOADED_FEATURES.reject! { |i| i =~/abbrev/ }` before the last `require`
jonforums (Jon Forums)
01:36 AM Feature #4969: Subtle issue with require
Okay, I finally got around to digging into this a bit more. The issue can be seen from this simple example.
Given...
trans (Thomas Sawyer)
12:24 AM Feature #5448: Singleton module's ::instance method should forward parameters
Nobuyoshi Nakada wrote:
> Singleton has only one instance, why do you need parameters?
Maybe you're right, becaus...
Quintus (Marvin Gülker)
 

Also available in: Atom