Activity
From 08/01/2009 to 08/07/2009
08/07/2009
-
10:17 PM Bug #1903: incorrect line returned (0) in rb_vm_get_sourceline()
- =begin
Never mind; I'm trying to fix another bug in the core and I'm calling rb_vm_get_sourceline() before the PC is... -
02:03 AM Bug #1903: incorrect line returned (0) in rb_vm_get_sourceline()
- =begin
This is actually broader than I described. It occurs whenever:
iseq->insn_info_size > 0
and
iseq... -
01:32 AM Bug #1903 (Rejected): incorrect line returned (0) in rb_vm_get_sourceline()
- =begin
If rb_vm_get_sourceline() is called when cfp->pc is equal to cfp->iseq->iseq_encoded (IOW, on the first instr... -
09:18 PM Revision ac2557e0 (git): * marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix for
- non-ascii symbols. loading such symbols can cause segfaults in
older versions. [ruby-core:24788]
git-svn-id: sv... -
08:21 PM Feature #1900: Suggestion: Encoding#ascii_compatible?
- =begin
> It cannot be distinguished whether the given encoding is invalid or ASCII-compatible.
> Encoding::Convert... -
01:40 AM Feature #1900: Suggestion: Encoding#ascii_compatible?
- =begin
This seems reasonable.
How do you think matz?
If ok, I'll add this.
=end
-
08:19 PM Feature #1906 (Closed): Kernel#backtrace: Objectifying Kernel#caller
- =begin
Inspired by nobu's recent refactoring of Kernel#rand`, several conversations with Ruby implementors about Ke... -
06:31 PM Feature #1905 (Rejected): How about IPAddr#<=> to take care of mask_addr?
- =begin
いまいです。
#1877 はありがとうございました。
IPAddr のインスタンスがハッシュのキーに出来るようになったので、簡単な
Access Control List を書いてみたのですが... -
02:40 PM Revision a11988cd (git): * eval.c (rb_thread_schedule): need select for WAIT_SELECT, even if
- already timeout. [ruby-dev:38971]
(WAIT_DONE): defined for mark threads which can be runnable.
git-svn-id: svn+s... -
11:19 AM Revision 6df41fc3 (git): * ext/digest/sha2/sha2.h: include inttypes.h for uint32_h, etc.
- * ext/digest/sha2/extconf.rb: check inttypes.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@2444... -
01:50 AM Bug #1904: cmp required?
- =begin
補足です。
baseruby用にruby_1_8をビルドしたときにautoconf,gcc,bison,makeなどは入れていて、trunkをビルドしようとすると追加でdiffutilsに含まれるcmpが必要... -
01:34 AM Bug #1904 (Rejected): cmp required?
- =begin
ほぼ最小限のcygwin環境でtrunkのビルドを試そうとしてみたところ、cmpかgperfもなくて止まってしまったのですが、cmpが必須になったのでしょうか?
ccache gcc -O3 -g -Wall...
08/06/2009
-
11:56 PM Feature #1900: Suggestion: Encoding#ascii_compatible?
- =begin
I think Encoding::Converter.asciicompat_encoding method is incomplete.
It cannot be distinguished whether t... -
11:29 PM Feature #1900: Suggestion: Encoding#ascii_compatible?
- =begin
There's Encoding::Converter.asciicompat_encoding('UTF-8'). It returns nil if it is; a corresponding ASCII-com... -
11:23 PM Feature #1900 (Closed): Suggestion: Encoding#ascii_compatible?
- =begin
An important property of an Encoding is whether it is ASCII-compatible. However as far as I can see, you can ... -
11:24 PM Bug #1901 (Closed): Segfault for Enumerable#count When Aliased to #size
- =begin
$ cat /tmp/enum-size.rb
class E
include Enumerable
alias :size :count
def each
... -
10:20 PM Bug #1899 (Closed): Re: [ruby-cvs:31633] Ruby:r24415 (trunk): * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:39033] Re: [bug:trunk] Re: [ruby-cvs:31633] Ruby:r24415 (trunk): ... -
09:29 PM Bug #1894 (Open): Re: [ruby-cvs:31633] Ruby:r24415 (trunk): * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an
- =begin
=end
-
09:28 PM Bug #1894: Re: [ruby-cvs:31633] Ruby:r24415 (trunk): * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:39030] Re: [bug:trunk] Re: [ruby-cvs:31633] Ruby:r24415 (trunk): * ... -
07:57 PM Bug #1894 (Closed): Re: [ruby-cvs:31633] Ruby:r24415 (trunk): * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an
- =begin
Applied in changeset r24426.
=end
-
02:08 PM Bug #1894 (Closed): Re: [ruby-cvs:31633] Ruby:r24415 (trunk): * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an
- =begin
こんにちは、なかむら(う)です。
下記のcommitの結果、VCではビルドができません。
(1) BYTE_ORDERマクロ等の定義が必要なら、extconf.rbで有無を確
認して、な... -
06:25 PM Revision 5414f008 (git): * eval_error.c (error_print): removed an extra argument.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:22 PM Revision b07df382 (git): * eval.c (rb_exc_raise, rb_exc_fatal): nil is used to reraise.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:05 PM Revision 01efe808 (git): * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an
- off-by-one bug in SHA-256 hashing. Reduce differences from
the original while at it. [Bug #1799]
git-svn-id: s... - 05:00 PM Revision 7b379bb0 (git): * ext/digest/*/extconf.rb: inttypes.h and unistd.h need not be
- checked here. [ruby-dev:39032]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24437 b2dd03c8-39d4-4... - 04:56 PM Revision 4a57c8a8 (git): * ext/digest/sha2/lib/sha2.eb: should require sha2.so.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:56 PM Revision b7aa5a41 (git): Fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:51 PM Revision 04cad34c (git): * ext/digest/sha2/sha2.c: The ULL suffix is not supported by
- pre-C99 compilers, so resurrect the ULL() macro to regain
portability. [ruby-dev:39032]
git-svn-id: svn+ssh://ci... - 04:36 PM Revision 43b2e3be (git): * ext/digest/*/extconf.rb: inttypes.h and unistd.h need not be
- checked here. [ruby-dev:39032]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24433 b2dd03c8-39d4-4d8f-98ff-823... - 04:07 PM Revision eb6c13bd (git): * 2009-08-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:07 PM Revision 833b3545 (git): * ext/tk/extconf.rb (search_tclConfig): fix logic bug.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:06 PM Revision f3892d9f (git): * 2009-08-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:06 PM Revision 2a77ed67 (git): * ext/tk/extconf.rb (search_tclConfig): fix logic bug.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:47 PM Bug #1896 (Closed): Segfault for Method#== with :send
- =begin
Applied in changeset r24421.
=end
-
03:29 PM Bug #1896 (Closed): Segfault for Method#== with :send
- =begin
I get a segfault with the following on 1.9. Same with :__send__. Works on 1.8.
$ cat /tmp/segfault.rb ... -
03:45 PM Bug #1898 (Closed): Method#== for Methods with the Same Body
- =begin
The documentation for Method#== states "Two method objects are equal if that[sic] are bound to the same objec... -
01:07 PM Bug #1892 (Closed): mkmf.rb:1008:in check_sizeof: undefined local variable or method `opts'
- =begin
Applied in changeset r24418.
=end
-
07:02 AM Bug #1892 (Closed): mkmf.rb:1008:in check_sizeof: undefined local variable or method `opts'
- =begin
An issue introduced by r23369
It references "opts", but that doesn't exist.
=end
-
01:01 PM Bug #1893 (Closed): Recursive Enumerable#join is surprising
- =begin
>> Bar = Struct.new(:a, :b)
=> Bar
>> bars = [Bar.new('1', '2'), Bar.new('3', '4')]
=> [#<struct Bar a=... - 12:18 PM Revision e97f1270 (git): * ext/digest/sha2/lib/sha2.eb: should require sha2.so.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:12 PM Revision 2bfa64d0 (git): * ext/digest/sha2/sha2.c (*_Final): typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:49 AM Revision 7fdaba27 (git): * ext/digest/sha2/sha2.h (BYTE_ORDER): Define BYTE_ORDER as
- necessary. [ruby-dev:39029]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24426 b2dd03c8-39d4-4d8f-98ff-823fe6... -
07:36 AM Revision a8090779 (git): * encoding.c (rb_enc_associate_index): cannot set encoding on
- special constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:26 AM Revision a2393c3e (git): * encoding.c (valid_encoding_name_p): rejects too long encoding
- names.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:25 AM Revision 30995c65 (git): * encoding.c (encoding_data_type): typed data.
- * encoding.c (enc_capable, rb_enc_get_index): Symbol is encoding
capable.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
07:08 AM Revision 87c1a07d (git): * encoding.c (rb_enc_get_index): fixed indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:44 AM Revision efb90973 (git): * vm_method.c (rb_method_entry_eq): deals with optimized method
- properly. [ruby-core:24789]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24421 b2dd03c8-39d4-4d8f-98ff-823fe6... -
04:30 AM Revision f86f669c (git): * test/mkmf/base.rb (TestMkmf): was turned into a class, because
- MiniUnit doesn't complain even if a testcase has no tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24420 ... -
04:14 AM Revision a032b1bd (git): * test/mkmf/base.rb: split from test_sizeof.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 AM Revision c6ada1e7 (git): * lib/mkmf.rb (check_sizeof): added optional compiler option
- argument. [ruby-core:24785]
* lib/mkmf.rb (create_makefile): suppressed shadowing outer local
variable warnings.
... -
03:05 AM Revision d04b691b (git): * lib/test/unit/testcase.rb (Test::Unit): removes silly TestCase
- class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:47 AM Bug #1799 (Closed): ext/digest/sha2.c should be updated to fix an off-by-one bug
- =begin
Applied in changeset r24415.
=end
-
12:17 AM Feature #1877 (Closed): IPAddr#hash should consider a mask_addr
- =begin
Applied in changeset r24411.
=end
-
12:07 AM Revision 7d3391c1 (git): * eval.c (rb_thread_schedule): refine previous change.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
08/05/2009
-
11:17 PM Bug #1787: URI ライブラリの正規表現パターン
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39017] Re: [Bug #1787] URI ライブラリの正規表現パターン"
on Wed, 5 Aug 2009 ... -
05:14 AM Bug #1787: URI ライブラリの正規表現パターン
- =begin
成瀬です。
Tadayoshi Funaba wrote:
>>> 話が少しずれますが、標準ライブラリでは、少くとも scanf、time、date など
>>> で同様の問題がでるように思います。一般に、\... - 04:40 PM Revision d427b8a8 (git): * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an
- off-by-one bug in SHA-256 hashing. Reduce differences from
the original while at it. [Bug #1799]
git-svn-id: s... - 04:31 PM Revision ac9f7794 (git): * 2009-08-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:31 PM Revision eb2ce3df (git): * eval.c (rb_thread_schedule): fix condition for making thread
- runnable. [ruby-core:23515]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24413 b2dd03c8-39d4-4d8f... -
04:20 PM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- =begin
I think adding another method of this form to MatchData will be confusing. How about overloading MatchData#va... -
03:59 PM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- =begin
> one approach is to return an Array when there are multiple matches; a String otherwise
There are few A... -
03:17 PM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- =begin
> Oh sorry, i misunderstood. I think you wanted to access "b" with /(?<a>\w)+/.match("abc").
That's quit... -
03:33 AM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- =begin
Oh sorry, i misunderstood. I think you wanted to access "b" with /(?<a>\w)+/.match("abc").
Your proposal... -
02:33 AM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- =begin
Yui,
Thank you for your help. I didn't realise it would be difficult. I'd assumed that as:
/(?<... -
02:09 AM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- =begin
Yes, of cource, your desiable API needs more implementation after the option enabled.
I said by the comm... -
03:34 PM Feature #1889 (Closed): Teach Onigurma Unicode 5.0 Character Properties
- =begin
Onigurma understands named category properties such that
>> 0x012c.chr('utf-8')
=> "Ĭ"
>> 0x0... - 03:13 PM Revision c7b5cecb (git): * 2009-08-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:13 PM Revision 20a68473 (git): * lib/ipaddr.rb (IPAddr#hash): Take account of netmask; submitted
- by Nobuhiro IMAI in [ruby-dev:39011]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24411 b2dd03c8-39d4-4d8f-98... -
12:53 PM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Hi,
2009/8/3 Tanaka Akira <[email protected]>:
> In article <67e307490908012245x3bf3be81oc7f060c2569ad4ab@mail... -
05:33 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
I agree wholeheartedly with Run Paint. As I pointed in my patch for recursive equality (http://redmine.ruby-l... -
12:40 PM Bug #1749 (Closed): Change in How $~ is Restored After String#sub/String#gsub with a Block
- =begin
=end
-
10:24 AM Bug #1887 (Closed): nil exception can be thrown
- =begin
This code throws nil exception object by assigning nil to $!:
module Any
def self.===(other)
p... -
10:19 AM Revision 8bc6c715 (git): * ruby.c (load_file_internal): assumes -x flag if no "ruby" is in
- the shebang line. [ruby-dev:39015]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24410 b2dd03c8-39d4-4d8f-98ff... -
10:18 AM Revision cb9038cb (git): * io.c (rb_stdio_set_default_encoding): prototyped.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:12 AM Revision c6abdf3e (git): * ruby.c (rb_stdio_set_default_encoding): declared.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:46 AM Revision a2d42dab (git): * debug.c (ruby_dummy_gdb_enums): made public. [ruby-dev:39001]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:30 AM Revision 66c92417 (git): merge revision(s) 24223:
- * io.c (rb_io_flush): fsync() after buffer is flushed on win32.
backported from trunk. [ruby-core:20043]
... -
06:28 AM Bug #1858: Random#int's Handling of Invalid Arguments Contradicts its Documentation
- =begin
The contradiction should be addressed, but it's important that Random.new.int(1) returns 0 for completeness' ... -
05:40 AM Bug #1165: Range.eql? and Range.== bug with subclasses
- =begin
Thanks Ujihisa for these links.
The fact that the doc doesn't mention the behavior for subclasses (which... -
03:19 AM Bug #1165: Range.eql? and Range.== bug with subclasses
- =begin
Current documentations don't mention about a subclass of Range.
http://www.ruby-doc.org/core/classes/Range.... -
05:30 AM Bug #1885 (Closed): Proper comparison of recursive Struct & Range
- =begin
The following code freezes the latest ruby 1.9:
MyClass = Struct.new(:foo)
x = MyClass.new; x[:foo... -
05:01 AM Revision da197976 (git): * range.c (range_eql, range_eq): fixed equality to work for
- subclasses of Range. a patch from Marc-Andre Lafortune.
[ruby-core:22190]
* test/ruby/test_range.rb: add asserti... -
04:43 AM Bug #1883: REXML hash sometimes computes a value that is too large
- =begin
This is potential problem for MRI as well since Array#hash blows up if any item's hash is not a Fixnum:
... -
03:42 AM Bug #1883: REXML hash sometimes computes a value that is too large
- =begin
Hi,
At Wed, 5 Aug 2009 03:24:49 +0900,
Ryan Riley wrote in [ruby-core:24754]:
> The hash method sometime... -
03:24 AM Bug #1883 (Closed): REXML hash sometimes computes a value that is too large
- =begin
The hash method sometimes computes a value that is too large. This is a rare occurrence in MRI, but this is ... -
04:01 AM Revision c82826ce (git): * bootstraptest/test_exception.rb: test for [ruby-core:24767].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 AM Revision 699d9a15 (git): * eval.c (rb_exc_raise, rb_exc_fatal): require exception object.
- [ruby-core:24767]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24403 b2dd03c8-39d4-4d8f-98ff-823fe... -
03:54 AM Revision 6b0ac4ae (git): * eval.c (rb_exc_raise, rb_exc_fatal): require exception object.
- [ruby-core:24767]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:46 AM Revision 4f5267ce (git): * eval.c (rb_eval): does not restore old errinfo when fatal error.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:39 AM Revision 0a2b36a9 (git): * eval.c (rb_longjmp): reset raised flag before fatal error.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:37 AM Bug #1878 (Closed): testrb can not execute tests in sub directory
- =begin
Applied in changeset r24397.
=end
-
03:36 AM Revision c41d275f (git): * eval.c (rb_eval): not discard fatal error.
- * eval.c (rb_longjmp): reset raised flag before fatal error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/r... -
02:38 AM Feature #1882: MatchData#==
- =begin
Your speed never ceases to amaze, nobu...
> And #hash and #eql? too?
I didn't want to be greedy. ;-... -
02:32 AM Feature #1882: MatchData#==
- =begin
Hi,
At Wed, 5 Aug 2009 01:29:40 +0900,
Run Paint Run Run wrote in [ruby-core:24748]:
> Terribly unimport... -
01:29 AM Feature #1882 (Closed): MatchData#==
- =begin
Terribly unimportant, even by my standards, but could MatchData have a sensible #== defined? Currently two lo... -
01:40 AM Revision d857a1b0 (git): Fix test for previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:38 AM Revision 88c0b8fe (git): Fix error message of /.../n with embeded non ASCII-8BIT string.
- * re.c (rb_reg_preprocess_dregexp): add options to arguments.
* re.c (rb_reg_new_ary): follow above.
* re.c (rb_reg... -
01:14 AM Bug #1881 (Closed): [PATCH] Build Documentation for Kernel#gem and Gem
- =begin
The documentation for Kernel#gem (and by extension Gem) isn't being built. `rdoc` doesn't choke on it, and at... -
12:51 AM Bug #1755: IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8
- =begin
Hi,
In message "Re: [ruby-core:24686] [Bug #1755] IO#reopen Doesn't Fully Associate with Given Stream on 1... -
12:43 AM Feature #1880 (Rejected): Hash#flatten Doesn't Operate Recursively for Hash Values
- =begin
Hash#flatten claims to flatten recursively if given an argument specifying the depth. This works as expected...
08/04/2009
-
11:24 PM Feature #1857: install *.h and *.inc
- =begin
> Impossible. AST is no longer available at runtime, since now
> it's a transient structure which will be ... -
10:48 PM Bug #1878 (Closed): testrb can not execute tests in sub directory
- =begin
1.9.2-preview1 の testrb コマンドがサブディレクトリのテストを実行できません。
$ ruby192 -v
ruby 1.9.2dev (2009-07-18 trunk 24186)... -
10:26 PM Feature #1877 (Closed): IPAddr#hash should consider a mask_addr
- =begin
いまいです。
r24388 ですが、ネットマスクが考慮されていないので、アドレスが同じでネッ
トマスクが違うオブジェクトも同じものだとみなされてしまいます。
>> a1 = IPAddr.new("192... -
09:19 PM Bug #1787: URI ライブラリの正規表現パターン
- =begin
どう考えても僕の担当すべき問題じゃないのでとりあえず変更
=end
-
08:51 PM Bug #1787: URI ライブラリの正規表現パターン
- =begin
> > 話が少しずれますが、標準ライブラリでは、少くとも scanf、time、date など
> > で同様の問題がでるように思います。一般に、\d が [0-9] ではなくなった事
> > 態にどう対処するのが... -
12:58 PM Bug #1787: URI ライブラリの正規表現パターン
- =begin
> > Ruby 1.9 の正規表現で \d の意味が変わっているので、全角数字が URI として通ってしまいます。URI が BINARY のみを対象にしているのであれば、この限りではありません。
>
> 話... -
06:40 PM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- =begin
> This request is in other words, enable capture history.
I'm not sure I understand. The example shows t... -
12:51 PM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- =begin
This request is in other words, enable capture history.
A-5. Disabled functions by default syntax
+... -
07:39 AM Feature #1873 (Rejected): MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- =begin
I suspect that MatchData#[:symbol] should return an Array of values when the same named group has been match... -
06:28 PM Revision 93b9f2cc (git): * lib/test/unit.rb (Test::Unit.setup_argv): expands paths before
- requiring. [ruby-dev:39012]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24397 b2dd03c8-39d4-4d8f-98ff-823fe6... -
04:44 PM Revision 528574c2 (git): * lib/pp.rb (guard_inspect_key): untrust internal hash to prevent
- unexpected SecurityError.
* test/ruby/test_object.rb: add a test for [ruby-dev:38982].
git-svn-id: svn+ssh://ci.rub... -
03:33 PM Revision 5ea7e7f6 (git): * lib/rdoc/parser/c.rb: fixed a small error in the documentation.
- [ruby-core:24744]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:31 PM Revision 07c08235 (git): * 2009-08-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:31 PM Revision 1dc58f7d (git): * lib/rdoc/parsers/parse_c.rb: fixed a small error in the
- documentation. [ruby-core:24744]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24393 b2dd03c8-39d4... - 03:03 PM Revision b4f5ab96 (git): * 2009-08-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:03 PM Revision a7bc3ef3 (git): Fixed a small documentation bug in lib/rdoc/parsers/parse_c.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:17 PM Feature #1831 (Closed): Suggestion: warn on repeated character in character class
- =begin
Applied in changeset r24387.
=end
- 01:15 PM Revision 3e7ae681 (git): * win32/win32.c (has_redirection): need to execute shell if commandline
- includes newline. cf. [ruby-core:24560]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24390 b2dd0... - 01:13 PM Revision f00babd1 (git): * win32/win32.c (has_redirection): need to execute shell if commandline
- includes newline. cf. [ruby-core:24560]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24389 b2dd03c8-39d4-4d8... -
12:47 PM Bug #1876 (Closed): r24383 Build Error
- =begin
Applied in changeset r24386.
=end
-
11:54 AM Bug #1876 (Closed): r24383 Build Error
- =begin
r24383の変更で、ビルドできなくなったのでそのパッチです。
=end
-
07:47 AM Bug #1871 (Closed): Hash#compare_by_identity Does Not Persist Over #dup or #clone
- =begin
Applied in changeset r24382.
=end
-
03:53 AM Bug #1871 (Closed): Hash#compare_by_identity Does Not Persist Over #dup or #clone
- =begin
The "ident"ness of a Hash doesn't persist over #dup or #clone which makes those methods destructive when they... - 06:10 AM Revision 61c11677 (git): * lib/ipaddr.rb (IPAddr#{eql?,hash}): Add IPAddr#{eql?,hash} so
- that an IPAddr object can be used as a hash key, a set element,
etc.; suggested by Nick Brown <[email protected]>... -
04:14 AM Revision 60ab77a1 (git): Warn duplicated characters in character class of regexp. [ruby-core:24593]
- * include/ruby/oniguruma.h (ONIG_SYN_WARN_CC_DUP): defined.
* regparse.h (ScanEnv): add warnings_flag.
* regparse.c (... -
04:07 AM Bug #1282 (Closed): tk extension uses old style c function declarations generating a bunch of warnings
- =begin
Applied in changeset r24377.
=end
-
03:42 AM Revision 38107457 (git): * enc/encdb.c (ENC_SET_BASE): fix typo. patch by ujihisa [ruby-dev:39004]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:27 AM Bug #1868: ERB single line comment does not work
- =begin
This is not a bug. Use <# for erb comments.
=end
-
02:04 AM Revision f66f36d3 (git): merge revision(s) 24190,24192:
- * re.h (RMATCH_REGS): added for compatibility.
* ruby.h (RFLOAT_VALUE, RSTRING_END, RREGEXP_SRC_*, RBIGNUM_*)... -
01:52 AM Bug #1419 (Closed): Tk, segmentation fault
- =begin
やり取りの結果,報告者の環境(コンパイルオプションやライブラリの状態)の不整合が疑われたため,
その不整合箇所を修正した上でのテストを報告者に依頼したが,その後は連絡なし.
よって確認は取れていないが,問題は解... -
12:51 AM Revision 8c658137 (git): More strict for Big5 series.
- * enc/big5.c (EncLen_Big5): back to original Big5 table.
(EncLen_Big5_HKSCS): for Big5-HKSCS.
(trans): add the le... -
12:50 AM Revision b3d7273d (git): Add functions and macros for second encoding definitions.
- * encoding.c (rb_enc_set_base): Add for setting base encoding
with their names. this is internal function.
* templ...
08/03/2009
-
10:44 PM Revision e00b83ce (git): * hash.c (rb_hash_replace): should copy compare_by_identity status as well.
- [ruby-core:24728]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:45 PM Revision d6b9cc7b (git): * thread.c (recursive_push): need to set UNTRUST. [ruby-dev:38997]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:32 PM Bug #1868 (Rejected): ERB single line comment does not work
- =begin
Hi,
I just ran into this and found that a 1.9 bug for this is open already. But this issue also applies... -
08:24 PM Bug #1559: ERB single line comment does not work
- =begin
Hi,
I just ran into this issue on ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] as well. The test_... - 07:02 PM Revision 094dc6cd (git): * 2009-08-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:01 PM Revision e3b2342a (git): * ext/tk/lib/tcltklib.c: fix trouble on old-style C function
- declarations [ruby-core:22871].
* ext/tk/lib/tcltklib.c: (ruby_1_8) fix warning about RUBY_RELEASE_DATE
* ext/tk/lib/... - 07:01 PM Revision 8fa67f4e (git): * 2009-08-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:01 PM Revision 4293a985 (git): * ext/tk/lib/tcltklib.c: fix trouble on old-style C function
- declarations [ruby-core:22871].
* ext/tk/lib/tcltklib.c: (ruby_1_8) fix warning about RUBY_RELEASE_DATE
* ext/tk/lib/... -
06:27 PM Bug #1867 (Closed): uninitialized constant TCPserver in samples
- =begin
Applied in changeset r24372.
=end
-
06:16 PM Bug #1867 (Closed): uninitialized constant TCPserver in samples
- =begin
Following three samples in the sample directory fail to run.
[sample]$ ruby tsvr.rb
tsvr.rb:6:in `<ma... -
05:17 PM Bug #1862 (Closed): [doc] updating lib/README
- =begin
Applied in changeset r24368.
=end
-
05:07 PM Bug #1862: [doc] updating lib/README
- =begin
Hi,
In message "Re: [ruby-core:24693] [Bug #1862] [doc] updating lib/README"
on Mon, 3 Aug 2009 00:05... -
12:05 AM Bug #1862 (Closed): [doc] updating lib/README
- =begin
lib/README is a little bit out of date. In the attachment is a patch which updates this file to the current c... -
05:10 PM Bug #1853: Cannot make constants using upper-case extended characters?
- =begin
> Thank you for the link. (I'm in the process of documenting some of this).
Documentation is sorely needed... -
04:24 PM Bug #1859: Random#int Segfaults with Non-Integer Ranges
- =begin
Thanks, nobu. Could you double check the bounds for a Float..Integer Range? #int(3.1..5) seems to be resolved... -
12:37 AM Bug #1859 (Closed): Random#int Segfaults with Non-Integer Ranges
- =begin
Applied in changeset r24358.
=end
- 04:09 PM Revision 836e0d6b (git): * 2009-08-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:09 PM Revision 7031f4de (git): Pulled the date.rb change; it should not have been applied.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 PM Bug #1753: non success open client socket not detected on windows
- =begin
This is the bug of ruby 1.9.x not 1.8.7.
Is there any reason not applying this patch?
=end
-
01:22 PM Revision 6b639283 (git): * eval.c (rb_mod_include): fix document. [ruby-core:24675]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:55 PM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Hi,
In message "Re: [ruby-core:24697] Re: [Bug #1852] Enumerable's #hash Raises ArgumentError When Recurs... -
12:24 PM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
>>> * several real applications are found
>>
>> This change broke a lot of specs which was how I noticed it... -
12:33 PM Bug #1865 (Closed): uninitialized class variable @@accept_charset in CGI
- =begin
cgi/util を直接 require して CGI.unescape を使うと NameError になります。
% ruby-trunk -v -r cgi/util -e 'CGI.unescape(... -
09:26 AM Revision e2ea286e (git): * sample/svr.rb: obsolete TCPserver renamed. [ruby-core:24712]
- * sample/tsvr.rb: ditto.
* sample/dualstack-httpd.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2437... -
09:15 AM Revision 0f1c1ecb (git): * thread.c (recursive_push): untrust internal hash to prevent
- unexpected SecurityError. a patch from Kazuhiro NISHIYAMA.
Fix: #1864 [ruby-dev:38982]
git-svn-id: svn+ssh://ci.... - 08:25 AM Revision 62d0285e (git): * 2009-08-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:24 AM Revision 9762d9ad (git): * win32/win32.c (rb_w32_connect): return value was broken when some
- error occurred.
[ruby-core:24234]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24369 b2... -
08:07 AM Revision 0fe4c1de (git): * lib/README: updated. a patch from Daniel Bovensiepen.
- [ruby-core:24693]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 07:30 AM Revision fe038100 (git): * win32/win32.c (rb_w32_connect): return value was broken when some
- error occurred.
[ruby-core:24234]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24367 b2dd03c8-39d4-... -
07:20 AM Revision 9997227a (git): * bootstraptest/runner.rb: forgot shebang line.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:56 AM Revision 34401f90 (git): * array.c (permute0): use chars for boolean array.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:48 AM Revision 49816a25 (git): * array.c (rb_ary_{permutation,combination}): disallow reentrance
- with continuation since work-buffers cannot restore.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24364 b2dd03... -
06:35 AM Revision 8b0fef37 (git): * bootstraptest/runner.rb: got rid of using /bin/sh.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:23 AM Bug #924 (Assigned): encoding for stdio's
- =begin
とりあえず、r24337にて以下のような変更を入れました。
Set encodings of stdio after setting default internal and external.
*... -
06:20 AM Feature #1835 (Rejected): 0x80.chr not equal to "\x80"
- =begin
=end
-
05:59 AM Revision cb5e639d (git): merge revision(s) 23943:
- * lib/complex.rb (Numeric#arg): should return NaN for NaN.
[ruby-core:24116]
git-svn-id: svn+ssh://ci.rub... -
05:15 AM Revision 45cd729f (git): * numeric.c (flo_hash): normalize -0.0 to 0.0. [ruby-core:24577]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:05 AM Revision 330be69e (git): * array.c (rb_ary_{permutation,combination,product}): must not use
- ary_discard on strings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:01 AM Feature #1844: Immediates Should Not Respond to :dup
- =begin
Hi --
On Sun, 2 Aug 2009, Run Paint Run Run wrote:
> I wrote:
>>
>> I think that the exceptions and t... -
12:56 AM Feature #1857: install *.h and *.inc
- =begin
Hi,
At Sun, 2 Aug 2009 23:44:44 +0900,
Jason Roelofs wrote in [ruby-core:24691]:
> What about the many o...
08/02/2009
-
11:44 PM Feature #1857: install *.h and *.inc
- =begin
What about the many other libraries that exist to dig into, or work directly with, the Ruby node structure? L... -
01:07 PM Feature #1857: install *.h and *.inc
- =begin
Hi,
2009/8/2 Roger Pack <[email protected]>:
> Feature #1857: install *.h and *.inc
> http://redmine... -
03:05 AM Feature #1857 (Closed): install *.h and *.inc
- =begin
This is a request for installation procedure to save away more of the source files, for use later by gems.
... -
09:07 PM Bug #1860 (Closed): 文字列連結でsegfault
- =begin
Applied in changeset r24356.
=end
-
08:32 PM Bug #1860 (Closed): 文字列連結でsegfault
- =begin
下記のスクリプトを読みこませるとsegfaultが発生します。
$ cat bug.rb
path="/opt/"
config = '--config=' \
"#{path... -
08:50 PM Feature #1800: rubygems can replace system executable files
- =begin
> Without a system registry, rubygems can at best warn that it will overwrite something, it cannot hold this ... -
08:31 PM Bug #1165: Range.eql? and Range.== bug with subclasses
- =begin
Was this meant to be closed? It doesn't appear to have been resolved.
=end
-
04:42 PM Bug #1711: Marshal Failing to Round-Trip Certain Recurisve Data Structures
- =begin
> 1.9 Marshal.load with proc is incompatible with 1.8, as following:
>
> * 1.8 load ignores the value re... -
04:12 PM Bug #1755: IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8
- =begin
Thanks, nobu. There's some related oddness, however:
$ echo -e "ant\nalien\n" > a
$ echo -e "bear\... - 03:32 PM Revision bd85292d (git): * 2009-08-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:32 PM Revision a194550e (git): * random.c (rb_random_int): arguments have to be converted to
- integer. [ruby-core:24679]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24358 b2dd03c8-39d4-4d8f-98ff-823fe69... -
03:10 PM Feature #1844: Immediates Should Not Respond to :dup
- =begin
>> - Exceptions are expensive.
>> - Rescuing a specific exception requires a multi-line statement,
>> whi... -
02:46 PM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
> * several real applications are found
This change broke a lot of specs which was how I noticed it. For
... -
02:13 PM Bug #1749: Change in How $~ is Restored After String#sub/String#gsub with a Block
- =begin
> I think 1.9.2 behaviour is no problem.
>
> String#sub matches a regexp just once.
> There is no reaso... -
12:06 PM Revision 59e5d0f1 (git): * bootstraptest/runner.rb: made executable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:04 PM Revision 6a26b596 (git): * parse.y (literal_concat0): tail can be nil. [ruby-dev:38980]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:09 AM Revision 3770ac98 (git): * array.c (rb_ary_combination, rb_ary_product): prevent from GC.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:46 AM Bug #1855: Random#int with Single-Element Ranges
- =begin
A range of Floats also behaves like a single-element Range, which is surely wrong.
>> prng = Random.... -
09:32 AM Bug #1859 (Closed): Random#int Segfaults with Non-Integer Ranges
- =begin
$ ruby -e 'Random.new.int(3.1..4)'
-e:1: [BUG] Segmentation fault
ruby 1.9.2dev (2009-08-01 trunk 24343) ... -
08:40 AM Revision dfd3d1fb (git): * test/ruby/test_rand.rb: add tests for Random#float's rejection
- against Infinity and NaN.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:35 AM Bug #1858 (Closed): Random#int's Handling of Invalid Arguments Contradicts its Documentation
- =begin
The documentation for Random#int claims that it will raise an ArgumentError when the argument is 0 or negativ... -
05:20 AM Revision e626e0bd (git): * random.c (rand_int): prevent from GC.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:13 AM Bug #1841: Float internal problem in ruby1.9.2dev (2009-07-18)
- =begin
Maybe. To discuss that we need a new ticket.
=end
08/01/2009
- 09:35 PM Revision 3fcfe38c (git): * 2009-08-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:35 PM Revision 64ca541c (git): * test/ripper/test_filter.rb: properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:21 PM Bug #1841: Float internal problem in ruby1.9.2dev (2009-07-18)
- =begin
It is true that Float#to_s and Float#inspect currently have the same behavior. Perhaps they could be split t... - 09:12 PM Revision 7d8b6012 (git): * 2009-08-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:11 PM Revision 56439832 (git): * node.h (rb_thread_status): ISO C89 do not allow a comma at the end of enum.
- * parse.y (string_type): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24349 b2dd03c8-39d4-4d... -
08:17 PM Feature #1832: irb -w
- =begin
So what you're looking for is a command line parameter to turn $VERBOSE on?
That would be nice [and also fo... -
06:57 PM Bug #1854 (Closed): Random#float Should Reject Infinity and NaN as Upper Limits
- =begin
Applied in changeset r24347.
=end
-
05:15 PM Bug #1854 (Closed): Random#float Should Reject Infinity and NaN as Upper Limits
- =begin
Random#float happily accepts Infinity and NaN as arguments. It should reject them for three reasons:
* ... -
05:56 PM Bug #1855 (Closed): Random#int with Single-Element Ranges
- =begin
Random#int accepts a Range argument from which it chooses values. If the range contains only one element, #in... -
05:50 PM Bug #1853: Cannot make constants using upper-case extended characters?
- =begin
Thank you for the link. (I'm in the process of documenting some of this).
We may be at cross-purposes over... -
05:35 PM Bug #1853: Cannot make constants using upper-case extended characters?
- =begin
> If this is intentional, it seems like an arbitrary restriction. Unicode characters are unambiguously
> cla... -
05:00 PM Bug #1853 (Rejected): Cannot make constants using upper-case extended characters?
- =begin
>> SCHÖN = 1 # constant
=> 1
>> ÜBER = 2 # local variable!
=> 2
>> self.class.constants.grep(/SC... -
05:25 PM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
> Is it valuable to implement such function?
Yes. Even if it simply returned a constant for the degenerate... -
03:47 PM Bug #1852 (Closed): Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Enumerable's #hash methods now raise ArgumentErrors when the structure contains a recursive reference. This i... -
12:41 PM Bug #1836: Can change encoding on frozen String
- =begin
> So your new behaviour would be consistent with that. Whether that's the desired behaviour is not really
... -
10:25 AM Revision 8cdfbfd8 (git): * string.c (tr_trans): change condition of singlebyte optimization.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:04 AM Bug #1851 (Rejected): make install problems using mingw on fedora 11
- =begin
Fedora 11 の MinGW を使ってクロスコンパイルしてみたところ、
make installの時に./tool/rbinstall.rbで警告が出ます。
それから、RDocの生成に失敗します。
... -
09:56 AM Bug #1842 (Closed): mspec で SIGABRT
- =begin
fix in r24332
(ML連携がうまく動いていないようなので手動でclose)
=end
-
09:51 AM Revision 51d1c5e7 (git): * random.c (random_float): rejects Infinity and NaN.
- [ruby-core:24651]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:35 AM Revision 5a5355e8 (git): * tool/rbinstall.rb (gem): suppressed warnings.
- cf: [ruby-dev:38975]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:02 AM Bug #1839 (Closed): String#tr borked for UTF-8 0080..00FF
- =begin
Applied in changeset r24342.
=end
Also available in: Atom