Activity
From 03/02/2012 to 03/08/2012
03/08/2012
-
09:31 PM Revision 240c9acb (git): * ext/psych/lib/psych.rb (load, parse): stop parsing or loading after
- the first document has been parsed.
* test/psych/test_stream.rb: pertinent tests.
git-svn-id: svn+ssh://ci.ruby-lan... -
09:21 PM Revision a2e3de1b (git): * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block is
- given, documents will be yielded to the block as they are parsed.
[ruby-core:42404] [Bug #5978]
* ext/psych/lib/ps... -
07:50 PM Bug #6125 (Feedback): Exception Report
- We need more information on the origin of this exception. The more code you provide that recreates the crash the bett...
-
05:32 PM Bug #6125 (Rejected): Exception Report
- 问题签名:
问题事件名称: APPCRASH
应用程序名: ruby.exe
应用程序版本: 1.9.3.125
应用程序时间戳: 4f3d0330
故障模块名称: msvcrt-ruby191.dll
... -
07:09 PM Feature #4514: #deep_clone and #deep_dup for Objects
- Some thoughts
* #deep_merge is a Rails method. If you only need Arrays + Hashs to be deep_dup'able, chances are t... -
06:35 PM Feature #4514: #deep_clone and #deep_dup for Objects
- No one wants to add anything?
-
07:04 PM Feature #5481: Gemifying Ruby standard library
- Vit Ondruch wrote:
> Eric Hodel wrote:
> > =begin
> > > While I like your proposal, I really don't see point, why ... -
04:23 PM Feature #5481: Gemifying Ruby standard library
- Eric Hodel wrote:
> =begin
> > While I like your proposal, I really don't see point, why it should be disabled to u... -
11:16 AM Feature #5481: Gemifying Ruby standard library
- Just let it follow URL change.
-
06:50 PM Feature #6096: Parser tweak - curly braces followed by a coma...
- I agree, that would be nice, especially given that it would work the other way around, e.g. assert_equal do_stuff, {}...
-
05:02 PM Bug #5973: Bus Error in simple project requiring YARD
- Sorry for the delay, I did not receive any email notification of an update on this thread.
I've just tried with ru... -
04:34 PM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- Hiroshi Nakamura wrote:
> I wrote some existing issues of "fake gem" at https://bugs.ruby-lang.org/issues/5481#note-... -
11:14 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- I wrote some existing issues of "fake gem" at https://bugs.ruby-lang.org/issues/5481#note-1 which is excerpted from h...
-
08:19 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- Just for comparison, I did the same for Arel, but I'm sure you can use other non-bundled gems:
C:\>gem list | fi... -
08:17 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- Let's take json for example:
C:\>gem list | find "json"
json (1.6.3, 1.5.4)
C:\>ruby -rjson -e "puts JSON::VER... -
07:53 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- On Thu, Mar 08, 2012 at 05:38:05AM +0900, Vit Ondruch wrote:
>
> Issue #6124 has been updated by Vit Ondruch.
> ... -
05:42 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- Anonymní wrote:
> On Wed, Mar 07, 2012 at 10:50:51PM +0900, Vit Ondruch wrote:
> >
> > Issue #6124 has been rep... -
05:38 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- Yes, the availability of gems in stdlib loadpath is wrong, since everything what is in loadpath is loaded prior gems....
-
01:53 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- On Wed, Mar 07, 2012 at 10:50:51PM +0900, Vit Ondruch wrote:
>
> Issue #6124 has been reported by Vit Ondruch.
>... -
03:35 PM Revision e7d4e659 (git): * enumerator.c (lazy_initialize, enumerable_lazy): no additional
- arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:30 PM Revision 0b2c4f43 (git): * enumerator.c: add Enumerable#lazy. based on the patch by
- Innokenty Mikhailov at <https://github.com/ruby/ruby/pull/101>
[ruby-core:37164] [Feature #4890]
git-svn-id: svn+... -
03:26 PM Revision e1606102 (git): * enumerator.c (enumerator_each, generator_each): pass arguments to
- the block with yielder.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:25 PM Revision 0aa05d97 (git): * 2012-03-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:25 PM Revision e78ff089 (git): * array.c (rb_ary_cat): new function to concat objects into array.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:34 PM Bug #6122: OpenSSL::PKCS7 verify
- # not_after can not later than 2038-01-19 11:14:07
require 'OpenSSL'
class Rsa
attr_reader :key, :cert
... - 07:44 AM Revision 729e66b3 (git): * 2012-03-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:44 AM Revision eec65961 (git): * .gdbinit (rb_numtable_entry): update for recent refactoring of
- st_table.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/07/2012
-
10:51 PM Bug #6123: Properly gemify BigDecimal
- Happily: #6124
Thank you. -
10:42 PM Bug #6123: Properly gemify BigDecimal
- Vit Ondruch wrote:
> Could you please enlighten me what is the purpose of fake gem then? Even if you install updated... -
10:27 PM Bug #6123: Properly gemify BigDecimal
- Could you please enlighten me what is the purpose of fake gem then? Even if you install updated BigDecimal from rubyg...
-
10:15 PM Bug #6123 (Rejected): Properly gemify BigDecimal
- This is not only for bigdecimal but also io-console, json, minitest, psych, rake, and rdoc.
It is because they are n... -
10:06 PM Bug #6123: Properly gemify BigDecimal
- Please note that I picked the BigDecimal just randomly. It applies to all other "gems" which are currently bundled in...
-
10:05 PM Bug #6123: Properly gemify BigDecimal
- Better to say, the expected behavior is:
$ ruby --disable-gems -e "puts require('bigdecimal')"
-e:1:in `require':... -
10:02 PM Bug #6123 (Rejected): Properly gemify BigDecimal
- BigDecimal is available as a gem, however, the version in Ruby is crippled. It just tries to mimic gems, but it is no...
-
10:50 PM Bug #6124 (Closed): remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- As I tried to point out in #6123, the "fake" gems which are distributed with Ruby breaks user's expectations. The fol...
-
10:37 PM Bug #6120: Float and BigDecimal bug in remainder in corner cases
- Ruby's math should portably follow SuS. [ruby-core:28206]
You can fix it for Float/Math if it is obviously wrong and... -
02:51 PM Bug #6120 (Closed): Float and BigDecimal bug in remainder in corner cases
- Currently:
4.2.remainder(+Float::INFINITY) # => 4.2, ok
4.2.remainder(-Float::INFINITY) # => NaN, should ... -
10:25 PM Bug #6121 (Assigned): [[Ruby 1.9:]] Etc.sysconfdir hides sysconfdir on windows
-
03:16 PM Bug #6121 (Closed): [[Ruby 1.9:]] Etc.sysconfdir hides sysconfdir on windows
- While checking on this issue https://gist.github.com/1981223 I found out that Etc.sysconfdir is inconsistently behavi...
-
08:10 PM Bug #6122 (Closed): OpenSSL::PKCS7 verify
- # not_after can not later than 2038-01-19 11:14:07
# verify can pass wrong certificate
require 'OpenSSL'
class... -
01:45 PM Revision 0c8ae916 (git): * lib/xmlrpc/client.rb (module XMLRPC): fix typo.
- * test/xmlrpc/test_client.rb (test_async_call): add test for
XMLRPC::Client#call_async to check above fix.
git-svn... -
11:10 AM Feature #5922: Migrate equal? to identical?
- =begin
The name of #equal? is part of a pattern.
In Common Lisp:
(eq a b) ; most strict
(eql a b)
(equ... -
10:49 AM Bug #6099 (Assigned): [BUG] probable buffer overflow
- Masaki Matsushita wrote:
> IO#readpartialにも同様の問題があるようです。
>
> require "fcntl"
>
> r, w = IO.pipe
> r.fcntl... -
10:13 AM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- たいして長くないので添付じゃなくインラインにしますが、
SNDCTL_DSP_SPEED = 0xc0045002 - 0x1_0000_0000
SNDCTL_DSP_STEREO = 0xc0045003 - 0x1_... -
08:41 AM Feature #5221 (Closed): LoadEerror#path
- Applied in r34938
-
08:21 AM Feature #5221: LoadEerror#path
- I agree.
-
08:30 AM Feature #3090 (Closed): xml-rpc support for i8 data type
- This issue was solved with changeset r34936.
Stas, thank you for reporting this issue.
Your contribution to Ruby is g... -
08:26 AM Feature #5096: offer Logger-compatibility for syslog ext
- The repository is here: https://github.com/seattlerb/sysloglogger
I will attach a patch to this issue soon. -
08:22 AM Bug #5354 (Closed): Module#remove_const documentation is confusing
- Fixed by Nobu in r29519. Thanks for reporting this issue.
-
08:07 AM Bug #5324 (Closed): Bug in CreateChild in win32.c
- Duplicate of #5325
-
08:07 AM Bug #5323 (Closed): Bug in CreateChild in win32.c
- Duplicate of #5325
-
07:45 AM Bug #5660 (Closed): xmlrpc/client.rb issue
- This issue was solved with changeset r34935.
Nathan, thank you for reporting this issue.
Your contribution to Ruby is... -
07:43 AM Bug #5252 (Closed): Segmentation Fault
- Closing this, as apparently due to faulty proprietary C extension.
-
07:30 AM Revision 075d98c7 (git): * error.c (rb_load_fail): should honor encoding.
- * load.c (load_failed): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34944 b2dd03c8-39d4-4d8f-98ff-823fe... -
05:33 AM Bug #6119: Usage of CPPFLAGS during configure result in duplicated values for RbConfig CPPFLAGS information
- I bet $CPPFLAGS and $cppflags are doing a two step. See if you have something similar to the following (from trunk) i...
-
04:22 AM Bug #6119 (Closed): Usage of CPPFLAGS during configure result in duplicated values for RbConfig CPPFLAGS information
- When attempted to use FD_SETSIZE preprocesor definition under Windows to increase number of file descriptions, found ...
-
05:22 AM Revision 8e07edf3 (git): * load.c (load_failed): no need to guard fname, it's stored in the exception to be raised.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:38 AM Revision 81809e27 (git): * ChangeLog: commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 AM Revision 72de92d1 (git): rb_load_fail
- * error.c (rb_load_fail): use path as a string, not char*.
* internal.h: (rb_load_fail): moved from ruby/intern.h.
* ... -
01:28 AM Revision 293249fb (git): * test/xmlrpc/data/blog.xml: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/06/2012
-
11:49 PM Revision a555b762 (git): updating changelog with ruby-core number
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:38 PM Revision d576a25c (git): * error.c (rb_loaderror_with_path): Adding the missing file as an
- instance variable to the LoadError exception.
* load.c: call rb_loaderror_with_path so that the missing path is
ad... -
11:30 PM Revision c95cfa0a (git): use factory method for constructing Net::HTTP objects
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:30 PM Revision ce2f6986 (git): * lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!
- [ruby-core:29246] [Feature #3090]
* test/xmlrpc/test_client.rb: supporting test
git-svn-id: svn+ssh://ci.ruby-lang.... -
10:45 PM Revision 9e9264c8 (git): * lib/xmlrpc/client.rb: assume servers that do not send a Content-Type
- header are sending 'text/xml'. Thanks Nathan Leavitt!
[ruby-core:41204] [Bug #5660]
* test/xmlrpc/test_client.rb: ... - 10:40 PM Revision 8029539d (git): * 2012-03-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:40 PM Revision 1ac1163f (git): * test/xmlrpc/test_client.rb: adding a test for performing an XMLRPC
- call.
* test/xmlrpc/data/blog.xml: supporting XML document for the response.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
10:40 PM Bug #5626 (Closed): io/console: Cannot disable raw mode
-
05:55 PM Feature #6118 (Feedback): Hash#keys_of(values), returns related keys of given values
- Hash#key(value) の複数版がほしいです。
{a: 1, b: 2, c: 3, d: 1}.key(1)
=> :a
というメソッドはあるのですが、
{a: 1, b: 2, c: 3, d: 1}.keys... -
04:19 PM Bug #4525 (Closed): Exponential performance when summing Enumerable
- Hi,
Ivo Wever wrote:
> When you sum an Enumerable (using .inject(:+) or in a more verbose fashion), 1.8.7 and 1.9... -
04:18 PM Bug #6117 (Closed): Transfers allowed into Fibers that have resumed into other fibers
- Consider the following code:
```ruby
require 'fiber'
def foo
order = []
main_fiber = Fiber.curr... -
02:48 PM Bug #2788: nil.instance_eval pushes nil onto cref
- test-all also points out that `@@class_level_variable` would then refer to `NilClass`/`FalseClass`/`TrueClass`'s clas...
-
02:27 PM Bug #2788: nil.instance_eval pushes nil onto cref
- Behavior is intended, as per tests in bootstraptest/test_eval.rb and [ruby-core:16808], but I'm don't think it's the ...
-
01:46 PM Feature #4234: Hash#default_proc= Doesn't Accept nil Argument
- Changing this to 'feature'.
I'm in favor of this change, with a small change to the doc. The interface should be r... -
01:32 PM Bug #3844 (Closed): Kernel.methods(false) not documented
- Fixed in r33939. Thank you for reporting this issue.
-
01:20 PM Feature #6079 (Rejected): Hash#each_sorted
- Closing as no implementation can improve on simple `sort.each`.
-
01:09 PM Bug #6106 (Closed): Ruby documentation ambiguous about mixed sign ranges in indexes
- This issue was solved with changeset r34927.
Perry, thank you for reporting this issue.
Your contribution to Ruby is ... -
10:11 AM Bug #6116 (Closed): IO#raw {|io| ...} で文字入力がエコーバックしない
- This issue was solved with changeset r34917.
Sho, thank you for reporting this issue.
Your contribution to Ruby is gr... -
09:56 AM Revision f4cda1e5 (git): merge revision(s) 33251,33259,33424:
- * lib/test/unit/assertions.rb (assert_send): make arguments in
the default message clearer.
* lib/... -
09:47 AM Revision 2fbc01fb (git): Fix typo.
- reported by Nobuhiro IMAI.$
https://twitter.com/no6v/status/176959588531314688
git-svn-id: svn+ssh://ci.ruby-lang.or... -
09:44 AM Revision f35fa238 (git): Comment out unused lines.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:24 AM Revision bc6dde94 (git): * parse.y (parser_tokadd_string): escape simple regexp meta
- character termninators.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:11 AM Revision a872bd3d (git): merge revision(s) 34927:
- * string.c (rb_str_aref): Improve rdoc, as per [bug #6106]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby... - 04:09 AM Revision 8a4de7ab (git): * string.c (rb_str_aref): Improve rdoc, as per [bug #6106]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:48 AM Revision 4257124d (git): merge revision(s) 34917:
- * ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOK
bits too.
* ext/io/console/console... -
03:40 AM Revision 9f8a7d00 (git): merge revision(s) 33786:
- * ext/io/console/console.c (console_raw, console_set_raw)
(console_getch): optional parameters. [EXPERIMEN... -
03:39 AM Revision 7a208f4b (git): merge revision(s) 33785:
- * ext/io/console/console.c (console_cooked, console_set_cooked):
new methods to reset cooked mode. [EXPERI... -
03:32 AM Revision c7495f99 (git): merge revision(s) 34376:
- * ext/io/console/console.c (io_getch): default delegating method
for StringIO. https://github.com/nobu/io-... -
03:31 AM Revision 9ca160c1 (git): merge revision(s) 33172,33968:
- * ext/io/console/console.c (console_set_winsize): remove
unused variable.
* io.c (Init_IO): Mention io/con... -
03:27 AM Revision 0c493edc (git): merge revision(s) 32747:
- * remove unused variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34921 b2dd03c8-39d4-4d8f-... -
03:06 AM Revision acc55c25 (git): merge revision(s) 34919:
- * lib/yaml/rubytypes.rb (Exception.yaml_new): fix bug that causes
YAML serialization problem for Exception.... -
03:03 AM Revision 383ad674 (git): merge revision(s) 34908:
- * lib/yaml/rubytypes.rb (Exception.yaml_new): fix bug that causes
YAML serialization problem for Exception.... -
02:43 AM Revision 0496299e (git): merge revision(s) 34908:
- * ext/syck/lib/syck/rubytypes.rb (Exception.yaml_new): fix bug
that causes YAML serialization problem for E... -
01:34 AM Bug #6115 (Closed): A block after the do-block without parenthesis
- This issue was solved with changeset r34913.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
01:11 AM Revision dd9569de (git): * ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOK
- bits too.
* ext/io/console/console.c (echo_p): ignore ECHOE and ECHOK bits.
[ruby-dev:45309] [Bug #6116]
* ext/io/c... -
12:52 AM Feature #5583: Optionally typing
- Hi,
Koichi Sasada wrote:
> Shugo Maeda wrote:
> > I prefer method annotations to special syntax.
>
> Me too.... -
12:09 AM Bug #6067: Conditional assignment of a nested constant raises a SyntaxError
- One would think it would evaluate similar to:
(A::X = 1 if ! defined? A::X or A::X.nil? ; A::X)
For compariso...
03/05/2012
-
11:37 PM Bug #6116 (Closed): IO#raw {|io| ...} で文字入力がエコーバックしない
- 以下のドキュメントにならって、IO#raw で gets したところ入力がエコーバックしませんでした。
Yields +self+ within raw mode.
STDIN.raw(&:gets)
... -
10:59 PM Bug #6115 (Closed): A block after the do-block without parenthesis
- =begin
= ((<pull request 102 by pasberth: A block after the do-block without parenthesis|URL:https://github.com/ruby... -
10:19 PM Revision 2706b60c (git): * lib/xmlrpc/client.rb: switch net/http post2 calls to modern
- `request_post` methods.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:48 PM Revision 8456c060 (git): only run `test_key` on ruby 2.0.0 or up
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:32 PM Revision 62ffffbe (git): * ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loaded
- in order to stop method pollution.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34914 b2dd03c8-39d4-4d8f-98ff-8... -
04:59 PM Feature #6070: The scope of for loop variables
- (2012/03/05 16:10), Shugo Maeda wrote:
> For loops are syntactically close to while loops, but for loops are
> s... -
04:23 PM Feature #6070: The scope of for loop variables
- Hello,
2012/3/1 George Koehler <[email protected]>:
> This patch (for_loop_scope_fix_0224.diff) introduce... -
04:34 PM Revision c46bdadb (git): * parse.y (block_call): rules for block_call after block_call.
- based on a patch by pasberth https://github.com/ruby/ruby/pull/102
[ruby-dev:45308][Bug #6115]
git-svn-id: svn+ssh... -
04:24 PM Revision 45f3651d (git): * parse.y (block_command, block_call): simplified rules.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:17 PM Revision 68ff00d9 (git): * 2012-03-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 PM Revision 0827c384 (git): assert_valid_syntax
- * test/ruby/test_syntax.rb (assert_valid_syntax): new assertion to
validate syntax.
git-svn-id: svn+ssh://ci.ruby-... -
11:53 AM Bug #6112 (Closed): String#byteslice、BigMath.#log のコメントの typo など
- This issue was solved with changeset r34899.
Sho, thank you for reporting this issue.
Your contribution to Ruby is gr... -
11:49 AM Feature #6095: Question about block parameter syntax
- なかだです。
(12/02/27 13:12), Yukihiro Matsumoto wrote:
> 添付のパッチで直りそう。だれか確認してもらえませんか?
よさそうです。r34832のテストは通ることを... -
11:49 AM Feature #6095: Question about block parameter syntax
- まつもと ゆきひろです
添付のパッチで直りそう。だれか確認してもらえませんか?
In message "Re: [ruby-dev:45290] Question about block parameter sy... -
11:49 AM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- こんにちは、なかむら(う)です。
古いチケットですが、r34507でまた踏んだので蒸し返します。
In message "[ruby-dev:42671] Re: [Ruby 1.9-Feature#3946][... -
11:49 AM Bug #5952: コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- 2012年1月31日9:34 Tomoyuki Chikanaga <[email protected]>:
>
> Issue #5952 has been updated by Tomoyuki Chikanag... -
11:49 AM Feature #5896: object representation in rb_enc_vsprintf()
- redmineにコメント書いたんですが、MLと連携されてないように見えるので
こちらにも投稿しときます。
警告については、gccの拡張ですしPRINTF_ARGSを諦めるのどうですか?
拡張した時点でprintf書... -
11:47 AM Feature #6065: Allow Bignum marshalling/unmarshalling from C API
- 2012/2/23 Martin Bosslet <[email protected]>:
> Akira Tanaka wrote:
>> 2012/2/23 Martin Bosslet <Marti... -
11:47 AM Feature #5663: Combined map/select method
- 2012/2/1 Nobuyoshi Nakada <[email protected]>
>
> Issue #5663 has been updated by Nobuyoshi Nakada.
>
> Yura ... -
11:46 AM Bug #5915: Array#join with explicit nil should not use $,
- Array#join actually tries three coercions on elements: #to_str, followed by
#to_ary (for nested joins), followed b... -
11:46 AM Feature #5873: Adopt FFI over DL
- (2012/01/14 12:30), KOSAKI Motohiro wrote:
>> To remove original DL completely, we have to bundle libffi itself
>>... -
11:46 AM Feature #5893: named return,next...
- Hi,
In message "Re: [ruby-core:42115] Re: [ruby-trunk - Feature #5893][Open] named return,next..."
on Fri... -
09:29 AM Revision bc4ef96c (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:11 AM Revision eb1eee03 (git): * ext/syck/lib/syck/rubytypes.rb (Exception.yaml_new): fix bug
- that causes YAML serialization problem for Exception.
Exception#initialize doesn't use visible instance variable fo... -
07:52 AM Revision a2749dbb (git): * ext/socket/extconf.rb: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:51 AM Revision 842c6f60 (git): * test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.
- * test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): call uname
only on linux because it's a workaround for linux... -
07:40 AM Revision bfba60f8 (git): Remove unused variables.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:36 AM Revision 1d30263d (git): Fix condition of r34897.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:44 AM Revision 4a6e738a (git): * st.c (unpack_entries): chain entries directly. based on a patch
- by Sokolov Yura <funny.falcon AT gmail.com>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34903 b2dd03c8-39d4-... -
03:44 AM Revision 4a8c531a (git): * st.c (unpack_entries): use union instead of casted pointer.
- patched by Sokolov Yura <funny.falcon AT gmail.com>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34902 b2dd03... -
03:43 AM Revision 5bd91964 (git): * st.c: use PACKED_ENT and FIND_ENTRY. patched by Sokolov
- Yura <funny.falcon AT gmail.com>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34901 b2dd03c8-39d4-4d8f-98ff-8... -
03:43 AM Revision e5ac1599 (git): * st.c (unpack_entries): reallocate bins if packed array size
- is not same as initial bins size. based on a patch by
Sokolov Yura <funny.falcon AT gmail.com>.
git-svn-id: svn+... -
02:53 AM Revision 697b53d8 (git): * ext/bigdecimal/lib/bigdecimal/math.rb: remove description about
- BigMath#log. patched by Sho Hashimoto [ruby-dev:45307] [Bug #6112]
* string.c (str_byteslice): fix typo.
git-svn-id... -
01:23 AM Bug #6084: Ruby 1.9.3p125 Segfault while running nanoc compile
- I can't replicate with 1.9.3p134 or 1.9.3p155 [i386-mingw32] versions on Win7 32bit. One of my nanoc sites has a Rule...
- 01:16 AM Revision 2a70ec05 (git): * 2012-03-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:16 AM Revision 14e11379 (git): Old linux (at least CentOS 5.6, kernel 2.6.18) wakes up 4.99 sec.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/04/2012
-
11:21 PM Feature #5484 (Closed): regexp comparison bug
- This issue was solved with changeset r34896.
Denis, thank you for reporting this issue.
Your contribution to Ruby is ... -
09:57 PM Bug #6084 (Feedback): Ruby 1.9.3p125 Segfault while running nanoc compile
-
09:48 PM Feature #4890: Enumerable#lazy
- Rodrigo Rosenfeld Rosas wrote:
> Thomas, I think it only makes sense for enumerables to be lazy if you call take(n) ... -
02:21 PM Revision 68a16f9a (git): * parse.y (parser_tokadd_string): regexp engine doesn't need
- terminators to be escaped. [ruby-core:40364][Bug #5484]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34896 b2d... -
01:59 PM Revision b212b84f (git): * hash.c: remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:39 AM Revision 44281c81 (git): * 2012-03-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:39 AM Revision b586af26 (git): * ChangeLog: fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:35 AM Bug #6112 (Closed): String#byteslice、BigMath.#log のコメントの typo など
- るりまを書いていて以下のコメントの間違いに気づきました。パッチを添付しますので、合ってるようであれば取り込んでやってください。
* String#byteslice の \u3042 を\u3942 と typo
* BigM... -
11:31 AM Bug #953 (Open): 深い入れ子の配列の取り扱いで落ちる
- =begin
辻本です。
trunkで再現するようになっているのでreopenしておきます。
$ ./ruby -v ./nest.rb
ruby 2.0.0dev (2012-03-03 trunk 34892)... -
12:22 AM Feature #6111 (Closed): Request for making ruby multiarchable
- i ask to make it possible to install ruby in more multiarch compatible dirs ...
with configure allone it is not poss...
03/03/2012
-
11:38 PM Bug #6110 (Rejected): #respond_to? returns true on 1.9.3 and false on ruby-head
- Sound intentional change.
http://ruby.11.n6.nabble.com/ruby-dev-40461-respond-to-lt-protected-method-name-gt-retur... -
05:42 PM Bug #6110 (Rejected): #respond_to? returns true on 1.9.3 and false on ruby-head
- Under ruby-head, when calling #respond_to? on another object of the same type false is always returned, even though t...
-
11:03 PM Feature #5484: regexp comparison bug
- Well, I originally reported it as a bug, since I got bit by it. I can't recall the context let alone the specifics.
... -
09:41 PM Feature #4890: Enumerable#lazy
- I've faced problems while trying to push this idea further
so I came up with the straight C implementation of ruby ... -
01:53 PM Revision 61c14872 (git): * process.c (rb_run_exec_options_err): chdir at last to interpret
- relative pathnames from the current directory of the parent process.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
12:14 PM Bug #6109 (Closed): plain-char for isdigit(), etc
-
07:52 AM Bug #6109 (Closed): plain-char for isdigit(), etc
- =begin
cygwinで、以下のように((%date%))で警告が出ます。
compiling date_parse.c
date_parse.c: In function ‘s3e’:
date_parse.... -
09:46 AM Feature #5873 (Closed): Adopt FFI over DL
- DL uses fiddle (with ffi) as a backend if ffi is available, so I will close this. We can talk about embedding librar...
-
08:03 AM Bug #6108 (Closed): plain-char for isdigit()
- This issue was solved with changeset r34881.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
07:52 AM Bug #6108 (Closed): plain-char for isdigit()
- =begin
On cygwin, ((%syck%)) is warned as:
compiling rubyext.c
rubyext.c: In function 'mktime_do':
rubyext.... -
06:13 AM Bug #6107 (Closed): Documentation Abbrev (stdlib) confusing
- The example in the documentation suggests Abbrev::abrev returns an Array. It does return a hash; the array is the res...
- 03:29 AM Revision cb521708 (git): trivial changes
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:22 AM Revision 7aa308f8 (git): typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:21 AM Revision e3b989c7 (git): * ext/date/date_strftime.c: reassigned some variables.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:14 AM Revision 9a0cb802 (git): * ext/date/date_{parse,strptime}.c [ruby-dev:45303].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:12 AM Revision 85e86697 (git): remove another call to Net::HTTP.version_1_2
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:10 AM Revision 46e293ec (git): * lib/xmlrpc/client.rb (initialize): net/http defaults to 1_2 in 1.8+,
- so we can safely remove the call to enable it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34886 b2dd03c8-39d4... -
12:40 AM Revision 5812975f (git): * test/xmlrpc/test_client.rb: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/02/2012
-
11:46 PM Revision 1836f44f (git): * lib/xmlrpc/client.rb (new2): use URI for uri parsing.
- * test/xmlrpc/test_client.rb: test that query params are passed to the
client constructor.
git-svn-id: svn+ssh://c... -
11:36 PM Feature #3176 (Closed): Thread#priority= should actually do something
- 1.9.3 has new thread scheduler and this problem is no longer reprodusable. closed then.
% ruby-193 thprio.rb
772... -
11:21 PM Revision cd85cd25 (git): * lib/xmlrpc/client.rb (new2): raises an ArgumentError on bad
- arguments.
* test/xmlrpc/test_client.rb: tests for bad uris
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34883 ... -
11:12 PM Revision 60282ebf (git): * lib/xmlrpc/client.rb (new2): fix custom port specification when an
- SSL uri is used.
* test/xmlrpc/test_client.rb: tests for XMLRPC::Client.new2
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
11:03 PM Revision b854733d (git): * ext/syck/rubyext.c (mktime_do): use ISDIGIT().
- [ruby-core:43060] [Bug #6108]
* ext/syck/token.c (sycklex_yaml_utf8): cast as unsigned char.
[ruby-core:43060] [Bug... -
09:57 PM Revision 5c9d7c54 (git): * configure.in (ruby_pc): make configurable. [Bug #6051]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:02 PM Revision d45a9e77 (git): * 2012-03-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:02 PM Revision 34fca5d7 (git): * 2012-03-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:02 PM Revision e794994b (git): * .travis.yml: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:02 PM Revision 0f3e2cd1 (git): * .travis.yml: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:35 PM Bug #6087: How should inherited methods deal with return values of their own subclass?
- > This has two problems:
> 1) It imposes an API on the constructor of subclasses (i.e. that they accept one paramete... -
12:31 PM Bug #6087: How should inherited methods deal with return values of their own subclass?
- Yes, I do second this.
-
11:22 AM Bug #6087: How should inherited methods deal with return values of their own subclass?
- I apparently forgot to mention that I prefer the second approach, i.e. the equivalent of calling `dup` on the receive...
-
10:50 AM Bug #6087: How should inherited methods deal with return values of their own subclass?
- Hi,
Thomas Sawyer wrote:
> I would think these methods should be using `self.class.new` for constructors thus ret... -
02:05 PM Revision 4525bcae (git): subclass of String
- * test/ruby/test_string.rb (TestString2): tests for subclass of
String.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... - 01:12 PM Revision ae323a98 (git): * .travis.yml: Backport TravisCI configuration from trunk.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:50 AM Revision 9dcddfba (git): * .travis.yml (branches): Enable TravisCI for ruby_1_9_3.
- cf. https://twitter.com/#!/nalsh/status/170351549955055616
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34874 ... - 08:16 AM Revision effb5248 (git): * test/ruby/test_array.rb (test_combination2): Make the test case for
- [ruby-core:29240] more descriptive.
cf. http://bugs.jruby.org/6518
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
07:37 AM Revision 8d07e087 (git): * common.mk (clean-ext, distclean-ext, realclean-ext): remove exts.mk too.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:37 AM Revision ee98d58f (git): * file.c (file_expand_path): use wcscasecmp().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:36 AM Revision ac018e7b (git): * thread_pthread.c (native_cond_timeout): cast explicitly to suppress
- a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 07:36 AM Revision 9d420721 (git): * 2012-03-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:36 AM Revision 82543043 (git): * io.c (pipe_open): cmd is no longer used if fork is available.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:49 AM Feature #5120: String#split needs to be logical
- Well, i didn't really want to keep '@', splitting on it and then joining with it would be fine :).
Thanks anyway. -
04:07 AM Feature #5120: String#split needs to be logical
- =begin
Tell split you want to keep the @ if you want to keep the @:
[' sam @ ', 'jim@'].map { |e| e.split(/(@)/... -
12:36 AM Feature #5120: String#split needs to be logical
- I would like add a use case which may be not very useful, but in my opinion illustrates the issue well.
I wanted t... -
03:58 AM Bug #6078: The name of a module nested in an anonymous module depends on how it was created
- There is a case not given above where it may make sense to give the class/module a name based on #inspect output of t...
-
03:44 AM Bug #6106 (Closed): Ruby documentation ambiguous about mixed sign ranges in indexes
- Although syntax like s[3..-1] is legal and will return element 4 to the end of the indexed object, the documentation ...
-
02:45 AM Revision c31e7c1e (git): merge revision(s) 25230,34866:
- * marshal.c (struct {dump,load}_arg): manage with dfree, instead
of using local variable which may be moved... -
01:53 AM Revision 6e7e726b (git): * marshal.c (mark_dump_arg): mark destination string. patch by
- Vit Ondruch. [Bug #4339]
* marshal.c (clear_dump_arg, clear_load_arg): clean up also data
tables as same as symbol...
Also available in: Atom