Activity
From 10/18/2011 to 10/24/2011
10/24/2011
-
11:23 PM Bug #5475: r33507以降SolarisでPTYが使えない
- 2011年10月24日22:26 Naohisa GOTO <[email protected]>:
>
> なお、Solaris 9 およびそれ以前では posix_openpt が存在しないらしいた... -
10:40 PM Bug #5475 (Closed): r33507以降SolarisでPTYが使えない
- This issue was solved with changeset r33519.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i... -
10:29 PM Bug #5475: r33507以降SolarisでPTYが使えない
- On Mon, 24 Oct 2011 18:43:39 +0900
Tanaka Akira <[email protected]> wrote:
> とりあえずワークアランドとして以下のようにすると避けられるでしょうか。
... -
04:56 PM Bug #5475 (Closed): r33507以降SolarisでPTYが使えない
- r33507以降、SolarisでPTYがまともに使えません。
% ruby -rpty -e 'PTY.spawn("/bin/cat") { |r,w,id| p r; p w; p id }'
を実行すると、
-e:1... - 09:35 PM Revision 06a8e95f (git): * 2011-10-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:35 PM Revision 430f4da0 (git): * re.c (match_aref): Use <code> around indexing examples to prevent
- hyperlinks. [ruby-talk:389396]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33522 b2dd03c8-39d4-4d8f-98ff-823... -
02:57 PM Revision 2bb54418 (git): * complex.c: use "__sun" instead of "__sun__" to detect SunOS.
- * math.c: ditto.
* hash.c: ditto.
* atomic.h: ditto.
* ext/io/wait/wait.c: ditto.
[ruby-dev:44693]
git-svn-id:... -
02:53 PM Feature #5474: keyword argument
- Hi,
In message "Re: [ruby-core:40299] Re: [ruby-trunk - Feature #5474][Assigned] keyword argument"
on Mon... -
09:53 AM Feature #5474: keyword argument
- Hi,
In message "Re: [ruby-core:40290] [ruby-trunk - Feature #5474][Assigned] keyword argument"
on Sun, 23... -
01:49 PM Revision b317a4cd (git): * io.c: use "__sun" instead of "sun" to detect SunOS.
- * dln.c: ditto.
* cont.c: ditto.
* ext/sdbm/_sdbm.c: ditto.
[ruby-dev:44693]
git-svn-id: svn+ssh://ci.ruby-lang... -
01:40 PM Revision 5153fd2a (git): * ext/pty/pty.c (get_device_once): delay rb_fd_set_cloexec() until
- grantpt() on Solaris. grantpt() doesn't work with CLOEXEC on
Solaris 10.
reported by Naohisa GOTO. [ruby-dev:44... -
11:08 AM Revision be561cbe (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:23 AM Feature #3187: Allow dynamic Fiber stack size
- Tomoyuki Chikanaga wrote:
> I've written a patch. This patch adds some methods Fiber.default_vm_stacksize, Fiber.d... -
08:19 AM Bug #5237 (Closed): IO.copy_stream calls #read on an object infinitely many times
- This issue was solved with changeset r33515.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ... -
06:41 AM Revision 9a82672c (git): Follow the error format changed by FreeBSD 9.
- FreeBSD 8.2's last line is
"./configure: Can't open ./configure: No such file or directory\n""
but FreeBSD 9's is
"ca... -
06:16 AM Bug #5468: IPSocket#valid_v6? in ipaddr.rb contains incorrect regexps
- =begin
'FF32:00FF:A12:34FF:FE56:7890::/96' is an IPv6 prefix, but Socket::AF_INET means IPv4 address. It works if I ...
10/23/2011
- 11:19 PM Revision 530160d6 (git): * 2011-10-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:19 PM Revision a28fe36c (git): * io.c (copy_stream_fallback_body): check nil for EOF of read method.
- patch by Eric Wong. [ruby-core:39134] [Bug #5237]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33515 b2dd03c8... -
09:53 PM Feature #5474 (Closed): keyword argument
- Hello,
I'm sending a patch for keyword arguments.
(This feature had been discussed in #5454, but I'm re-creatin... -
08:39 PM Bug #5473 (Closed): Raise in method_missing causes infinite loop
- =begin
The following code causes an infinite loop:
class ::Object
def method_missing(m, *a, &b)
... -
07:25 PM Feature #5454 (Rejected): keyword arguments
- すみません、メールがあちこちに言って議論が混乱しそうですね。
一度 close して立て直します。
Sorry for scattering the mails and confusing the discussion.
I... -
02:52 PM Feature #5454: keyword arguments
- Hello,
I've updated the patch (keyword-argument-patch-20111023.zip).
It modifies the core much.
So I'd like to c... -
04:43 PM Bug #5471 (Closed): tkのマニュアルファイルのtypo
- This Issue was closed by r33511. Thanks :)
-
04:29 PM Bug #5471 (Closed): tkのマニュアルファイルのtypo
- tkMANUAL_tcltklib.engにtypoがありました。
Index: ext/tk/MANUAL_tcltklib.eng
=============================================... -
09:22 AM Revision b062e608 (git): * ext/tk/MANUAL_tcltklib.eng: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:05 AM Bug #5470 (Closed): r33507 and r33508 break the build under MinGW
-
07:53 AM Bug #5470: r33507 and r33508 break the build under MinGW
- On Sun, Oct 23, 2011 at 12:43 AM, Tanaka Akira <[email protected]> wrote:
>
> Would you show the error messages?
>
... -
07:53 AM Bug #5470: r33507 and r33508 break the build under MinGW
- 2011/10/23 Luis Lavena <[email protected]>:
> Bug #5470: r33507 and r33508 break the build under MinGW
> h... -
07:17 AM Bug #5470 (Closed): r33507 and r33508 break the build under MinGW
- Definition and usage of rb_fd_set_cloexec cause MinGW (GCC 4.5.2 and GCC 4.6.1)
Usage of F_GETFD FD_CLOEXEC and F_... -
09:03 AM Revision bb98e0ec (git): * numeric.c (rb_infinity, rb_nan): aggregated member initializers
- need braces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:51 AM Revision d332891f (git): * ext/io/wait/wait.c: ioctl(2) is declared in unistd.h on Solaris.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:39 AM Revision 965dba4f (git): * ext/tk/MANUAL_tcltklib.eng: fix typo. [ruby-dev:44683] [Bug #5471]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 AM Bug #5375 (Closed): [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
- Closing it out as duplicate of #5407 as efforts on solve the issue has been made in that issue.
Thank you. -
06:37 AM Bug #5407 (Closed): Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
- Closing it out as duplicate of #5407 as efforts on solve the issue has been made in that issue.
Thank you. -
06:35 AM Bug #5407 (Assigned): Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
- Thank you Hiroshi Shirosaki for your patch.
There is one slight detail on this and is that it uses result from `u... -
12:12 AM Bug #4870 (Rejected): forkのテストが非常にまれに失敗する
- だめ。
二度と再現できない。自己クローズします -
12:11 AM Feature #4512 (Closed): [PATCH] ext/fcntl/fcntl.c: add F_DUPFD_CLOEXEC constant
- Akr committed #5041. so we can close this ticket too.
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
-
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... -
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 ... -
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... -
01:49 PM Feature #5455: $SAFE should be removed
- A more granular safe system would be nice.
-
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... -
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?`) ... -
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... -
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... -
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
-
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
-
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... -
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 ...
-
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...
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... -
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.... -
04:01 PM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
- Why more complexity? Is there reason that fnmatch? can't do it?
-
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)... -
06:46 AM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
- I have moved it to the Feature tracker for you.
-
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...
-
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...
- 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
-
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... -
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 ... -
03:20 PM Bug #5469: Bus Error when accessing NAN and INFINITY
- stream より sequence でしょうかね。
-
02:34 PM Bug #5469 (Assigned): Bus Error when accessing NAN and INFINITY
- バイナリ互換性は問題ないんじゃないでしょうか。
ただ、streamはunion中の配列なので{}が足りない気がします。
# streamという名前はちょっと違和感ありますが。 -
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... -
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... -
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
-
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... -
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.
... -
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 ...
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を必
要とするので... -
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... -
01:15 PM Bug #5464 (Assigned): compile error in vm_eval.c
-
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... -
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...
- 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
-
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... - 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... -
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 -
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 ... -
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...
-
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... -
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.
>... -
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
-
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... -
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... -
04:09 AM Revision 4574aeb7 (git): * property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
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 -
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... -
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...
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... -
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 - 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
- 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
-
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... -
05:46 PM Feature #5065 (Rejected): Allow "}" as an alternative to "end"
- Rejected because there's no discussion about this issue for three months.
-
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...
-
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... -
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. -
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...
-
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).
-
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...
-
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-... -
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... -
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...
-
11:27 AM Feature #5462 (Closed): TLS support for WEBrick::HTTPProxyServer
- Currently, HTTPProxyServer does not proxy https requests.
-
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
-
11:14 AM Bug #5110 (Closed): Ruby SSL error - sslv3 alert unexpected message
- If nobody disagrees, I would like to close this.
-
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... -
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
-
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... -
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... -
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 ... -
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... -
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?
... -
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
-
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, ... -
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: [... -
12:53 AM Feature #5454: keyword arguments
- Hello,
2011/10/19 Yukihiro Matsumoto <[email protected]>:
> |With the current proposal for keyword arguments, I... -
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... -
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... -
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... -
12:23 AM Feature #5454: keyword arguments
- On Tue, Oct 18, 2011 at 1:33 AM, Haase, Konstantin <
[email protected]> wrote:
> Al... - 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
-
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...
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.
-
06:52 PM Bug #5459: Silence -Wmissing-declarations and -Wold-style-definition warnings in mkmf
- +1. It seems harmless.
-
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. ...
-
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... -
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).
... -
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... -
03:53 PM Feature #5444: Object.free
- help
Best,
Eric Scrivner,
Level2 Designs
On Oct 13, 2011, at 8:28 AM, Thomas Sawyer wrote:
... -
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... -
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...
-
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 ...
-
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... -
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 ... -
01:23 PM Feature #5454: keyword arguments
- Hi,
I should have posted in English at first.
Thank you guys for translation.
matz.
In messa... -
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... -
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...
-
07:55 AM Feature #5454: keyword arguments
- |細かいことはまだ気にしていませんが、キーワード引数が 2.0 に入る
|ことはかなり確定的なので、とりあえず trunk に入れて考えるという
|のはどうでしょうか。
賛成です。trunkに入れちゃっていいのかな。そういう... -
01:21 AM Feature #5454 (Rejected): keyword arguments
- 遠藤です。
キーワード引数を実装してみました。
$ cat t.rb
def foo(str: "foo", num: 424242)
p [str, num]
end
foo(str: "... -
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... -
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 -
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... -
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...
-
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.
-
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... -
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... -
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 ...
Also available in: Atom