Activity
From 01/26/2012 to 02/01/2012
02/01/2012
-
11:45 PM Bug #5874 (Rejected): Coverity output for Ruby 1.9.3
- Hello,
Thank you for your reporting.
Fortunately, Coverity kindly provides us the daily analysis
results for R... -
11:19 PM Feature #5958 (Rejected): ThreadGroup#join
- I propose the method `ThreadGroup#join`.
Calling thread waits all threads in receiving `threadgroup`.
```ruby
th... -
10:58 PM Bug #5957 (Rejected): pthreads not working on ulibc (linuxthreads)
- Hi
I have an arm-linux crosscompile of ruby 1.9.2p290 and 1.9.3p0
Trying to implement a thread (via Thrad.new) ca... -
10:58 PM Feature #5788: Thread#at_exit
- =begin
I modified the patch.
* use mutex on define_at_exit to avoid race.
* mark th->at_exit and th->at_exit_lock ... -
08:41 PM Feature #5663: Combined map/select method
- @Nakada Why not?
"Returns a copy of self with all nil elements removed. If block is given, returns the yield of ea... -
02:11 PM Feature #5663: Combined map/select method
- Yura Sokolov wrote:
> I often wish to have methods, which likes to `inject` but do use return value of block for nex... -
01:10 PM Feature #5663: Combined map/select method
- I often wish to have methods, which likes to `inject` but do use return value of block for next iteration:
cla... -
12:53 PM Feature #5663: Combined map/select method
- Hi,
(12/02/01 11:18), Thomas Sawyer wrote:
> In Facets it's called #compact_map, but that's only b/c I though... -
11:23 AM Feature #5663: Combined map/select method
- In Facets it's called #compact_map, but that's only b/c I though better of
monkey patching #compact itself.
... -
11:18 AM Feature #5663: Combined map/select method
- In Facets it's called #compact_map, but that's only b/c I thought better of monkey patching #compact itself.
I thi... -
02:53 AM Feature #5663: Combined map/select method
- > It is pretty common to want to map over an Enumerable, but only include the elements that match a particular filte...
-
06:50 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- Hi,
I'm not sure that this is a non-issue. I have been cross compiling ruby for an ARM embedded device. I am compili... -
04:28 PM Revision 81075870 (git): * parse.y (debug_lines, coverage): set file path encoding for coverage
- result. [ruby-dev:44950]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:12 PM Revision 3b94b32d (git): * 2012-02-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:12 PM Revision 1f1196fa (git): * lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Just
- call File.unlink and ignore ENOENT because existence check
before unlinking does not help in terms of race conditio... -
03:47 PM Bug #5956 (Closed): rexml - パース時のnamespaceチェックでのエラーについて
- 添付のプログラムを実行すると以下のエラーとなります。
(実行環境:CentOS6)
The 'xml' prefix must not be bound to any other namespace (http://www.w... -
03:23 PM Feature #5903: Optimize st_table (take 2)
- Nobuyoshi Nakada wrote:
> Another question about packing.
> Why are PKEY_POS and PVAL_POS from the tail?
It allo... -
01:05 PM Feature #5903: Optimize st_table (take 2)
- Another question about packing.
Why are PKEY_POS and PVAL_POS from the tail? -
02:37 PM Bug #5952 (Closed): コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- The test is removed on r34412.
-
09:26 AM Bug #5952 (Assigned): コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- Linux で壊れてます。
http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20120131T230102Z.diff.html.gz -
09:20 AM Bug #5952: コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- r34409 で修正されているのを確認しました。ありがとうございます。
-
06:39 AM Bug #5952 (Closed): コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- This issue was solved with changeset r34409.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i... -
09:50 AM Bug #5947 (Closed): typo in doc/re.rdoc
- This issue was solved with changeset r34411.
Ori, thank you for reporting this issue.
Your contribution to Ruby is gr... -
04:35 AM Bug #5947: typo in doc/re.rdoc
- patch attached, or [810d9f0](https://github.com/zzak/ruby/commit/810d9f0)
-
09:50 AM Bug #5953 (Closed): docs: spelling on doc/re.rdoc
- This issue was solved with changeset r34411.
Ori, thank you for reporting this issue.
Your contribution to Ruby is gr... -
04:35 AM Bug #5953: docs: spelling on doc/re.rdoc
- My apologies, this is a duplicate of [#5947](http://bugs.ruby-lang.org/issues/5947)
Please close and see patch there. -
04:24 AM Bug #5953 (Closed): docs: spelling on doc/re.rdoc
- fixed spelling error on doc/re.rdoc as illustrated by 'salty-horse' on #ruby-core
patch attached, or [810d9f0](htt... -
08:31 AM Bug #5954 (Rejected): IO.read_nonblock on IO.pipe generates Errno::EBADF (MinGW)
- =begin
Originally posted in [ruby-core:42103]:
The following example seems not to work under Windows:
r, w =... -
01:50 AM Revision dc82e7e7 (git): * test/ruby/test_argf.rb (test_readlines_twice_tty): removed incomplete test committed accidentally.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:50 AM Revision eb407447 (git): * doc/re.rdoc (Repetition): fix typo. reported by Ori Avtalion
- and patched by Zachary Scott. [Bug #5947]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@34411 b2... -
12:50 AM Revision aea7069f (git): * doc/re.rdoc (Repetition): fix typo. reported by Ori Avtalion
- and patched by Zachary Scott. [Bug #5947]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34411 b2... -
12:50 AM Revision 01d54bc2 (git): * doc/re.rdoc (Repetition): fix typo. reported by Ori Avtalion
- and patched by Zachary Scott. [Bug #5947]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34411 b2dd03c8-39d4-4d...
01/31/2012
-
11:34 PM Bug #5952: コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- r29781 以降 Kernel#readlines (ARGF.readlines) で EOF を検出すると stdin を close するようになっていたようです。以下のようなサンプルで現象を確認できます。
readli... -
07:19 PM Bug #5952 (Closed): コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- =begin
1.9.3p28, trunk で以下のスクリプトを実行すると2回目の CGI.new で パラメータを受け取る時に IOError が発生します。
% cat cli.rb
require 'cgi'
C... - 09:39 PM Revision 25cd6d14 (git): * 2012-02-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:39 PM Revision 0470ce53 (git): * io.c (argf_close): skip stdin, which should be readable again.
- [ruby-dev:45160] [Bug #5952]
* io.c (argf_readlines): reinitialize after all read to be
readable again.
git-svn-id... -
09:36 PM Bug #5901 (Closed): OpenBSD "[FATAL] failed to allocate memory"
- This issue was solved with changeset r34404.
George, thank you for reporting this issue.
Your contribution to Ruby is... -
06:27 AM Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
- I reverted my own changes. Then I tried to apply patch by Narihiro Nakamura, but I got patch conflict with svn r34399...
- 07:11 PM Revision 74b68db3 (git): * 2012-02-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@34408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:11 PM Revision 9cea14a8 (git): merging r34364 from trunk into ruby_1_9_2
- --
* lib/uri/common.rb (URI.encode_www_form_component): initialize on
requiring to support JRuby, which runs parall... - 07:10 PM Revision ea6101f8 (git): * 2012-02-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:10 PM Revision 746e61e9 (git): merging r34364 from trunk to ruby_1_9_3
- --
* lib/uri/common.rb (URI.encode_www_form_component): initialize on
requiring to support JRuby, which runs parall... -
02:46 PM Feature #5903: Optimize st_table (take 2)
- Hi,
I could work on questions about pool allocation.
Regards,
Yura. -
02:08 PM Feature #5903: Optimize st_table (take 2)
- Nobuyoshi Nakada wrote:
> What's "_black_magick"?
On my computer, pool allocator work by 1% faster when I keep those... -
09:23 AM Feature #5903: Optimize st_table (take 2)
- Hi,
In message "Re: [ruby-core:42279] Re: [ruby-trunk - Feature #5903] Optimize st_table (take 2)"
on Tue... -
09:23 AM Feature #5903: Optimize st_table (take 2)
- Hi,
I meant 83.patch. I think 84.patch (pool allocation) requires more
discussion.
matz.
In... -
07:07 AM Feature #5903: Optimize st_table (take 2)
- What's "_black_magick"?
-
02:18 AM Feature #5903: Optimize st_table (take 2)
- I am positive about this patch. Nobu, could you review the patch and check it in unless you find any problem?
Matz. -
12:36 PM Revision a42cc41b (git): * configure.in (HEAP_ALIGN_LOG): HEAP_ALIGN_LOG should be page
- size in OpenBSD. [ruby-core:42158][Bug #5901]
* gc.c : avoid to redefine.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
09:47 AM Bug #5951 (Closed): Exported RSA keys allow pass phrases that are too short
- =begin
Exporting a key with this code:
cipher = OpenSSL::Cipher::Cipher.new 'AES-128-CBC'
pass_phrase = 'w... -
06:48 AM Bug #5949: Add documentation introduction for the Encoding class
- Impressive, thanks!
I think you have a typo on line 1698 ; if it's supposed to be a ruby code example, the Encodin... -
04:19 AM Bug #5949: Add documentation introduction for the Encoding class
- Really nice documentation, thank you for writing this!
-
12:15 AM Bug #5949 (Closed): Add documentation introduction for the Encoding class
- Add documentation introduction for the Encoding class
-
05:29 AM Revision 487cc8b5 (git): * test/ruby/test_thread.rb (TestThreadGroup#test_thread_timer_and_interrupt): suppress interrupt message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:27 AM Revision 8dd43539 (git): * test/ruby/envutil.rb (EnvUtil.invoke_ruby): yield also child pid
- in block form.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:33 AM Bug #5950 (Closed): open-uri: https redirect fix
- open-uri raises an exception if a http/s redirect refers to https.
original mail to the maintainer with a quickf...
01/30/2012
-
10:53 PM Bug #5940 (Closed): Resolve conflict between inheritance and mixins
- Closed, as duplicate of Module#prepend request.
-
10:07 PM Bug #5940: Resolve conflict between inheritance and mixins
- Thanks for the feedback and the suggestions.
Will be watching for the arrival of Module#prepend. :) -
10:01 PM Bug #5948 (Closed): Adding ZLib documentation
- I added missing ZLib documentation and corrected some things that were there.
I reviewed original zlib.h file tha... - 09:47 PM Revision 95b2f410 (git): * 2012-01-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:47 PM Revision ef84b7c6 (git): * ext/dl/cptr.c (rb_dlptr_new2): remove unused variable.
- * ext/iconv/iconv.c (get_iconv_opt_i): ditto.
* ext/syck/token.c (Plain): fix types on LP64.
git-svn-id: s... -
06:55 PM Bug #5947 (Closed): typo in doc/re.rdoc
- The "Repetition" section in doc/re.rdoc has this text:
"The fist uses a greedy"
"fist" should be "first".
Re... -
03:12 PM Bug #5946: Remove too early and unnecessary calls to heaps_increment
- I remade benchmark. It seems that I was wrong.
Excuse me. -
02:12 PM Bug #5946: Remove too early and unnecessary calls to heaps_increment
- Could you make a benchmark, please?
My benchmark shows 1% improvement when patch is applied to ruby-trunk and 6% a... -
01:54 PM Bug #5946 (Rejected): Remove too early and unnecessary calls to heaps_increment
- Hi.
I reject it because lazy sweeping would spent much time if heap is full.
https://github.com/funny-falcon/ruby/co... -
01:12 PM Bug #5946 (Rejected): Remove too early and unnecessary calls to heaps_increment
- Too early call in `lazy_sweep` slows down sweep phase, cause while loop breaks on `if (has_free_object) { ... return ...
-
10:08 AM Revision 72969cd3 (git): * vm_eval.c (vm_call0): should pass block to enumerators. patched
- by Kazuki Tsujimoto. [ruby-dev:44961][Bug #5731]
* vm_eval.c (method_missing), vm_insnhelper.c (vm_call_method):
d... -
09:59 AM Feature #5945 (Assigned): Add the ability to mark a at_exit as process-local.
- I'd like to propose a enhancement to `at_exit`.
It would be nice if you could stop a `at_exit` handler from running... -
05:37 AM Revision cba57022 (git): * test/readline/test_readline.rb (test_completion_encoding): test on more locales.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:31 AM Revision bfaba73e (git): * file.c (append_fspath): need to set the encoding to result always.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:39 AM Revision 44666293 (git): * 2012-01-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:39 AM Revision 5625355c (git): * test/irb/test_completion.rb: skip if cannot load irb/completion
- (maybe readline does not exist).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34395 b2dd03c8-39d4-4d8f-98ff-82...
01/29/2012
-
06:53 PM Bug #5940: Resolve conflict between inheritance and mixins
- What you want is a feature planned for Ruby 2.0 called Module#prepend (as compared to Module#include).
Konstantin... -
02:24 PM Revision 19718978 (git): Skip test if locale is not Japanese nor UTF-8.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:50 PM Revision b8015415 (git): Updated these files to detect AIX 7.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:48 AM Feature #5896: object representation in rb_enc_vsprintf()
- 警告については、gccの拡張ですしPRINTF_ARGSを諦めるのどうですか?
拡張した時点でprintf書式に合わないのはしようがないと思います。 - 03:18 AM Revision d5258cbe (git): * 2012-01-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:18 AM Revision f3dabace (git): * ext/readline/readline.c (readline_attempted_completion_function):
- respect encodings. [Bug #5941]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34391 b2dd03c8-39d4-4d8f-98ff-823... -
12:36 AM Bug #5831 (Rejected): URI.extract not properly extracting URIs with trailing slash followed by single quote
- Sorry for late reply.
As deshi says, that's not a bug, it's a feature.
01/28/2012
-
08:53 PM Bug #5940: Resolve conflict between inheritance and mixins
- On 28.01.2012, at 01:53, Mario Lanza wrote:
>
> Some in the Ruby community (like Chad Fowler) have noticed issues... -
08:53 AM Bug #5940 (Closed): Resolve conflict between inheritance and mixins
- Some in the Ruby community (like Chad Fowler) have noticed issues around how Ruby attempts to transverse a method's p...
-
08:12 PM Bug #5933: thin と Rack::FiberPool で SEGV が発生
- ruby 1.9.3p28 (2012-01-28 revision 34386) [x86_64-darwin11.2.0] で試したところ、再現しません。
trunk では rails-3.2.0 が動かなかったので試すことが出... -
09:51 AM Bug #5812 (Closed): test-all is stuck on Windows
- This issue was solved with changeset r34387.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
05:53 AM Bug #5938 (Closed): irb crashes on 2nd level tab complete if Module#name returns regexp
- This issue was solved with changeset r34384.
foo, thank you for reporting this issue.
Your contribution to Ruby is gr... -
12:51 AM Revision a65f6649 (git): * win32/win32.c (rb_w32_read): fix an issue that $stdin.read doesn't
- terminate by CTRL-C on Windows.
[ruby-dev:45149] [Bug #5812]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@343... -
12:51 AM Revision bb659206 (git): * test/ruby/test_thread.rb
- (TestThreadGroup#test_thread_timer_and_interrupt): skip exit status
assertion because we cannot get signal status o... -
12:51 AM Revision 494fd237 (git): * thread_win32.c (rb_w32_wait_events_blocking): use
- ruby_thread_from_native() instead of GET_THREAD() because
GET_THREAD() doesn't always return the current thread and... -
12:51 AM Revision 11de7c03 (git): * test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): set
- binmode explicitly for fixing test error on Windows. This is consistent
with r34243.
[ruby-dev:45149] [Bug #5812]...
01/27/2012
-
11:48 PM Bug #5831: URI.extract not properly extracting URIs with trailing slash followed by single quote
- I have reading lib/uri/common.rb, I found the URI.extract's behavior is split url with whitespace. so i think you rep...
-
09:21 PM Bug #5939 (Rejected): ActiveSupport::Callbacks で SEGV
- 1.9.2p290, Rails-3.2.1 の環境で SEGV が発生しました。
/Users/hsbt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesu... - 08:53 PM Revision a16b7828 (git): * 2012-01-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:53 PM Revision 8f655293 (git): * 2012-01-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:53 PM Revision 4201e2b3 (git): * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):
- ignore non-string name modules. [ruby-core:42244][Bug #5938]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
08:53 PM Revision ef72bdf2 (git): * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):
- ignore non-string name modules. [ruby-core:42244][Bug #5938]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@343... -
05:29 PM Bug #5938 (Closed): irb crashes on 2nd level tab complete if Module#name returns regexp
- >ruby -v
ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]
Copy this into irb and press tab :)
module Fo... -
02:22 PM Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
- Hi.
I make the following patch. Is it acceptable?
diff --git a/configure.in b/configure.in
index 085dfcf..f41e... -
08:13 AM Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
- Motohiro KOSAKI wrote:
> You don't have to edit gc.c. Instead, please make a workaround in configure.in. We only nee... -
11:17 AM Bug #5812: test-all is stuck on Windows
- すばらしい!
commitしてください。
-
08:04 AM Feature #5937: Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
- Oops, forgot patch
-
07:59 AM Feature #5937 (Closed): Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
- The attached patch allows Zlib::Inflate users to supply dictionaries ahead of time in order to avoid handling the Zli...
-
07:35 AM Revision 0c5cfb68 (git): * common.mk (test-ruby): pass TESTS for options.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:31 AM Revision c940d3fa (git): * 2012-01-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:31 AM Revision a92dd46d (git): * gc.c (HEAP_ALIGN, HEAP_ALIGN_MASK): DRY, let compiler calculate
- from HEAP_ALIGN_LOG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
01/26/2012
-
10:29 PM Bug #5933 (Closed): thin と Rack::FiberPool で SEGV が発生
- 1.9.2p290, Rails-3.2.0, thin-1.3.1 に Rack::FiberPool ( https://github.com/mperham/rack-fiber_pool )を組み合わせると必ず SEGV しま...
-
10:25 PM Bug #5932 (Rejected): gc_mark_children で SEGV が発生
- 1.9.2p290, Rails-3.2.0 の環境で RSpec を実行している途中に GC 周りで SEGV したので報告します。
https://gist.github.com/1682615
同じ箇所を再度実行して... -
07:17 PM Bug #5931 (Rejected): Random SEGV during execution on YARD specs
- Hello, I experience random segfauls when running YARD 0.7.4 test suite. Note that the Ruby was build using GCC 4.7. Y...
-
02:36 PM Bug #5930: source_location of blocks incorrect
- I've verified this behaviour under the following versions:
works: ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-d... -
02:15 PM Bug #5930 (Closed): source_location of blocks incorrect
- Similar to bug #2427 but maybe the opposite problem. Newer versions of ruby appear to store the source locations of b...
-
11:59 AM Bug #5929 (Closed): Zlib::Inflate#set_dictionary does not work with short input
- =begin
If a deflate stream requires a dictionary and the block of data is short it is impossible to decompress the d... - 07:10 AM Revision 087b9f94 (git): * 2012-01-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@34380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:10 AM Revision 05a579c9 (git): Forward port r34151 from ruby_1_8_7.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@34379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:32 AM Feature #5856: Feature: Raise any object
- One can rescue Exception (or Object); this also rescues SystemExit, Interrupt, etc. There is plenty of code out ther...
-
03:04 AM Revision 68bf801c (git): * lib/matrix.rb: Clean up extra whitespace in output documentation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom