Activity
From 06/28/2010 to 07/04/2010
07/04/2010
-
09:47 PM Bug #3533 (Rejected): Default external encoding not picked up by output unless internal encoding set
- =begin
Run Paint is right; it is intended.
=end
-
12:16 PM Bug #3533: Default external encoding not picked up by output unless internal encoding set
- =begin
I _believe_ both behaviours are intended.
As I note in http://ruby.runpaint.org/encoding#external , "The external encoding of a stream may be queried with IO#external_encoding, which returns the corresponding Encoding objec... -
11:01 AM Bug #3533 (Rejected): Default external encoding not picked up by output unless internal encoding set
- =begin
ruby 1.9.2dev (2010-07-02 revision 28522) [x86_64-darwin10.4.0]
If I specify an external encoding with the -E option, the STDOUT and File.open output streams do not respect it. I have to explicitly assign an external encod... -
08:44 PM Bug #3515: FreeBSD wrongly raises ECONNRESET on close(2)
- =begin
遠藤です。
2010年7月2日12:20 Yui NARUSE <redmine@ruby-lang.org>:
> これらに共通するのは「Errno::ECONNRESET: Connection reset by peer」という例外が発生している点です。
> この例外は socket の close(2) を呼んだ際に errno に ECONNRESET がセットされたときに発生します。
> しかし、この挙動は POSIX ... -
05:17 PM Bug #3534 (Closed): "Branch condition evaluates to a garbage value" in function `swallow' of io.c
- =begin
This issue was solved with changeset r28537.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
11:50 AM Bug #3534 (Closed): "Branch condition evaluates to a garbage value" in function `swallow' of io.c
- =begin
遠藤です。
Clang Static Analyzer を使ってみたら、io.c の swallow 関数が
ローカル変数 i を初期化せずに条件文その他に使っていることを
見つけてくれました。
2291 int i;
2292 if (needconv) {
2293 if (*p != term) ret... -
01:50 PM Revision 9f56a870 (git): * test/ruby/test_syntax.rb: split test_syntax from test_system.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:03 PM Revision c5de4d4c (git): * test/ruby/test_system.rb (test_syntax): unified with test_syntax2.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 PM Revision 16923c25 (git): * test/ruby/test_system.rb (test_syntax2): moved from sample/test.rb
- [ruby-dev:41721]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:13 AM Revision 6fb59dec (git): * io.c (swallow, prepare_getline_args, rb_io_getline_1): fix for
- paragraph mode reading in non-ascii-compatible encoding.
[ruby-dev:41803]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:30 AM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
Hi,
2010/7/3 Evan Phoenix <redmine@ruby-lang.org>:
> I've updated the patch to pass test-all. There is a rubygems test for this bug, but it can't run properly because test-all runs under miniruby, which has no prelude, so I'v...
07/03/2010
-
11:00 PM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
Can we see this a release blocker for 1.9.2?
=end
-
08:45 AM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
I've updated the patch to pass test-all. There is a rubygems test for this bug, but it can't run properly because test-all runs under miniruby, which has no prelude, so I've disabled the test for now.
This patch runs test-al... -
07:53 AM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
On Sat, Jul 03, 2010 at 07:48:04AM +0900, Luis Lavena wrote:
> On Fri, Jul 2, 2010 at 6:19 PM, Yehuda Katz <wycats@gmail.com> wrote:
> > We are about to ship a version of Ruby with a built in package manager with
> > the follo... -
07:48 AM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
On Fri, Jul 2, 2010 at 6:19 PM, Yehuda Katz <wycats@gmail.com> wrote:
> We are about to ship a version of Ruby with a built in package manager with
> the following property:
>
> Given a package X with dependency Y, attempting... -
06:32 AM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
Here is a real-world demonstration of this bug:
~/Code/tmp /master > gem install actionpack -v 3.0.0.beta4
Successfully installed actionpack-3.0.0.beta4
1 gem installed
~/Code/tmp /master > gem install rack
Succes... -
06:20 AM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
We are about to ship a version of Ruby with a built in package manager with
the following property:
Given a package X with dependency Y, attempting to load X might require
dependency Z without any warning.
There is litera... -
05:00 AM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
Hi,
2010/7/3 Aaron Patterson <redmine@ruby-lang.org>:
> How about an alternative solution to this problem? If someone does:
>
> require 'somegem'
>
> The latest version of 'somegem' gets required. If someone does thi... -
03:48 AM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
How about an alternative solution to this problem? If someone does:
require 'somegem'
The latest version of 'somegem' gets required. If someone does this:
require 'rubygems'
require 'somegem'
T... -
02:42 AM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
Unfortunately this patch basically invalidates the usefulness of gem_prelude for ruby's gem generated binary scripts, since they all include a
gem 'xxx'
in them. But I suppose it's worth it to improve compatibility for... -
02:16 AM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
I will try out nobu's patch and investigate why Run Paint was getting the failures.
=end
-
01:37 AM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
This bug is absolutely critical, and pushing it back from 1.9.2 to 1.9.x will make 1.9.2 unusable. It is trivial for this bug to impact Rails as well. In my opinion, while this bug exists Ruby 1.9.2 is broken and I cannot recomme... -
09:35 PM Bug #3529 (Closed): BigDecimal.mode(BigDecimal::EXCEPTION_*) の初期値が0になっている
- =begin
=end
-
09:34 PM Bug #3529: BigDecimal.mode(BigDecimal::EXCEPTION_*) の初期値が0になっている
- =begin
よくコードを読んでみると、これはバグではなくて仕様なんですね。
ということで、このチケットは取り下げます。
しかし、真偽値を設定したのに、読み出し時の値は全モード定数を OR した整数値が返ってくるのは気持ち悪いですね。
=end
-
03:52 PM Bug #3529 (Closed): BigDecimal.mode(BigDecimal::EXCEPTION_*) の初期値が0になっている
- =begin
BigDecimal.mode で設定可能な例外モードの値は true または false になっており、
これらの値以外を設定しようとするとエラーになります。
ところが、例外モードの初期値は 0 になっています。
$ ruby -rbigdecimal -ve 'p %w(NaN INFINITY UNDERFLOW ZERODIVIDE).map{|x| BigDecimal.mode(BigDecimal.const_get(:"... -
07:59 PM Bug #3531 (Rejected): segmentation fault caused by etc/activation.rb (wxruby)
- =begin
E:\wxruby\samples\etc>ruby activation.rb
Frame 'Tall window' became activated
Frame 'Tall window' became deactivated
Frame 'Wide window' became activated
Frame 'Wide window' became deactivated
Frame 'Tall window' becam... -
07:54 PM Bug #3530 (Closed): psych failures at Adelaide
- =begin
Several psych tests fail as follows when the timezone is set to
Australia/Adelaide.
% ./ruby -v
ruby 1.9.3dev (2010-07-03 trunk 28532) [i686-linux]
% TZ=Australia/Adelaide ./ruby test/runner.rb psych
Loaded suite test/runn... - 03:44 PM Revision 7ef57c61 (git): * 2010-07-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:44 PM Revision 4b31e99b (git): portability fix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:29 PM Revision d24d2d3c (git): refine tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:08 AM Feature #3526 (Closed): IO::NULL; null device path name
- なかだです。
`IO::NULL` を追加するのはどうでしょうか。
~~~diff
diff --git a/io.c b/io.c
index 05b2d45..3793ae5 100644
--- a/io.c
+++ b/io.c
@@ -9623,6 +9623,18 @@ rb_get_argv(void)
return ARGF.argv;
}
+static const char null_device[... -
10:16 AM Bug #1390 (Closed): yaml converts DateTime to Time when dumping and parsing again
- =begin
=end
-
09:57 AM Bug #1390: yaml converts DateTime to Time when dumping and parsing again
- =begin
Fixed this in r28532. I don't seem to have permission to close it though.
=end
-
09:17 AM Feature #3085 (Closed): Time dumping/loading using Psych - =begin
This issue was solved with changeset r28531.
Tomo, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
08:31 AM Bug #3524: system command should prefer CWD to PATH in windows
- =begin
It's for security reasons: http://www.faqs.org/docs/Linux-mini/Path.html#s12 , http://serverfault.com/questions/98587/ . Presumably, if you want to ignore best practice you can add '.' to your path.
=end
-
03:42 AM Bug #3524 (Rejected): system command should prefer CWD to PATH in windows
- =begin
from within a directory with 'convert.exe' located in it:
D:\installs\ImageMagick-6.6.2-Q16>convert --help | head -n3
Version: ImageMagick 6.6.2-10 2010-06-29 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 19... - 07:47 AM Revision 1c3e07f0 (git): * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): add two new constants BigDecimal::INFINITY and BigDecimal::NAN.
- * ext/bigdecimal/lib/bigdecimal/math.rb (BigMath.exp): modify the behaviors for infinity arguments as same as Math.exp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:14 AM Bug #3525 (Rejected): Enumerable#flat_map does not return a flatted enumerable
- =begin
Hi,
2010/7/3 Jan Lelis <redmine@ruby-lang.org>:
> the new flat_map method does not return flatted enumerables:
>
> irb(main):072:0> [[1,2],2,3].flat_map{|e|e}
> => [1, 2, 2, 3]
> irb(main):071:0> [[1,2],2,3].flat_m... -
03:47 AM Bug #3525 (Rejected): Enumerable#flat_map does not return a flatted enumerable
- =begin
Hi,
the new flat_map method does not return flatted enumerables:
irb(main):072:0> [[1,2],2,3].flat_map{|e|e}
=> [1, 2, 2, 3]
irb(main):071:0> [[1,2],2,3].flat_map.to_a
=> [[1, 2], 2, 3]
=end
-
12:52 AM Revision 59cad45f (git): * ext/psych/lib/psych/visitors/to_ruby.rb(visit_Psych_Nodes_Scalar):
- teaching Psych to deserialize DateTime objects. [Bug #1390]
* ext/psych/lib/psych/visitors/yaml_tree.rb(visit_DateTime): added a
method for serializing DateTime objects.
* ext/psych/lib/psych/scalar_scanner.rb(parse_time): add method... -
12:15 AM Revision 6fe92a3c (git): * ext/psych/lib/psych/visitors/yaml_tree.rb (visit_Time): use
- Time#nsec to accurately serialize time objects. [ruby-core:29233]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/02/2010
-
10:42 PM Bug #3523 (Third Party's Issue): win32 exception c0000029 on exit using fibers
- =begin
Hi,
I'm encountering a windows exception c0000029 crash when my application (which uses fibers) runs on v1.9.2. The program runs to completion, and its tests all pass, but the exception occurs when ruby exits.
So far ... -
07:05 PM Bug #3522 (Closed): String::size return invalid size on mswin64
- =begin
x64-mswin64_90環境で、15文字以上のUTF-8文字列のサイズが正常に取得できません。
Z:\ruby-trunk\build>ruby -e"puts \"1234567890123\u{3042}\".size"
14
Z:\ruby-trunk\build>ruby -e"puts \"12345678901234\u{3042}\".size"
19
=end
- 03:01 PM Revision fcb613ae (git): * 2010-07-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:01 PM Revision 9c188406 (git): fix doc again.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:58 PM Revision fc90d4a1 (git): fix doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:35 PM Revision f6c14c6f (git): * 2010-07-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@28527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:35 PM Revision 53eb8944 (git): * file.c (ruby_find_basename, ruby_find_extname): split from
- rb_file_s_basename() and rb_file_s_extname().
* util.c (ruby_add_suffix): support arbitrary length of the suffix
to get rid of the potential buffer overflow.
reported by tarui.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... - 02:31 PM Revision 09ee12bb (git): * io.c (argf_inplace_mode_set): prohibits an assignment of a tainted
- value.
* file.c (ruby_find_basename, ruby_find_extname): split from
rb_file_s_basename() and rb_file_s_extname().
* util.c (ruby_add_suffix): support arbitrary length of the suffix
to get rid of the potential buffer overflow.
rep... -
12:20 PM Bug #3515 (Closed): FreeBSD wrongly raises ECONNRESET on close(2)
- =begin
FreeBSD 8 では現在以下のようなテストに失敗しています。
1) Error:
test_idle(IMAPTest):
Errno::ECONNRESET: Connection reset by peer
/home/naruse/ruby/test/net/imap/test_imap.rb:189:in `test_idle'
2) Failure:
test_03(TestDRbSSLC... -
10:14 AM Revision e3b9424d (git): * io.c (argf_inplace_mode_set): prohibits an assignment
- of a tainted value. Patch by unak.
* util.c, file.c: prevents a buffer over-run on windows.
Patch by unak.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@28522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:14 AM Revision ec4ca0fc (git): * io.c (argf_inplace_mode_set): prohibits an assignment
- of a tainted value. Patch by unak.
* util.c, file.c: prevents a buffer over-run on windows.
Patch by unak.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:40 AM Revision 8f4c474b (git): * test/ruby/test_module.rb (test_attr_inherited_visibility): more discussion needed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:38 AM Bug #3514: Unused Variable Warnings in StdLib [PATCHES]
- =begin
Sorry. I'm in an area with "excellent" 3G coverage which drops out every ten minutes...
=end
-
02:00 AM Bug #3514: Unused Variable Warnings in StdLib [PATCHES]
- =begin
attachments didn't make it...
=end
-
01:28 AM Bug #3514 (Closed): Unused Variable Warnings in StdLib [PATCHES]
- =begin
Quite a few files in lib/ trigger "assigned but unused variable" warnings. Attached are fixes for the first seven files. For all of them I've examined the local variable scope, and confirmed that neither the unit tests nor RubySp...
07/01/2010
-
09:04 PM Revision 707d22f1 (git): add tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:39 PM Revision 55da5c46 (git): * 2010-07-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:39 PM Revision 26202fba (git): * numeric.c (rb_num2long): accept LONG_MAX < x < LONG_MAX+1 and
- LONG_MIN-1 < x < LONG_MIN as well because they are converted
into the valid range of long by truncation.
(rb_num2ulong): accept ULONG_MAX < x < ULONG_MAX+1 and
LONG_MIN-1 < x < LONG_MIN as well.
(rb_num2ll): accept LLONG_MAX < x ... -
02:27 PM Bug #3512 (Closed): ri shows '__send__' incorrectly
- =begin
Since '_' is used as a word-based markup for emphasizing, Ri description of Object#__send__ is broken:
% ri Object\#send
Object#send
(from ruby core)
-----------------------------------------------------------------... - 02:11 PM Revision 5d229db8 (git): * lib/csv.rb: Improving documentation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:34 PM Revision 8bab1aff (git): * numeric.c (rb_num2ulong): fix the lower limit for float.
- [ruby-dev:41361]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:26 PM Bug #3497 (Closed): [Docs; Patch] Mistakes & Omissions for String#{sub,gsub}
- =begin
Applied (with small modifications) in r28492 and r28494 .
Thanks!
=end
-
01:09 PM Revision e12c43ee (git): * ChangeLog: revert deleted logs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 PM Revision 57ba9de9 (git): * test/ruby/envutil.rb (EnvUtil#invoke_ruby): integrated with
- runexec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:38 AM Revision 318deef3 (git): * NEWS (YAML, Psych, DL, fiddle): new entries
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:59 AM Revision 9450c646 (git): * 2010-07-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@28512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:59 AM Revision 237fc688 (git): merges r26936 from trunk into ruby_1_9_1 and little refactoring.
- --
* random.c (rb_reset_random_seed): set seed in this. [ruby-core:28655]
--
* random.c: refactoring.
* random.c (rand_srand): a new function that wraps
rand_init and (re)initialization of the random seed as
a VALUE.
* random.c (ge... -
07:42 AM Revision 509e3e9d (git): merges r28456 and r28476 from trunk into ruby_1_9_2.
- --
* test/win32ole/test_win32ole_method.rb (test_offset_vtbl): check
that Ruby is 32bit or 64bit binary in order to get correct offset
value. [ruby-dev:41741]
--
* test/win32ole/test_win32ole_method.rb (is_ruby64): check
ruby binar... -
07:41 AM Revision 83f1241a (git): merges r28457 from trunk into ruby_1_9_2.
- --
* thread.c (rb_fd_resize, rb_fd_copy): avoid NULL dereference upon
failed realloc by using xrealloc instead of not realloc. a patch
from Jim Meyering <meyering at redhat.com> in [ruby-core:30920]
[Bug #3489]
git-svn-id: svn+ss... -
07:26 AM Revision 195d3bcc (git): merge revision(s) 28507:
- * thread_pthread.c (thread_start_func_1): don't call
native_thread_init_stack(th) on cygwin to avoid the segv
introduced by r27789. Cygwin's signal implementation is half
baked so USE_SIGNALSTACK is not defi... -
07:25 AM Revision 6957c6d9 (git): * thread_pthread.c (thread_start_func_1): don't call
- native_thread_init_stack(th) on cygwin to avoid the segv
introduced by r27789. Cygwin's signal implementation is half
baked so USE_SIGNALSTACK is not defined and it needs another
treatment.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
07:00 AM Feature #3511 (Closed): rb_path_to_class should call custom const_defined? methods
- =begin
It would be nice if rb_path_to_class called custom const_defined? methods. This would give marshaled objects a chance to locate and define classes when they are being unmarshalled.
I've attached a patch with a test that de... -
04:00 AM Revision e8b9321a (git): * common.mk (test-knownbug): ignore known bugs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 AM Revision 678f6b37 (git): * common.mk (test-knownbug): ignore known bugs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 AM Revision a20b4568 (git): * test/rubygems/test_gem_activation.rb: comment out a test for WONTFIX
- bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:05 AM Revision f058f2d8 (git): merges r28455 and r28460 from trunk into ruby_1_9_2.
- --
* lib/rdoc/ri/driver.rb (RDoc::RI::Driver#formatter): should use bs
format when stdout is piped. [ruby-core:30734]
--
* test/rdoc/test_rdoc_ri_driver.rb (TestRDocRIDriver#test_formatter):
fix a test accordingly to r28455.
git-sv... -
02:05 AM Revision 2a43e898 (git): merges r28453 and r28454 from trunk into ruby_1_9_2.
- --
* class.c (rb_mod_init_copy): when class is dup'ed, a metaclass of the
class should be attached to the dup'ed class, not the original
class. [ruby-core:30843] [Bug #3461]
--
* bootstraptest/test_class.rb: add a test for [ruby-cor... -
02:05 AM Revision 391fb9ec (git): merges r28442 from trunk into ruby_1_9_2.
- --
* test/win32ole/test_win32ole_method.rb (test_offset_vtbl): check
that OS is Windows 32bit or Windows 64bit in order to get
correct offset value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28502 b2dd03c8-39d4... -
02:05 AM Revision ba87ab3a (git): merges r28431 and r28432 from trunk into ruby_1_9_2.
- --
* lib/csv.rb: Fixing a bug that prevented CSV from parsing
all multi-line fields correctly. Patch by Rob Biedenham.
--
Fixing a spelling error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28501 b2dd03c8-39d4-4d... -
02:05 AM Revision a1a68a58 (git): merges r28428,r28429,r28430 and r28444 from trunk into ruby_1_9_2.
- --
* test/ruby/envutil.rb (EnvUtil#invoke_ruby): get rid of possible
deadlock.
--
* test/ruby/envutil.rb (EnvUtil#invoke_ruby): change the
environment of spawned process only.
--
* test/ruby/envutil.rb (Test::Unit::Assertions#assert_... -
02:05 AM Revision d36fedc7 (git): merges r28422 from trunk into ruby_1_9_2.
- --
refine an assertion message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:04 AM Revision d936157b (git): merges r28421 from trunk into ruby_1_9_2.
- --
add an assertion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:04 AM Revision cd55b62c (git): merges r28410 from trunk into ruby_1_9_2.
- --
* ext/socket/raddrinfo.c (str_is_number): renamed from str_isnumber to
avoid confusion to str_isnumber in ext/socket/getaddrinfo.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28497 b2dd03c8-39d4-4d8f-98ff-823fe... -
02:04 AM Revision e9eb635a (git): merges r28403 from trunk into ruby_1_9_2.
- --
* ext/win32ole/win32ole.c (reg_get_typelib_file_path): try win64
registry entry at first. [ruby-dev:41674] [Bug #3464]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/30/2010
-
11:40 PM Revision 12b0ccc2 (git): * marshal.c (w_object): suppress empty instance variable entry on
- compatible dump objects.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:16 PM Revision ac77f633 (git): merge from trunk (r28492)
- * string.c (rb_str_gsub_bang, rb_str_sub_bang, str_gsub): rdoc fix
based on patch by Run Paint [ruby-core:30938]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:14 PM Revision 64bcb87c (git): * 2010-07-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:14 PM Revision 21161841 (git): * string.c (rb_str_gsub_bang, rb_str_sub_bang, str_gsub): rdoc fix
- based on patch by Run Paint [ruby-core:30938]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 07:22 PM Revision ee421afc (git): * 2010-07-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:22 PM Revision e31fb65d (git): merge from trunk (r28408)
- * ext/socket/raddrinfo.c: don't use __P.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/29/2010
-
10:29 PM Revision 1f7eb6e7 (git): * test/ruby/test_rubyoptions.rb (test_script_from_stdin): by using
- a pipe, get rid of not-well-defined behavior after the child
process terminated in pty.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:29 PM Revision 870d0316 (git): * test/ruby/test_rubyoptions.rb (test_script_from_stdin): by using
- a pipe, get rid of not-well-defined behavior after the child
process terminated in pty.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:52 PM Bug #3462: gem activation fails for native gems
- =begin
gem_prelude.rb:push_all_highest_version_gems_on_load_path expects gem
directory names to be "#{GEMNAME}-#{VERSION}", but the native gem
directory name is suffixed by the platform name.
The following patch may help or may... -
02:14 AM Bug #3462: gem activation fails for native gems
- =begin
Yeah I wouldn't call this a high priority ticket.
=end
-
02:06 AM Bug #3462: gem activation fails for native gems
- =begin
Hi,
This issue seems to be reproducible only on windows.
Unless anyone suggests any fix by today, this issue will be WONTFIX
for 1.9.2.
This is the last ticket that is a show stopper against 1.9.2 release.
--
... - 05:32 PM Revision cb20d421 (git): * 2010-06-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:32 PM Revision 586720f3 (git): * thread_pthread.c (get_stack): use pthread_getthrds_np() for AIX.
- * configure.in: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 05:29 PM Revision 14a70cf7 (git): * 2010-06-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:29 PM Revision 78d48a33 (git): * thread_pthread.c (get_stack): use pthread_getthrds_np() for AIX.
- * configure.in: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:48 PM Revision 921f4847 (git): merges r28401 and r28402 from trunk into ruby_1_9_2.
- --
* ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround for
getaddrinfo problem on Mac OS X Snow Leopard. [ruby-core:29427]
patch by Wataru Kimura. [ruby-core:30842]
--
add a comment.
git-svn-id: svn+ssh://ci.ruby-l... -
02:48 PM Revision f895d9f5 (git): merges r28395 and r28396 from trunk into ruby_1_9_2.
- --
* configure.in (fchown): need to check. [ruby-core:30818]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:48 PM Revision 21d1a320 (git): merges r28387 from trunk into ruby_1_9_2.
- --
* test/optparse/test_summary.rb: fixed superclass so that it run
solely.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:48 PM Revision a90b1b57 (git): merges r28361 from trunk into ruby_1_9_2.
- --
* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix the
exception message when attempting to load an unknown class. Thanks
nobu! [ruby-dev:41399]
* test/psych/test_psych.rb: test for the exception message
git-svn-id:... -
02:48 PM Revision 55f779aa (git): merges r28357 from trunk into ruby_1_9_2.
- --
* object.c: Object#public_methods, private_methods, etc. returns
method ids that belong to the class or the singleton class(es) of
the object. [ruby-dev:41613]
* class.c: on the other hand, Module#public_instance_methods, etc.
... - 12:20 PM Revision a9ffa5ce (git): * ChangeLog: remove an extra newline.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:17 PM Revision ac8f4a4d (git): merge from trunk (r28477)
- * ext/stringio/stringio.c (strio_write): add RB_GC_GUARD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:17 PM Bug #1934 (Closed): Segmentation fault - =begin
This issue was solved with changeset r28472.
Julia, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
12:17 PM Bug #3398 (Closed): 1.9.2 SEGV during test-all - =begin
This issue was solved with changeset r28472.
Yuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
- 12:12 PM Revision 952b1bf3 (git): * ext/stringio/stringio.c (strio_write): add RB_GC_GUARD.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:49 AM Revision 835da2f0 (git): * test/win32ole/test_win32ole_method.rb (is_ruby64): check
- ruby binary is mswin64 or mingw64. [ruby-dev:41756]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:22 AM Revision cb7a106c (git): * test_require.rb (test_require_with_unc): test for r28473.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:41 AM Revision d5a784ae (git): * file.c (rb_realpath_internal, realpath_rec): skip UNC share root
- on DOSISH platforms.
http://pc12.2ch.net/test/read.cgi/tech/1272248179/600
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 05:20 AM Revision e2f4729d (git): * file.c (rb_realpath_internal, realpath_rec): skip UNC share root
- on DOSISH platforms.
http://pc12.2ch.net/test/read.cgi/tech/1272248179/600
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:11 AM Revision 12b76ec8 (git): * gc.c (unlink_heap_slot, slot_sweep): unlink heaps_slot of
- heaps_slot linked list if heaps_slot is empty at slot_sweep.
fixed [ruby-dev:41543], [ruby-core:24894].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:48 AM Bug #3487 (Closed): fiddle pushes arguments in a wrong format
- =begin
Fixed at r28465.
ML integration seems not to work. Closed manually.
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
01:10 AM Bug #3452 (Closed): ENV 'make' is not considered in the rubygems test.
- =begin
I committed the fix as r28461.
By the way, does no one worry about the following doubt?
>> 1) Is it intentional to use not ENV['MAKE'] but ENV['make'] at rubygems/ext/builder.rb ?
=end
-
01:01 AM Bug #3480: gem_prelude: activation should accomodate for '=' and gem 'gem_name', 'version'
- =begin
Hi,
I decide this issue as WONTFIX for 1.9.2.
Kernel#gem in gem_prelude.rb accepts ">", ">=", and "=" (with your
patch), but they behave the completely same. This feature does not
work correctly at all, I think. T... -
12:27 AM Bug #2717: Requiring rubygems/specification causes tons of warnings for NoMethodError
- =begin
Hi,
I decide this issue as WONTFIX for 1.9.2.
As Eric said, do not require "rubygems/specfication" directly.
> The workaround is to assume that Gem::Specification is available, because require 'rubygems' provides it i...
06/28/2010
-
10:07 PM Bug #3489 (Closed): avoid NULL dereference upon failed realloc
- =begin
This issue was solved with changeset r28457.
Jim, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
10:12 AM Bug #3489: avoid NULL dereference upon failed realloc
- =begin
FYI:
I recalled the discussion before.
As for the conclusion of the discussion, x*alloc() should run w/o GVL.
And current implementation follows the conclusion.
=end
-
10:00 AM Bug #3489: avoid NULL dereference upon failed realloc
- =begin
This patch is for Unix, not for Windows.
So I cannot determine and test it.
I believe that akr-san (the original author) knows the reason
and the influence.
=end
-
04:32 AM Bug #3489 (Assigned): avoid NULL dereference upon failed realloc
- =begin
Hi,
rb_fd_resize may be called without GVL.
Ko1 said Usaku may be able to determine whether or not this patch is ok.
Usaku, what do you think? If you have no idea or objection, I'll import
this patch.
--
Yusuk... -
09:44 PM Revision ea337d4b (git): * ext/tk/lib/tk.rb: stop creating a dummy Tcl/Tk interpreter (fix
- [ruby-core:30358]). And hide a root window before starting eventloop.
* ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworks
are enabled on MacOS X.
* ext/tk/stubs.c: dirty hack for frameworks and stubs on MacOS X.
git-svn... -
09:22 PM Revision 3e854054 (git): * ext/fiddle/fiddle.h: fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:22 PM Revision 40d95eab (git): * ext/fiddle/fiddle.h: fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:36 PM Bug #3497 (Closed): [Docs; Patch] Mistakes & Omissions for String#{sub,gsub}
- =begin
The current RDoc states that String#sub returns an Enumerator without a block, when in fact it is String#gsub that behaves this way. Neither method is documented as accepting a Hash for the second argument. This patch is my attem... - 05:28 PM Revision 18bbb1cf (git): * test/rdoc/test_rdoc_rdoc.rb: change to bin-mode to write directly.
- reported at http://rubyforge.org/tracker/index.php?func=detail&aid=28249&group_id=627&atid=2472
* test/rdoc/test_rdoc_markup_pre_process.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28469 b2dd03c8-39d4-4d8f-98ff... - 05:28 PM Revision 6e8f7ef9 (git): * test/rdoc/test_rdoc_rdoc.rb: change to bin-mode to write directly.
- reported at http://rubyforge.org/tracker/index.php?func=detail&aid=28249&group_id=627&atid=2472
* test/rdoc/test_rdoc_markup_pre_process.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28469 b2dd03c8-... - 04:45 PM Revision 6a05e8c5 (git): merge from trunk (r28440)
- * ext/dl/lib/dl/func.rb (call): don't overwrite original arguments
to defend from GC.
* test/dl/test_func.rb (test_string): add test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28468 b2... - 04:42 PM Revision 7e80dc06 (git): merge from trunk (r28423)
- * include/ruby/ruby.h (static inline rb_gc_guarded_ptr): prevent
RB_GC_GUARD_PTR being removed by optimization.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:37 PM Revision 4d972280 (git): merge from trunk (r28461)
- * test/rubygems/gemutilities.rb: check ENV['make'] for make_command.
* test/rubygems/test_gem_ext_configure_builder.rb: use gemutilities' make_command.
* test/rubygems/test_gem_ext_ext_conf_builder.rb: ditto.
git-svn-id... -
04:26 PM Revision 50bb2544 (git): * ext/fiddle/fiddle.h: added FFI type detection to avoid bug in ffi
- header files. Thanks Yugui! [ruby-core:30917]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:25 PM Revision ac990e2d (git): * 2010-06-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:25 PM Revision ac3a9a62 (git): * ext/fiddle/fiddle.h: added FFI type detection to avoid bug in ffi
- header files. Thanks Yugui! [ruby-core:30917]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:01 PM Revision f6a93900 (git): * 2010-06-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:01 PM Revision 5f960a9c (git): * test/rubygems/gemutilities.rb: check ENV['make'] for make_command.
- * test/rubygems/test_gem_ext_configure_builder.rb: use gemutilities' make_command.
* test/rubygems/test_gem_ext_ext_conf_builder.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28461 b2dd03c8-39d4-4d8f-98ff-823fe6... -
01:16 PM Revision 5b5c6378 (git): * test/rdoc/test_rdoc_ri_driver.rb (TestRDocRIDriver#test_formatter):
- fix a test accordingly to r28455.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:05 PM Revision 31bf7bc3 (git): * 2010-06-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@28459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:05 PM Revision e3e94249 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:05 PM Revision 82f7a982 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:05 PM Revision 2c9b6444 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@28458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:58 PM Revision d9d650ec (git): * thread.c (rb_fd_resize, rb_fd_copy): avoid NULL dereference upon
- failed realloc by using xrealloc instead of not realloc. a patch
from Jim Meyering <meyering at redhat.com> in [ruby-core:30920]
[Bug #3489]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:38 AM Revision 39225531 (git): * test/win32ole/test_win32ole_method.rb (test_offset_vtbl): check
- that Ruby is 32bit or 64bit binary in order to get correct offset
value. [ruby-dev:41741]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:37 AM Bug #3428 (Closed): ri outputs ansi escape sequences even when stdout is not a tty
- =begin
This issue was solved with changeset r28455.
caleb, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
05:31 AM Bug #3452: ENV 'make' is not considered in the rubygems test.
- =begin
Hi,
How about this patch?
If it works, please commit it.
If not, please fix and commit it :-)
diff --git a/test/rubygems/gemutilities.rb b/test/rubygems/gemutilities.rb
index f1b0f75..803cd26 100644
--- a/tes... -
05:15 AM Bug #3490 (Assigned): test_pack_utf8 failure on mswin64
- =begin
遠藤です。
受理されるべきでない値が受理されるのでバグですが、受理されるべき
値が受理されないわけではないので、致命的ではないと判断し優先度を
Low にします。
個人的には 1.9.2 では WONTFIX が望ましいと思いますが、usa さんの
意見はどうでしょうか。
SIGNED_VALUE rb_big2long(VALUE x)
あたりが、sizeof(VALUE) == sizeof(lon... -
12:54 AM Bug #3490 (Closed): test_pack_utf8 failure on mswin64
- =begin
test_integer_combのtest_pack_utf8がmswin64環境で失敗します。
aが-0x80000001の時に期待されているRangeErrorが投げられずに素通りします。
NUM2LONGの戻り値の型がlongなので、pack.:908行目で小さい型への変換が起こるようです。
NUM2LONGを使わずに、直接NUM2LONG_internalに置き換えると成功します。
Z:\ruby_trunk\bui... -
04:24 AM Bug #3480: gem_prelude: activation should accomodate for '=' and gem 'gem_name', 'version'
- =begin
=end
-
03:59 AM Bug #3406: attr_accessor creates a private writer method
- =begin
Hi,
I really doubt whether or not this is a bug. Very clumsy semantics is
required to "fix" this. At least, any change for this issue should not
be included in 1.9.2.
What we really need is a general way for users... -
03:33 AM Bug #3456 (Assigned): bisarre comma
- 遠藤です。
まず、1.9.2 で revert することはありえません。
このチケットは 1.9.x に設定しておきます。
ただ、これは 1.9.1 からある文法なので 1.9.x 中で revert するのも
かなり反対です。
機能自体については、`Set[1,2,3,]` を許すのは賛成なのですが、
`foo(1,2,3,)` を許す必要があるとは思いません。
`foo(1,2,3,a:1,b:2,)` は、微妙なところです。
`foo 1,... -
03:23 AM Bug #3456 (Open): bisarre comma
- ええと、べつに現状の解説を聞きたいわけではありません。どうしてエラーになるかくらいは確認してから報告しましたので。
で、俺がこれはバグだと思うのは、括弧のあるなしで意味が変わるというのが凶悪だという思うからです。なぜ
i(j,)
k l
がOKで
i j,
k l
がNGなのか、あきらかに混乱のもとです。さらにいうと
i j, do end
k l
も現状OKです。もはやわけわからん。
... -
02:51 AM Bug #3456 (Rejected): bisarre comma
- 遠藤です。
2 つ目の -e は単に次の行に続いていると判定されるようです。
~~~
$ ./ruby -ve 'p 1 +' -e '1'
ruby 1.9.3dev (2010-06-27 trunk 28451) [i686-linux]
2
~~~
要するに以下と同じです。
~~~
$ ./ruby -ve 'i j,
k i'
ruby 1.9.3dev (2010-06-27 trunk 28451) [i686-lin... -
02:43 AM Bug #3456 (Open): bisarre comma
- いや、やっぱおかしいです。以下の例を発見しました。
~~~
zsh % ruby -ve 'i j,' -e'k i'
ruby 1.9.3dev (2010-06-28 trunk 28452) [x86_64-linux]
-e:2: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
~~~
もちろん `,` がなければ`syntax error`には... -
02:57 AM Bug #3461 (Closed): Segfault on #inspect with Classes sans :allocate
- =begin
This issue was solved with changeset r28453.
Run Paint, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
02:41 AM Bug #3459: test_regexp.rb Segmentation fault on x64-mswin64
- =begin
ruby -e"/()*/ =~ ''"
でメモリ確保失敗します。
ruby -e"/()*/ =~ ' '"
なら何事もなく通ります。
=end
-
01:04 AM Feature #3491 (Closed): Pack missing directives for signed types with specified byte-order
- =begin
The Array#pack and String#unpack have some directives where the byte-order is specified ("little endian" or "network order"), for unsigned long and for unsigned short. But when it comes to signed long and signed short there is no...