Activity
From 10/15/2011 to 10/21/2011
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 ...
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@... -
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... -
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 ... -
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"? -
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... -
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.
-
06:20 PM Feature #4523: Kernel#require to return the path of the loaded file
- False, the same as currently.
-
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...
- 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
- 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 #...
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...
- 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
-
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 ... -
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... -
04:06 AM Feature #4969: Subtle issue with require
- Then it works.
>> $LOADED_FEATURES.reject! { |i| i =~/abbrev/ }
>> require 'abbrev'
true
-
02:23 AM Feature #4969: Subtle issue with require
- what happens when you put `$LOADED_FEATURES.reject! { |i| i =~/abbrev/ }` before the last `require`
-
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... -
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...
10/15/2011
-
09:55 PM Bug #5375: [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
- Hello,
This seems to be a regression of the VM perhaps? Using same compiler (GCC 4.6.1) but against trunk, it work... -
12:48 PM Bug #5450 (Closed): rake 0.9.2.2 does not exist in rubygems.org
- 1.9.3 installs rake as a 'default gems' which version is 0.9.2.2, but the version does not exist in RubyGems's source...
-
09:33 AM Feature #4523 (Feedback): Kernel#require to return the path of the loaded file
- What do you expect when the library has loaded already?
-
08:52 AM Feature #4523: Kernel#require to return the path of the loaded file
- +1
-
08:32 AM Bug #5449 (Closed): nested constant opasign not working
- =begin
This code works on 1.9:
Foo ||= 42
However, (({ ::Foo ||= 42 })) and
Foo ||= Module.new
Foo::Ba...
Also available in: Atom