Project

General

Profile

Activity

From 05/19/2012 to 05/25/2012

05/25/2012

03:38 PM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
drbrain (Eric Hodel) wrote:
> naruse (Yui NARUSE) wrote:
> > I agree with the concept of the patch, but
> >
> > ...
naruse (Yui NARUSE)
03:15 PM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
naruse (Yui NARUSE) wrote:
> I agree with the concept of the patch, but
>
> > + ensure
> > + @socket.finish ...
drbrain (Eric Hodel)
10:25 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
I agree with the concept of the patch, but
> + ensure
> + @socket.finish if Inflater === @socket
When @soc...
naruse (Yui NARUSE)
09:15 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
Opps, forgot patch. drbrain (Eric Hodel)
07:37 AM Feature #6492 (Closed): Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
=begin
This patch moves the compression-handling code from Net::HTTP#get to Net::HTTPResponse to allow decompression...
drbrain (Eric Hodel)
02:44 PM Revision 6f5582a2 (git): * test/openssl/test_ssl.rb: Clarify the intention of errors to be
expected. Two errors are possible when connection is refused due
to a protocol version that was explicitly disallow...
MartinBosslet (Martin Bosslet)
02:23 PM Bug #6479: ipaddr.rbの受け付ける書式が、プラットフォームによって異なる
At Wed, 23 May 2012 17:23:23 +0900,
U.Nakamura wrote:
> In message "[ruby-dev:45671] [ruby-trunk - Bug #6479][As...
Anonymous
01:24 PM Revision 913827b6 (git): * ext/openssl/ossl_ssl.c: Revert r35583
* test/openssl/test_ssl.rb: Handle ECONNRESET in code instead to avoid
the test failing in Ruby CI [1]
[1] http://u6...
MartinBosslet (Martin Bosslet)
12:20 PM Revision 51ea3db6 (git): merge revision(s) 34910:
assert_valid_syntax
* test/ruby/test_syntax.rb (assert_valid_syntax): new assertion to
validate syntax.
g...
naruse (Yui NARUSE)
12:14 PM Revision 655a20ea (git): vm.c: adjust argument types
* vm.c (backtrace_each, bt_init, oldbt_init): adjust argument types.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
nobu (Nobuyoshi Nakada)
11:39 AM Bug #6491 (Assigned): DateTime.strftime('%Z') output is incorrect format
naruse (Yui NARUSE)
07:19 AM Bug #6491 (Rejected): DateTime.strftime('%Z') output is incorrect format
DateTime.parse('2012/05/23').strftime('%Z') should output 'GMT' (or a similar string). It outputs "+00:00" (or a simi... zombor (Jeremy Bush)
11:21 AM Bug #6488 (Assigned): String#slice example has a syntax error
Seems this is a renderer issue. Eric, what do you think? shyouhei (Shyouhei Urabe)
11:01 AM Revision 4258db79 (git): * vm_eval.c (rb_f_caller): caller() method accepts second optional
argument `n' which specify how many frames should return.
For example, `caller(0, 1)' returns only one frame inform...
ko1 (Koichi Sasada)
09:48 AM Bug #6493 (Feedback): OpenSSL::SSL ignores DN if subjectAltName is specified
RFC 3280 was obsoleted by 5280 and there, the wording is slightly different:
8<--------
4.2.1.6. Subject Alter...
MartinBosslet (Martin Bosslet)
08:22 AM Bug #6493 (Assigned): OpenSSL::SSL ignores DN if subjectAltName is specified
drbrain (Eric Hodel)
07:46 AM Bug #6493 (Closed): OpenSSL::SSL ignores DN if subjectAltName is specified
In ext/openssl/lib/openssl/ssl.rb, verify_certificate_identity seems to intentionally *not* check the DN if any subje... djmitche (Dustin Mitchell)
08:51 AM Bug #6473 (Closed): Enumerable#count
This issue was solved with changeset r35780.
Nobuhiro, thank you for reporting this issue.
Your contribution to Ruby ...
drbrain (Eric Hodel)
08:22 AM Feature #6494: Send Accept-Encoding for all HTTP requests
Oops, forgot patch. drbrain (Eric Hodel)
08:21 AM Feature #6494 (Closed): Send Accept-Encoding for all HTTP requests
This patch builds atop #6492 to enable Accept-Encoding by default for all HTTP requests that permit bodies. (Without... drbrain (Eric Hodel)
08:18 AM Revision 1059cf6e (git): merge revision(s) 35644:
* parse.y (f_arglist): should reset lexical states after empty
argument list with no parenthesis as well as...
naruse (Yui NARUSE)
08:07 AM Revision a5f19061 (git): * vm.c (oldbt_init, vm_backtrace_str_ary): arg->data should
be initialized before calling `backtrace_each()'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35790 b2dd03c8...
ko1 (Koichi Sasada)
07:19 AM Bug #6490: The 'printf' method in trace_func is not sent to 'stdout' variable in tracer.rb
Attaching patch. mfojtik (Michal Fojtik)
07:17 AM Bug #6490 (Closed): The 'printf' method in trace_func is not sent to 'stdout' variable in tracer.rb
Hi,
lib/tracer.rb:189
def trace_func(event, file, line, id, binding, klass, *) # :nodoc:
return if file ...
mfojtik (Michal Fojtik)
07:13 AM Revision 67075af6 (git): * trunk/ext/-test-/printf/printf.c: change function names because of
conflict with msvcrt. fixed build error of mswin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35789 b2dd03c8...
U.Nakamura
04:53 AM Revision 9a66f6f0 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:50 AM Revision 1f3142a4 (git): * vm.c: refactoring backtrace related funcitons.
(1) unify similar functions (rb_backtrace_each() and
backtrace_object()). backtrace_each() is a unified function.
...
ko1 (Koichi Sasada)
04:01 AM Feature #6478: BasicObject#__class__
nobu (Nobuyoshi Nakada) wrote:
> Seems what you want is (({dup})), not (({__class__})).
>
> class Foo < BasicOb...
Eregon (Benoit Daloze)
01:14 AM Feature #6478: BasicObject#__class__
=begin
(({Module#mix})) is a feature introduced last year, but may be removed from 2.0.
=end
nobu (Nobuyoshi Nakada)
03:49 AM Feature #6483: parametric map
Eregon (Benoit Daloze) wrote:
> Another syntax is proposed by Koichi (from what I can understand):
>
> ```ruby
>...
prijutme4ty (Ilya Vorontsov)
02:21 AM Revision a51d961b (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:20 AM Revision 26f96fe1 (git): * test/-ext-/test_printf.rb: tests for [Feature #5896].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:44 AM Revision c92d9113 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:40 AM Revision 2b8e9ece (git): merge revision(s) 35595: [Backport #6446]
* include/ruby/win32.h (FD_SET): change function to macro.
To avoid buffer overflow when smaller FD_SETSISE...
naruse (Yui NARUSE)
01:39 AM Revision cb1a7935 (git): merge revision(s) 35766:
* io.c (io_strip_bom): check EOF. [Bug #6487][ruby-core:45203]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche...
naruse (Yui NARUSE)
01:36 AM Revision 046883d2 (git): merge revision(s) 35644:
* parse.y (f_arglist): should reset lexical states after empty
argument list with no parenthesis as well as...
naruse (Yui NARUSE)
12:37 AM Bug #5348 (Closed): test/rubygems/test_gem_indexer.rb leaves temporary directory
This issue was solved with changeset r35777.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby...
nobu (Nobuyoshi Nakada)
12:23 AM Bug #6489: A File instance changes its class to IO
Hello,

2012/5/24 yimutang (Joey Zhou)
> You see, an object(id:80452110) changes its class from File to IO.
...
mame (Yusuke Endoh)

05/24/2012

11:51 PM Revision 38f0dd0a (git): * enum.c (enum_count): Enumerable#count no longer uses #size when
counting elements. Patch by Nobuhiro IMAI. [ruby-trunk - Bug #6473]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
drbrain (Eric Hodel)
11:41 PM Bug #6489 (Rejected): A File instance changes its class to IO
OK. nobu (Nobuyoshi Nakada)
09:28 PM Bug #6489 (Rejected): A File instance changes its class to IO
I don't know whether it is a bug, or a feature.
1.9.3p194 :001 > f = open('xxx','w')
=> #<File:xxx>
1.9.3p194 ...
yimutang (Joey Zhou)
11:36 PM Feature #5896 (Closed): object representation in rb_enc_vsprintf()
This issue was solved with changeset r35776.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby...
nobu (Nobuyoshi Nakada)
08:34 PM Feature #6483: parametric map
FYI https://github.com/raganwald/homoiconic/blob/master/2009-09-22/anaphora.md trans (Thomas Sawyer)
08:32 PM Feature #6483: parametric map
```ruby
p %w[12 45 32].map(&.to_i(9)).map(& * 2)
```
That's pretty neat. I wonder about its implementation, so b...
trans (Thomas Sawyer)
06:49 PM Feature #6483: parametric map
nobu (Nobuyoshi Nakada) wrote:
> I proposed a different approach, symbol with arguments syntax.
>
> ```ruby
> (1...
Eregon (Benoit Daloze)
06:21 PM Feature #6483: parametric map
nobu (Nobuyoshi Nakada) wrote:
> I proposed a different approach, symbol with arguments syntax.
>
> ```ruby
> (1...
prijutme4ty (Ilya Vorontsov)
05:13 PM Feature #6483: parametric map
I proposed a different approach, symbol with arguments syntax.
```ruby
(1..5).map(&:to_s(2)) #=> ['1', '10', '11'...
nobu (Nobuyoshi Nakada)
04:59 PM Feature #6483: parametric map
Also I propose similar approach for `tap` method.
```ruby
class Object
def ptap(*args,&block)
tap &block....
prijutme4ty (Ilya Vorontsov)
08:10 PM Feature #6478: BasicObject#__class__
That was just one example. Here, you can look at this for more cases:
https://github.com/rubyworks/ostruct2/blob...
trans (Thomas Sawyer)
02:56 PM Feature #6478: BasicObject#__class__
=begin
Seems what you want is (({dup})), not (({__class__})).
class Foo < BasicObject
mix ::Kernel, dup: :dup,...
nobu (Nobuyoshi Nakada)
05:37 PM Bug #6488 (Closed): String#slice example has a syntax error
http://www.ruby-doc.org/core-1.9.3/String.html#method-i-slice has a syntax error:
a[%r[aeiou](.)\11//] #=> "e...
amorsen (Benny Lyne Amorsen)
04:15 PM Revision 80aaa3ef (git): sprintf.c: inspect by plus
* sprintf.c (ruby__sfvextra): [EXPERIMENTAL] use inspect instead of
to_s if plus flag is given.
* vsnprintf.c (BSD_...
nobu (Nobuyoshi Nakada)
03:37 PM Revision 8996556b (git): * 2012-05-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:37 PM Revision d176c4ee (git): Bug #5348
* test/rubygems/test_gem_indexer.rb (setup, teardown): save @tempdir
to remove it properly. [Bug #5348]
git-svn-i...
nobu (Nobuyoshi Nakada)
02:36 PM Revision ce8e2d54 (git): Feature #5896
* vsnprintf.c (BSD_vfprintf): [EXPERIMENTAL] object representation in
rb_enc_vsprintf(). [Feature #5896]
git-svn-...
nobu (Nobuyoshi Nakada)
02:01 PM Revision 60e8cd2e (git): vm.c: marshal compatibility
* vm.c (Init_VM): fix marshal compatibility of backtrace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35775 b2...
nobu (Nobuyoshi Nakada)
02:01 PM Revision ab42fe2a (git): vm.c: fix typo
* vm.c (Init_VM): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35774 b2dd03c8-39d4-4d8f-98ff-823fe69b...
nobu (Nobuyoshi Nakada)
02:01 PM Revision e1c652bb (git): vm.c: rb_typeddata_is_kind_of
* vm.c (rb_backtrace_p): use rb_typeddata_is_kind_of().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35773 b2dd...
nobu (Nobuyoshi Nakada)
02:01 PM Revision a4a922e9 (git): vm_eval.c: fix types
* vm_eval.c (rb_backtrace_struct, backtreace_collect): use size_t
instead of int to get rid of overflow.
* vm_eval...
nobu (Nobuyoshi Nakada)
09:51 AM Revision 04a03b34 (git): vm.c: suppress 64-to-32 warnings
* vm.c (backtrace_object): suppress 64-to-32 warnings. should adjust
types.
git-svn-id: svn+ssh://ci.ruby-lang.or...
nobu (Nobuyoshi Nakada)
06:36 AM Revision d5893b91 (git): * vm_method.c (rb_method_defined_by): removed.
nobu pointed out that rb_method_basic_definition_p() is enough
for last commit.
* error.c, eval_error.c: change for...
ko1 (Koichi Sasada)
06:09 AM Revision 3dcebce5 (git): * vm.c: add RubyVM::Backtrace object (btobj).
Backtrace information contains an array consists of location
information for each frames by string.
RubyVM::Backt...
ko1 (Koichi Sasada)
04:05 AM Revision bd5c7507 (git): Fix wrong filename: enc/shift_jis.c -> string.c (r35724).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:07 AM Revision 73f38047 (git): * 2012-05-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:07 AM Revision 3cc5ddca (git): Bug #6487
* io.c (io_strip_bom): check EOF. [Bug #6487][ruby-core:45203]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35...
nobu (Nobuyoshi Nakada)
12:17 AM Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
I'm using MacPorts OpenSSL, version 1.0.1c, May 2012
$ which openssl
/opt/local/bin/openssl
$ openssl version
...
hectormalot (Dennis de Reus)

05/23/2012

10:31 PM Bug #6484 (Rejected): Segmentation fault using thin on Windows 7
This is a duplicate of #6352 luislavena (Luis Lavena)
08:45 PM Bug #6484: Segmentation fault using thin on Windows 7
Please see this issue.
https://github.com/eventmachine/eventmachine/issues/319
You will solve it by commenting ou...
h.shirosaki (Hiroshi Shirosaki)
05:48 PM Bug #6484 (Rejected): Segmentation fault using thin on Windows 7
After cloning the git project git.js from https://github.com/danlucraft/git.js and executing rake demo, I receive a S... Froggy (Christoph Hannebauer)
08:04 PM Revision c427f44f (git): Ignore extconf.rb generated mkmf.log
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
05:46 PM Feature #6483 (Rejected): parametric map
I found very common use-case for map: map with parameters and &:meth syntax. For example:
matrix =[[1,2,3],[4,5,6]]
...
prijutme4ty (Ilya Vorontsov)
04:16 PM Bug #6479 (Assigned): ipaddr.rbの受け付ける書式が、プラットフォームによって異なる
knu (Akinori MUSHA)
02:49 AM Bug #6479 (Closed): ipaddr.rbの受け付ける書式が、プラットフォームによって異なる
# 状況
標準添付ライブラリの ipaddr.rb に於いて、アドレス書式チェック時の厳しさがプラットフォームによって異なるよう感じました。
IPv4で気がついた限りですが、次の2点でWindowsだと常に例外を吐き、Linu...
kachick (Kenichi Kamiya)
02:38 PM Feature #6478: BasicObject#__class__
> "BTW, it's possible with pure-ruby."
That's a rather nasty implementation. Is there no better way than that? I t...
trans (Thomas Sawyer)
02:34 PM Feature #6478: BasicObject#__class__
=begin
To ensure proper functionality when creating new instances from subclasses.
class Foo < BasicObject
...
trans (Thomas Sawyer)
02:17 PM Feature #6478 (Feedback): BasicObject#__class__
=begin
((*Why*)) do you need it?
BTW, it's possible with pure-ruby.
class Foo < BasicObject
include ::Kernel....
nobu (Nobuyoshi Nakada)
12:20 AM Feature #6478 (Assigned): BasicObject#__class__
Okay, thanks. I assign this to matz.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
12:12 AM Feature #6478: BasicObject#__class__
=begin
Sorry, I'll be more specific via example:
class Foo < BasicObject
end
foo = Foo.new
foo.class #=> ...
trans (Thomas Sawyer)
12:03 AM Feature #6478 (Feedback): BasicObject#__class__
I don't understand you.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
01:09 PM Revision 3ba0abdb (git): * lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser of
HTTP Range request. Old one can't parse invalid specs and multiple
specs correctly.
git-svn-id: svn+ssh://ci.ruby-...
naruse (Yui NARUSE)
11:48 AM Feature #6482: Add URI requested to Net::HTTP request and response objects
Forgot patch drbrain (Eric Hodel)
11:48 AM Feature #6482 (Closed): Add URI requested to Net::HTTP request and response objects
=begin
This patch adds the full URI requested to Net::HTTPRequest and Net::HTTPResponse.
The goal of this is to m...
drbrain (Eric Hodel)
10:27 AM Bug #6381: Useful methods like included don't appear in RDoc
"It would be helpful if ruby-doc.org started moving towards adding --all when building documentation."
Easily done...
jamesbritt (James Britt)
08:23 AM Bug #6476: Proc unrolls an array even without splat
(2012/05/23 0:23), mame (Yusuke Endoh) wrote:
> prijutme4ty (Ilya Vorontsov) wrote:
>> > pr_def(*[1,2,3]) # => ...
ko1 (Koichi Sasada)
12:23 AM Bug #6476 (Rejected): Proc unrolls an array even without splat
Hello,
prijutme4ty (Ilya Vorontsov) wrote:
> pr_def(*[1,2,3]) # => [1] + [2,3]
It should be: "1 + [2, 3]"
...
mame (Yusuke Endoh)
07:36 AM Feature #6480: [PATCH] Add HTTP status codes from RFC 6585
Oops, I forgot a comma in my patch. drbrain (Eric Hodel)
05:46 AM Feature #6480: [PATCH] Add HTTP status codes from RFC 6585
Here is an updated patch after #6435 drbrain (Eric Hodel)
05:37 AM Feature #6480 (Closed): [PATCH] Add HTTP status codes from RFC 6585
Hi, Matz and rubyists.
I attach a patch that contains additional HTTP status codes from RFC 6585 -
http://tools....
humbroll (Sangil Jung)
07:13 AM Revision b0dd250d (git): use RB_TYPE_P() instead of comparison of TYPE()
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:50 AM Feature #6481 (Assigned): Add exists? to Pathname GH #126
luislavena (Luis Lavena)
06:48 AM Feature #6481 (Rejected): Add exists? to Pathname GH #126
I've added Paul McMahon's patch from GH #126
https://github.com/ruby/ruby/pull/126
zzak (zzak _)
05:36 AM Feature #6435 (Closed): Break up net/http.rb into individual files
This issue was solved with changeset r35761.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
drbrain (Eric Hodel)
05:15 AM Bug #6454 (Closed): Anonymous classes should delete tmp_classpath on dup
This issue was solved with changeset r35759.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is ...
drbrain (Eric Hodel)
03:23 AM Feature #1122: request for: Object#try
> =begin
> : niquola (nicola ryzhikov) wrote:
>  If this is not very cryptic chain:
>
>    foo?bar(args)?buz
>
...
Anonymous
01:21 AM Revision 87c8c5ed (git): * win32/win32.c (finish_overlapped_socket, overlapped_socket_io):
replace ECONNABORTED to EPIPE in send, sendto and sendmsg to improve
BSD socket compatibility. this change removes...
U.Nakamura

05/22/2012

11:56 PM Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
=begin
: hectormalot (Dennis de Reus) wrote:
Other relevant parts of the setup (based on the discussion above):
*...
nobu (Nobuyoshi Nakada)
07:45 PM Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
@sorah I think this should be re-openend, because I have exactly the same problem in a Rails 3.2.3 application using ... hectormalot (Dennis de Reus)
10:05 PM Feature #6478 (Feedback): BasicObject#__class__
How else is one supposed to get the class of a subclass of BasicObject?
trans (Thomas Sawyer)
08:36 PM Revision 510bbe01 (git): * lib/net/http.rb: Broke up Net::HTTP into individual files.
[ruby-trunk - Feature #6435]
* lib/net/http/backward.rb: ditto.
* lib/net/http/response.rb: ditto.
* lib/net/http/e...
drbrain (Eric Hodel)
08:15 PM Revision 8225fd3d (git): * 2012-05-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:15 PM Revision 1d4e7d92 (git): * class.c (rb_mod_init_copy): Clear the cached inspect string of a
dup'd anonymous module or class. [ruby-trunk - Bug #6454]
* test/ruby/test_module.rb (class TestModule): ditto
gi...
drbrain (Eric Hodel)
05:57 PM Bug #6477 (Rejected): BigDecimal to_i and to_int methods
=begin
They are not specific to (({BigDecimal})).
(({to_i})) is for explicit conversion, called by users.
(({to_int}...
nobu (Nobuyoshi Nakada)
05:48 PM Bug #6477 (Rejected): BigDecimal to_i and to_int methods
Hello,
Why are there two methods, to_i and to_int, in BigDecimal when they are exactly same in terms of functional...
andhapp (Anuj Dutta)
05:38 PM Bug #6476 (Rejected): Proc unrolls an array even without splat
Normal behaviour:
def pr_def(recv,*args)
puts "#{recv.inspect} + #{args.inspect}"
end
pr_def(*[1,2,3]) # => ...
prijutme4ty (Ilya Vorontsov)
01:20 PM Revision cb61ea5e (git): remove trailing spaces
* vm_core.h (rb_iseq_struct): remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35758 b2dd03...
nobu (Nobuyoshi Nakada)
12:35 PM Revision 3cbf88d8 (git): rescue EPIPE raised from conn.print because of client's timeout
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:13 AM Bug #6454: Anonymous classes should delete tmp_classpath on dup
Commit the patch.
Matz.
matz (Yukihiro Matsumoto)
12:53 AM Bug #6454: Anonymous classes should delete tmp_classpath on dup
On Mon, May 21, 2012 at 08:20:48PM +0900, mame (Yusuke Endoh) wrote:
>
> Issue #6454 has been updated by mame (Yu...
Anonymous
08:31 AM Revision 8bcf7fc4 (git): * vm_core.h: add a data type rb_location_t to store iseq location
information.
rb_location_t#filename, filepath, name and line_no was moved from
rb_iseq_t. rb_location_t#basename...
ko1 (Koichi Sasada)
04:05 AM Feature #6470: Make attr_accessor return the list of generated method
I want to access my private fields also via methods instead of directly via instance variables so refactoring in futu... rupert (Robert Pankowecki)
03:21 AM Bug #6381: Useful methods like included don't appear in RDoc
=begin
For documentation in ruby, (({:nodoc:})) is used to indicate implementation details and (({private})) is used...
drbrain (Eric Hodel)
02:10 AM Bug #6381: Useful methods like included don't appear in RDoc
Actually, I can't understand why anyone would want to hide private methods. As long as they are clearly marked privat... trans (Thomas Sawyer)
01:39 AM Bug #6381: Useful methods like included don't appear in RDoc
=begin
I'm the one running ruby-doc.org. I think there is some misunderstanding here.
The issues isn't that using t...
jamesbritt (James Britt)
02:09 AM Revision ac3be749 (git): merge revision(s) 27939,29703,29704,30164:
* ruby.c (ruby_init_loadpath_safe): use real path for non-shared
build.
* configure.in (LIBRUBY_REL...
nobu (Nobuyoshi Nakada)
12:47 AM Feature #6218 (Closed): struct.cのrb_struct_s_members_m()について
This issue was solved with changeset r35753.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is...
mame (Yusuke Endoh)
12:11 AM Feature #6218: struct.cのrb_struct_s_members_m()について
Glass_saga さんのコミッタ化にはもうちょっと時間がかかりそうみたいなので、
とりあえず私がやっちゃいます。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
12:10 AM Feature #6082 (Rejected): io_binwrite()内でwritev()を使う
あまり意義がなさそうとのことなので、とりあえず閉じます。
同期モードで高速化してほしいユースケースはあるとか、その他何か意見があったら
reopen してください。
--
Yusuke Endoh <[email protected]...
mame (Yusuke Endoh)

05/21/2012

10:33 PM Bug #6432 (Assigned): Segmentation fault after "linking miniruby"
Hello, sorah-kun
Can you reproduce this issue?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:08 PM Feature #6452: Allow extend to override class methods
Yeah, sorry I should have thought about this before.
You're right, for normal usage the current behavior is more u...
rosenfeld (Rodrigo Rosenfeld Rosas)
08:11 PM Feature #6452: Allow extend to override class methods
Hello,
2012/5/19 rosenfeld (Rodrigo Rosenfeld Rosas) <[email protected]>:
> Would you mind to explain why the cu...
mame (Yusuke Endoh)
08:59 PM Feature #6445 (Assigned): request for default length/position on string index
Hello,
I created a patch that add a syntactic sugar from (arg..) to (arg..-1).
ary = [1, 2, 3, 4]
p ary[2....
mame (Yusuke Endoh)
08:34 PM Feature #6470 (Assigned): Make attr_accessor return the list of generated method
This duplicates #6198.
BTW, why don't you use instance variables directly? That is:
```ruby
class Something
...
mame (Yusuke Endoh)
08:20 PM Bug #6454 (Assigned): Anonymous classes should delete tmp_classpath on dup
Aaron, you'd better think we are really lazy :-)
It would be good not only to attach a demonstration patch but also
...
mame (Yusuke Endoh)
08:11 PM Bug #6453: parallel build issue
This might be an issue of our build infrastructure (NFS). Sorry for the noise. vo.x (Vit Ondruch)
08:43 AM Bug #6453 (Rejected): parallel build issue
As we repeatedly told you, PPC on RHEL is not supported platform. We just don't care if a ticket don't have a patch. ... kosaki (Motohiro KOSAKI)
07:24 PM Bug #6456 (Assigned): [readline] Readline.point when history edited
mame (Yusuke Endoh)
07:24 PM Bug #6455 (Assigned): IRB.conf[:RC_NAME_GENERATOR] と IRB.conf[:SAVE_HISTORY] を同時に設定すると irb が起動できないのを修正する
mame (Yusuke Endoh)
07:24 PM Bug #6473 (Assigned): Enumerable#count
Hello, drbrain
This is a doc issue of Enumerable#count.
Could you check and import Nobuhiro's patch?
English...
mame (Yusuke Endoh)
03:19 PM Bug #6473: Enumerable#count
最終的に r25603 で size は呼ばなくなったようなので、コメントを修正したパッチを添付します。
改行位置の関係で行数が多いですが、内容は1文目しか変更してません。
no6v (Nobuhiro IMAI)
03:47 PM Revision 9c46e774 (git): * 2012-05-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:47 PM Revision f9217681 (git): * struct.c (rb_struct_members): Refactoring. As Struct#members had
returned an array of String, the old code was needed to convert
Symbols to Strings. But it is almost unnecessary b...
mame (Yusuke Endoh)
02:03 PM Revision 2f6c48e5 (git): OpenSSL 1.0.1 pre-beta disabled TLS v1.2 by default.
http://cvs.openssl.org/chngview?cn=21471
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35752 b2dd03c8-39d4-4d8f-...
naruse (Yui NARUSE)
01:24 PM Revision 915cbd05 (git): merge revision(s) 33944:
* io.c: suppress unused-value warnings. fixup of r33937.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
nobu (Nobuyoshi Nakada)
12:56 PM Revision f6fb038d (git): * lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nil
because transfercmd may fail and return nil.
* lib/net/ftp.rb (Net::FTP#retrlines): ditto.
git-svn-id: svn+ssh://ci...
naruse (Yui NARUSE)
09:09 AM Bug #6474 (Closed): Substitution bug in String # gsub
As Mike said backslashes are escaped in double-quoted strings. shyouhei (Shyouhei Urabe)
08:48 AM Revision acb10b8c (git): Rescue exception from writing to a socket.
conn.print may raise EPIPE because ftp.retrbinary closes the connection
because of read_timeout. but the exact result...
naruse (Yui NARUSE)
07:36 AM Revision e7ce7713 (git): lib/test/unit.rb: not override job_status option
* lib/test/unit.rb (Test::Unit::Runner#_prepare_run): not override
job_status option if no tty.
git-svn-id: svn+ss...
nobu (Nobuyoshi Nakada)
07:35 AM Revision c869f69c (git): * 2012-05-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@35747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:35 AM Revision b0901e0f (git): * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a
module before calling rb_class2name().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@35746 b2dd0...
Akinori MUSHA
07:32 AM Revision 1c816778 (git): * 2012-05-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@35745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:32 AM Revision 5968c595 (git): * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a
module before calling rb_class2name().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@35744 b2dd03c...
Akinori MUSHA
07:29 AM Revision 2c7e082f (git): * 2012-05-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@35743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:28 AM Revision ccb34ee9 (git): * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a
module before calling rb_class2name().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@35742 b2dd...
Akinori MUSHA
07:24 AM Revision 72aa68b0 (git): merge revision(s) 35738:
* ext/syslog/syslog.c (mSyslog_inspect): Use rb_sprintf().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/rub...
Akinori MUSHA
07:24 AM Revision d5ba54a5 (git): merge revision(s) 35737:
* ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a
module before calling rb_class2name().
git-s...
Akinori MUSHA
07:22 AM Bug #6475 (Assigned): Fix decryption example in OpenSSL docs
MartinBosslet (Martin Bosslet)
02:17 AM Bug #6475: Fix decryption example in OpenSSL docs
Attached patch davidbalbert (David Albert)
02:16 AM Bug #6475 (Closed): Fix decryption example in OpenSSL docs
The code example in the "Decryption" section of the OpenSSL docs shows ciphertext being decrypted with the same key u... davidbalbert (David Albert)
07:18 AM Revision 05b26a85 (git): * ext/syslog/syslog.c: Classify constants and macros into several
sub-modules. (Syslog::Priority, Syslog::Level, Syslog::Option
and Syslog::Macros)
git-svn-id: svn+ssh://ci.ruby-la...
Akinori MUSHA
07:18 AM Revision 28fc3689 (git): * ext/syslog/syslog.c (mSyslog_inspect): Use rb_sprintf().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
07:18 AM Revision 1b84082a (git): * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a
module before calling rb_class2name().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35737 b2dd03c8-39d4-4d8f-98...
Akinori MUSHA
07:05 AM Revision 9c14029f (git): lib/test/unit.rb: simple ouput if verbose
* lib/test/unit.rb (Test::Unit::Runner#_prepare_run): use simple
output if verbose mode and no job-status option gi...
nobu (Nobuyoshi Nakada)
03:45 AM Revision 51a929c6 (git): * .travis.yml (install): It seems tcl/tk is skipped in Travis
CI. Trying to fix the situation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35735 b2dd03c8-39d4-4d8f-98ff-82...
shyouhei (Shyouhei Urabe)
03:11 AM Revision fb2e6803 (git): enc: fix dependencies
* enc/depend (ENCOBJS): add dependencies.
* enc/make_encmake.rb (target_encodings): extract dependencies.
git-svn-id...
nobu (Nobuyoshi Nakada)
02:27 AM Revision 52f0c678 (git): * lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)

05/20/2012

10:53 PM Bug #6474: Substitution bug in String # gsub
Maybe you are bing confused by the way irb displays results as double quoted strings. If you explicitly use puts:
...
mikestok (Mike Stok)
10:19 PM Bug #6474 (Closed): Substitution bug in String # gsub
Hi,
I need to replace all occurences of & with \& in a String (generating LaTeX input).
However, gsub has a ...
hadmut (Hadmut Danisch)
10:32 PM Bug #6450 (Closed): Shift JIS で String#tr の範囲指定がおかしい
This issue was solved with changeset r35724.
5, thank you for reporting this issue.
Your contribution to Ruby is grea...
naruse (Yui NARUSE)
09:56 PM Revision d795f2d1 (git): Shutdown gracefully.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:04 PM Feature #6472 (Third Party's Issue): Multiline mode in regexp by default
Not a bug at least. Regexps are working as expected.
Ruby won't prevent you shooting your foot.
shyouhei (Shyouhei Urabe)
06:19 PM Feature #6472: Multiline mode in regexp by default
In Ruby there is no multiline flag, regexps in Ruby are always in multiline mode. See http://advogato.org/person/fxn/... fxn (Xavier Noria)
05:33 PM Feature #6472 (Third Party's Issue): Multiline mode in regexp by default
When using regexp there can be a vulnerability:
http://homakov.blogspot.com/2012/05/saferweb-injects-in-various-ru...
Sega100500 (Сергей Е)
06:36 PM Bug #6473 (Closed): Enumerable#count
=begin
Enumerable#count には、
Returns the number of items in <i>enum</i> if it responds to a #size call,
otherwi...
no6v (Nobuhiro IMAI)
04:16 PM Feature #6470: Make attr_accessor return the list of generated method
Yes, they are public.
If I understood them correctly, they are the same as this in pure ruby code:
```ruby
att...
shevegen (Robert A. Heiler)
01:54 PM Feature #6470: Make attr_accessor return the list of generated method
Aren't accessors public by definition? If you want them to be private use attr.
henry.maddocks (Henry Maddocks)
08:29 AM Feature #6470 (Closed): Make attr_accessor return the list of generated method
attr_accesor currently returns nil. It would be more helpful if it return list of generated methods so that it can be... rupert (Robert Pankowecki)
04:13 PM Feature #6444: alias for String#index
#find already exists in Enumerable. I don't think it is a good choice.
#pos is not really a proper english word. You...
shevegen (Robert A. Heiler)
03:58 PM Revision 03570f80 (git): ext/extmk.rb: workaround for -framework option
* ext/extmk.rb (extmake): assume non-option words are arguments.
workaround for -framework option.
git-svn-id: svn...
nobu (Nobuyoshi Nakada)
03:58 PM Revision f244f525 (git): * 2012-05-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:58 PM Revision 78990343 (git): lib/test/unit.rb: not overwrite options itself
* lib/test/unit.rb (Test::Unit::Runner#_prepare_run): not overwrite
options itself.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
02:18 PM Revision 3f6ec3dd (git): * ChangeLog: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
02:00 PM Revision e95d6903 (git): ext/extmk.rb: reopen stdout
* ext/extmk.rb (extmake): reopen $stdout to NULL, since setting
$stdout cannot affect child processes.
git-svn-id:...
nobu (Nobuyoshi Nakada)
02:00 PM Revision 2dc01a5f (git): ext/extmk.rb: Shellwords.join
* ext/extmk.rb (system): use Shellwords.join.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35726 b2dd03c8-39d4-...
nobu (Nobuyoshi Nakada)
02:00 PM Revision ea0c3a88 (git): ruby.c: fixed typo
* ruby.c (Init_enc): fixed typo. defined in dmyext.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35725 b2dd03...
nobu (Nobuyoshi Nakada)
01:32 PM Revision 2053b5f4 (git): * enc/shift_jis.c (code_to_mbclen): return
ONIGERR_INVALID_CODE_POINT_VALUE if the code is invalid.
* enc/shift_jis.c (tr_next): increment character until the ...
naruse (Yui NARUSE)
12:25 PM Bug #6462 (Closed): Broken build under MinGW due undefined references
This issue was solved with changeset r35722.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
06:03 AM Bug #6462: Broken build under MinGW due undefined references
=begin
The issue seems to be caused by the override of SOLIBS when --enable-shared is used to build Ruby:
https...
luislavena (Luis Lavena)
04:37 AM Bug #6462: Broken build under MinGW due undefined references
=begin
After git bisect was done, I can confirm that r35709 (SHA1 0e60b2c6a3c5152fc4ff06054a4ae79edadf9276) introduc...
luislavena (Luis Lavena)
12:50 AM Bug #6462 (Closed): Broken build under MinGW due undefined references
Attempt to compile latest trunk (r35721) result in the following errors:... luislavena (Luis Lavena)
07:58 AM Bug #4387 (Feedback): test_socket_connect_nonblock(TestSocketAddrinfo) がまれに失敗する
[ruby-list:38139] にもスレがありますね。
まとめると、
1. connect_nonblock を呼ぶ
2.1. ECONNREFUSED が返る (localhost など結果が瞬間的に返る場合)
2....
naruse (Yui NARUSE)
05:29 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
On Thu, May 17, 2012 at 12:10:56AM +0900, mame (Yusuke Endoh) wrote:
>
> Issue #6408 has been updated by mame (Yu...
Anonymous
03:25 AM Revision 44faaf11 (git): * 2012-05-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:25 AM Revision a906a9d9 (git): Bug #6462: EXTSOLIBS
* Makefile.in (LIBRUBY_SO): link EXTSOLIBS too.
* ext/extmk.rb (mf.macro): use EXTSOLIBS instead of SOLIBS to get rid...
nobu (Nobuyoshi Nakada)

05/19/2012

10:54 PM Feature #6435: Break up net/http.rb into individual files
I agree naruse (Yui NARUSE)
05:06 PM Bug #6460 (Closed): `unexpected return' occurs when a proc is called in ensure
=begin
辻本です。
Bug #2729, #5234 の続きのような話になりますが
以下のコードでunexpected returnとなります。
class C
def each
begin...
ktsj (Kazuki Tsujimoto)
11:22 AM Bug #6456 (Third Party's Issue): [readline] Readline.point when history edited
=begin
以下のように、履歴をたどって編集した時に Readline.point の値がおかしくなるようです。
require "readline"

RUBY_DESCRIPTION # => "ruby 2...
no6v (Nobuhiro IMAI)
10:23 AM Bug #6455 (Closed): IRB.conf[:RC_NAME_GENERATOR] と IRB.conf[:SAVE_HISTORY] を同時に設定すると irb が起動できないのを修正する
るりまを書いている最中に気づいたのですが、IRB.conf[:RC_NAME_GENERATOR] と IRB.conf[:SAVE_HISTORY] を同時に設定すると irb の起動時にヒストリファイルの読み込みで例外が発生して ... sho-h (Sho Hashimoto)
10:13 AM Revision 9373d915 (git): suppress unused-but-set-variable warnings
* ext/curses/curses.c (window_cury, window_curx, window_maxy)
(window_maxx, window_begy, window_begx): suppress
u...
nobu (Nobuyoshi Nakada)
10:04 AM Revision 15bf3182 (git): static-linked-ext: all linked ruby
* ext/extmk.rb (command_output): ENCOBJS is needed for all linked
ruby, if --disable-shared and --with-static-linke...
nobu (Nobuyoshi Nakada)
08:56 AM Bug #6454: Anonymous classes should delete tmp_classpath on dup
This patch fixes the name of dup'd anonymous classes (and modules). drbrain (Eric Hodel)
07:19 AM Bug #6454 (Closed): Anonymous classes should delete tmp_classpath on dup
When an anonymous class is duped, it should delete tmp_classpath from the iv table so that subsequent calls to `inspe... tenderlovemaking (Aaron Patterson)
08:37 AM Feature #6452: Allow extend to override class methods
I'm not sure if prepend would have the same effect. I was expecting to call "super" in B and it would call A.a.
Do...
rosenfeld (Rodrigo Rosenfeld Rosas)
08:31 AM Feature #6452 (Assigned): Allow extend to override class methods
Hello,
rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> Would this change be possible for 3.0?
Why don't you add a...
mame (Yusuke Endoh)
01:58 AM Feature #6452 (Assigned): Allow extend to override class methods
```
module A
def self.a
'a1'
end
end
module B
def a
'a2'
end
def b
'b'
end
e...
rosenfeld (Rodrigo Rosenfeld Rosas)
08:30 AM Bug #6449: new does not call allocate, as advertized
PS if you need something, tell us _why_ you need something.
In this case we prohibit (re)defining allocator beacuse ...
shyouhei (Shyouhei Urabe)
08:24 AM Bug #6449 (Rejected): new does not call allocate, as advertized
Yes it does. What's not permitted is to define your allocate method. It is for C extensions only. shyouhei (Shyouhei Urabe)
08:12 AM Bug #6451 (Closed): Random crash when using Qt
shyouhei (Shyouhei Urabe)
03:59 AM Bug #6451: Random crash when using Qt
Fixed it, please close it. Just made my app class be derived from Qt::MainWindow BlasterBlade (Nazar Mishturak)
01:43 AM Bug #6451: Random crash when using Qt
By the way I am using Fedora 17 and i installed ruby-qt version 4.8.3-1.fc17 from repository. BlasterBlade (Nazar Mishturak)
01:38 AM Bug #6451 (Closed): Random crash when using Qt
I am making a Bing Translator API Client using Ruby/Qt4. I have written some code already, but what i get is abort wh... BlasterBlade (Nazar Mishturak)
06:50 AM Bug #6405 (Closed): Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
I obviously ran the tests, as stated in my commit:
Imported minitest 3.0.0 (r7435) w/ fixes for rubygems. 1095...
zenspider (Ryan Davis)
06:02 AM Revision e9900867 (git): static-linked-ext: no ext/libext.a
* configure.in: no ext/libext.a, an archive library cannot be made
from other archive libraries.
git-svn-id: svn+s...
nobu (Nobuyoshi Nakada)
05:57 AM Revision a99bf256 (git): static-linked-ext: into libruby
* ext/extmk.rb (command_output): dmyext is needed as DLDOBJS if no
static lined extensions.
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
05:42 AM Revision 5d43f34a (git): merge revision(s) 35451:
* test/drb/drbtest.rb ({DRbCore,DRbAry}#teardown}: cannot pass SIGTERM
to another process on Windows, so us...
naruse (Yui NARUSE)
05:42 AM Revision e050fc1b (git): merge revision(s) 35434:
* lib/drb/ssl.rb: generate 1024 bits RSA key instead of 512 bits.
OpenSSL 1.0.1 rejects 512 bits RSA key fo...
naruse (Yui NARUSE)
05:42 AM Revision ca27aa83 (git): merge revision(s) 35433:
* test/drb/drbtest.rb: rescue Errno::ESRCH for Process.kill.
[ruby-dev:45551] reported by NARUSE, Yui.
gi...
naruse (Yui NARUSE)
05:41 AM Revision 28db2377 (git): merge revision(s) 35424:
* lib/drb/extservm.rb (DRb::ExtServManager): don't use /bin/sh to
invoke service subprocess. mark detach t...
naruse (Yui NARUSE)
05:40 AM Revision 336c45ea (git): merge revision(s) 35422:
* lib/drb/ssl.rb: close accepted TCP socket if SSL accept is failed.
[ruby-dev:45541]
git-svn-id: svn+ssh...
naruse (Yui NARUSE)
05:40 AM Revision 0ac2587d (git): merge revision(s) 33611:
* lib/webrick/utils.rb: fix fcntl call.
* lib/drb/unix.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
naruse (Yui NARUSE)
05:27 AM Bug #6344 (Feedback): 1.9.3 p125, p194 ruby causes SEGV with test_massign.rb on ppc/ppc64
If anyone send me a feedback of ppc test result, I'll backport this. kosaki (Motohiro KOSAKI)
04:59 AM Bug #6453 (Rejected): parallel build issue
Hello,
During build of Ruby for PPC64 RHEL, the build failed. I have never met such build issue before, neither I ...
vo.x (Vit Ondruch)
03:44 AM Revision 08b15235 (git): no K&R style
* enc/encinit.c.erb (Init_enc): no K&R style anymore.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35711 b2dd03...
nobu (Nobuyoshi Nakada)
03:36 AM Revision e546f716 (git): no K&R style
* dmyext.c (Init_enc): no K&R style anymore.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35710 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)
02:37 AM Revision 0e60b2c6 (git): static-linked-ext: into libruby
* Makefile.in, common.mk (PROGRAM): no extension libraries.
* common.mk (build-ext): pass macros for libruby.so.
* ex...
nobu (Nobuyoshi Nakada)
02:36 AM Revision 1a6b07d7 (git): ext/extmk.rb: fold long macro
* ext/extmk.rb (command_output): fold long macro lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35708 b2d...
nobu (Nobuyoshi Nakada)
02:35 AM Revision 0a6700fe (git): use LIBEXT
* Makefile.in (LIBEXT): add macro.
* configure.in (ENCOBJS, EXTOBJS): use LIBEXT, not hardcoded suffix.
git-svn-id:...
nobu (Nobuyoshi Nakada)
02:34 AM Revision 2278902a (git): fix typo
* Makefile.in (LIBRUBY_A): fix typo. re-applying r35242.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35706 b...
nobu (Nobuyoshi Nakada)
12:44 AM Bug #6450 (Closed): Shift JIS で String#tr の範囲指定がおかしい
=begin
CP932(Windows-31J)は,第二バイトが 0x7F になる文字が存在しない仕組みになっていますが,以下の例のように,String#tr で範囲指定を使うと,そのような文字が存在するかのような動作になります。...
5.5 (5 5)
 

Also available in: Atom