Project

General

Profile

Activity

From 02/05/2011 to 02/11/2011

02/11/2011

11:25 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Additional.

I think your first crashreport, it just crashed at openssl library:
>thread 2 crashed:
(...
sorah (Sorah Fukumori)
11:09 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
No! You are missing my instruction

You ran:
>rvm install 1.9.2 --with-openssl-dir=/usr/local

I po...
sorah (Sorah Fukumori)
09:10 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
I don't think you understand the issue.

Christian-Fazzinis-MacBook-Pro:~ Chris$ rvm install 1.9.2 --with-...
krz (Christian Fazzini)
08:42 PM Bug #4373 (Rejected): http.rb:677: [BUG] Segmentation fault
=begin
I think rvm can build ruby with configure option --with-openssl-dir=/usr.
I don't know how, please google i...
sorah (Sorah Fukumori)
08:24 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Ok, ruby -r twitter -e 'puts Twitter.user("sferik").location' returns "San Francisco". No errors. Does this c...
krz (Christian Fazzini)
07:57 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
On Fri, Feb 11, 2011 at 7:45 PM, Christian Fazzini
<[email protected]> wrote:
> Christian-Fazzinis-MacB...
sorah (Sorah Fukumori)
07:44 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Christian-Fazzinis-MacBook-Pro:~ Chris$ ruby -v
ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0...
krz (Christian Fazzini)
05:58 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
run

export PATH=$HOME/Sites/ruby/bin:$PATH

on your shell and try again

And I think you don't h...
sorah (Sorah Fukumori)
05:34 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Ok Ive gotten it installed in ~/Sites/ruby

How can I test this against Twitter.user("sferik").location i...
krz (Christian Fazzini)
10:49 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
You can continue with this warning.
=end
sorah (Sorah Fukumori)
06:10 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
./configure --prefix=$HOME/Sites/ruby --with-openssl-dir=/usr

At the end of the configuration, it says: co...
krz (Christian Fazzini)
11:03 PM Revision 7dea05dc (git): * test/ruby/test_settracefunc.rb (TestSetTraceFunc): ensure to use
method_added hook defined in Module.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30847 b2dd03c8-39d4-4d8f-98ff...
nobu (Nobuyoshi Nakada)
09:20 PM Bug #4388: open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:43195] Re: [Ruby 1.9-Bug#4388] open-uriで環境変数http_proxyを使うときに認証付きのP...
matz (Yukihiro Matsumoto)
08:40 PM Bug #4388: open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません
=begin
#ruby-ja @ircnetでも出ていましたが、warningを出力しながらも使用するというのはどうでしょうか。
patchも書きました

2011/2/11 Tanaka Akira <[email protected]...
sorah (Sorah Fukumori)
04:02 PM Bug #4388: open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません
=begin
2011年2月11日12:59 あつし よしだ <[email protected]>:
> チケット #4388 が更新されました。 (by あつし よしだ)

> 環境変数にパスワードを入れるかどうか...
akr (Akira Tanaka)
12:59 PM Bug #4388: open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません
=begin
環境変数にパスワードを入れるかどうかは使用者の判断と責任ではないでしょうか。
不適切だと言うのであればユーザー名、パスワードのみを無視するのは挙動としておかしくないですか?
「認証があっても無くてもhttp_p...
yalab (あつし よしだ)
07:47 PM Bug #4389 (Closed): "pointer being freed was not allocated" error after setting instance variable in metaclass for Thread.current
=begin
This issue was solved with changeset r30840.
Delano, thank you for reporting this issue.
Your contribution ...
nobu (Nobuyoshi Nakada)
05:49 PM Bug #4389 (Closed): "pointer being freed was not allocated" error after setting instance variable in metaclass for Thread.current
=begin
To recreate:

class Thread
def metaclass
class << self; self; end;
end
end
...
delano (Delano Mandelbaum)
05:53 PM Feature #4043: グローバル関数current_classの提案
=begin
Module.current に +1

新しいパッチ作りました
=end
metanest (Makoto Kishimoto)
04:04 PM Revision 68ef047b (git): * ruby.c (proc_options): enable rubygems if --gem option is given.
* ruby.c (process_options): load rubygems if it is disabled but
--gem option is given.
git-svn-id: svn+ssh://ci.ru...
nobu (Nobuyoshi Nakada)
03:03 PM Revision 3be7ed03 (git): * 2011-02-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:03 PM Revision f17b4698 (git): * ruby.c (proc_options): add --gem=enabled as an alias of
--enable=gems and --gem=disabled as an alias of --disable=gems.
Gem named "enabled" or "disabled" has already been ...
yugui (Yuki Sonoda)
02:17 PM Revision 69896043 (git): * ext/dl/cfunc.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:54 PM Revision c750f945 (git): * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_scan):
assert_raise does not check exception message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30842 b2dd03c8-39d4...
nobu (Nobuyoshi Nakada)
12:41 PM Revision 9c560af1 (git): * bin/testrb, test/runner.rb, lib/test/unit.rb: improve backward
compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:45 AM Revision 96c078c3 (git): * eval.c (ruby_cleanup): use rb_ary_free to free internal object.
* gc.h (RUBY_FREE_UNLESS_NULL): get rid of double free.
[ruby-core:35192]
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
nobu (Nobuyoshi Nakada)
07:57 AM Revision 18364f54 (git): * test/ruby/test_transcode.rb (test_from_cp50221): fix wrong
assertion and move back.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
05:33 AM Revision 180bf48f (git): * lib/test/unit/assertions.rb (assert_no_match): alias for
backward compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
05:29 AM Revision 12000bc2 (git): * test/ruby: uniquify test names.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:06 AM Revision 4ed23fe8 (git): * ruby.c (add_gems, require_libraries, proc_options): add
--require and --gem options.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30836 b2dd03c8-39d4-4d8f-98ff-823fe69...
nobu (Nobuyoshi Nakada)
03:03 AM Revision 020dc4ba (git): * configure.in (rubygems): add --disable-rubygems option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:39 AM Revision c7f86bb5 (git): * template/fake.rb.in (CROSS_COMPILING): get rid of NameError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:09 AM Bug #4386: encoding: directive does not affect regex expressions
=begin
On Wed, Feb 9, 2011 at 6:47 PM, Usaku NAKAMURA <[email protected]> wrote:
> IMHO, the US-ASCII fallback ...
headius (Charles Nutter)

02/10/2011

10:58 PM Bug #4387: test_socket_connect_nonblock(TestSocketAddrinfo) がまれに失敗する
=begin
Security Essentialをいったん外して実験してみました。再現率が有為に下がったのですが、まだ100回に一回ぐらい同様の現象が起きます。
確率が変わるのはSecurity Essentialが挙動を変え...
kosaki (Motohiro KOSAKI)
09:24 AM Bug #4387: test_socket_connect_nonblock(TestSocketAddrinfo) がまれに失敗する
=begin
これも見たことないですねえ。1割も確率があるなら私も踏んでよさそうなんですが。
Winsockの(あるいはOSの)バージョンによってはなんかタイミングバグがあるとかかしら。

ところで、ふと思ったんですけど...
usa (Usaku NAKAMURA)
05:39 AM Bug #4387: test_socket_connect_nonblock(TestSocketAddrinfo) がまれに失敗する
=begin
WSAConnect()はWSAEALREADYを返すべきタイミングでWSAEINVALを返すことはなさそうだったので、単純にconnectをWSAConnect()に置換してみたのですが、やっぱりWSAEINVALが...
kosaki (Motohiro KOSAKI)
04:57 AM Bug #4387: test_socket_connect_nonblock(TestSocketAddrinfo) がまれに失敗する
=begin
不思議なことに以下の2つはほぼ同等の処理をしているにも関わらず、test_connect_nonblockは失敗しません

test_nonblock.rb: test_connect_nonblock()
...
kosaki (Motohiro KOSAKI)
04:53 AM Bug #4387 (Closed): test_socket_connect_nonblock(TestSocketAddrinfo) がまれに失敗する
=begin
1割ぐらいの確率でtest-allが以下のエラーを吐きます

57) Error:
test_socket_connect_nonblock(TestSocketAddrinfo):
Errno::...
kosaki (Motohiro KOSAKI)
09:24 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
On 10 February 2011 13:04, Christian Fazzini <[email protected]> wrote:
> Issue #4373 has been updated b...
Eregon (Benoit Daloze)
09:04 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Btw, I don't see openssl in /usr or /usr/local/bin

Which openssl, returns /opt/local/bin/openssl (isn't th...
krz (Christian Fazzini)
06:50 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
1) Download ruby192-p136 tarball (you can get url from http://www.ruby-lang.org/ )
2) Extract and `cd` to t...
sorah (Sorah Fukumori)
06:13 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
I am not very familiar with sys admin stuff... could you run down a brief step-by-step procedure on this plea...
krz (Christian Fazzini)
05:20 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
No, no.

Compile ruby on yourself. Don't use any package managers.

just download ruby192-p136 tarbal...
sorah (Sorah Fukumori)
05:11 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Shota, compile ruby = using macports with OSx default openssl you mean?
=end
krz (Christian Fazzini)
05:03 PM Bug #4373 (Feedback): http.rb:677: [BUG] Segmentation fault
=begin
don't use rvm and compile ruby with OSX default openssl
=end
sorah (Sorah Fukumori)
05:00 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Shota, I've restarted the laptop and the issue is back.... With more or less the same error. It was working b...
krz (Christian Fazzini)
05:00 PM Bug #4388: open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません
=begin
2011年2月10日14:15 あつし よしだ <[email protected]>:
> Bug #4388: open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません
...
akr (Akira Tanaka)
02:15 PM Bug #4388 (Rejected): open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません
=begin
内容はタイトルのままです。
パッチを添付しますのでよろしくお願いします。
=end
yalab (あつし よしだ)
02:12 PM Revision 1e96a30c (git): * 2011-02-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:12 PM Revision ac2c1a29 (git): * ext/dl/dl.h: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:54 PM Bug #4378 (Assigned): 1.9.2でClassオブジェクトのcloneの特異メソッドが消える
=begin

=end
yugui (Yuki Sonoda)
09:47 AM Bug #4386 (Feedback): encoding: directive does not affect regex expressions
=begin
IMHO, the US-ASCII fallback of regexp literals is a spec bug of ruby.
The encoding of regexp literals shoul...
usa (Usaku NAKAMURA)
09:06 AM Bug #4386: encoding: directive does not affect regex expressions
=begin
This regexp has US-ASCII-only characters:

> puts /.*/.encoding

This regexp is has UTF-8 characters so i...
drbrain (Eric Hodel)
08:48 AM Bug #4386: encoding: directive does not affect regex expressions
=begin
> US-ASCII only regexps are set to US-ASCII encoding, same as US-ASCII only strings. It's intentional.

I...
dlh (Daniel Harple)
08:15 AM Bug #4386: encoding: directive does not affect regex expressions
=begin
Nobu,

I don't see what you're showing:

C:\Users\Luis\Desktop>ruby -v
ruby 1.9.2p136 (2010-12-25) ...
luislavena (Luis Lavena)
07:28 AM Bug #4386: encoding: directive does not affect regex expressions
=begin
US-ASCII only regexps are set to US-ASCII encoding, same as US-ASCII only strings.
It's intentional.
=end
nobu (Nobuyoshi Nakada)
07:20 AM Bug #4386 (Rejected): encoding: directive does not affect regex expressions
=begin
It does.

$ ruby
# encoding: EUC-JP
puts /\xa1\xa1/.encoding
EUC-JP

$ ruby
# encoding: cp932...
nobu (Nobuyoshi Nakada)
02:17 AM Bug #4386 (Rejected): encoding: directive does not affect regex expressions
=begin
$ cat foo.rb
#!/usr/local/bin/ruby
# encoding: UTF-8

puts /foo.*$/.encoding
$ ruby foo.rb ...
meta (mathew murphy)
06:49 AM Bug #4383: psych fails to parse a symbol in a flow sequence
=begin
On Thu, Feb 10, 2011 at 04:21:05AM +0900, Charles Nutter wrote:
> Issue #4383 has been updated by Charles Nu...
tenderlovemaking (Aaron Patterson)
04:21 AM Bug #4383: psych fails to parse a symbol in a flow sequence
=begin
JRuby, using a different library SnakeYAML (itself a port of libyaml) exhibits the same error:

~/project...
headius (Charles Nutter)
02:13 AM Bug #4340: Encoding of result string for String#gsub is not consistent
=begin
On Wed, Feb 9, 2011 at 10:08, Shota Fukumori (sora_h) <[email protected]> wrote:
> Look here:
> http://redmi...
meta (mathew murphy)
01:08 AM Bug #4340: Encoding of result string for String#gsub is not consistent
=begin
Hi,

On Thu, Feb 10, 2011 at 12:27 AM, mathew <[email protected]> wrote:
> http://redmine.ruby-lang.org/proje...
sorah (Sorah Fukumori)
12:28 AM Bug #4340: Encoding of result string for String#gsub is not consistent
=begin
On Tue, Feb 8, 2011 at 16:27, Eric Hodel <[email protected]> wrote:
> You're asking this on a thread atta...
meta (mathew murphy)

02/09/2011

02:12 PM Revision 2cc02400 (git): * ext/pty/pty.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:35 PM Bug #4044: Regex matching errors when using \W character class and /i option
> The current behavior means that `\W` does not mean `[^A-Za-z0-9_]` in Ruby 1.9 in some cases.
Unicode ignore cas...
naruse (Yui NARUSE)
11:32 AM Bug #4044: Regex matching errors when using \W character class and /i option
Yui NARUSE wrote:
> I think, current behavior is reasonable.

Perhaps there is a misunderstanding? The current be...
towfiq (Mark Towfiq)
09:17 AM Bug #4149: Documentation submission: syslog standard library
=begin
I think you should use label-list instead of bullet list for the constants.

There is also some trailing ...
drbrain (Eric Hodel)
08:45 AM Bug #4149: Documentation submission: syslog standard library
=begin
Attaching an updated patch with information about the format string behavior of log().
=end
meta (mathew murphy)
07:56 AM Bug #4383: psych fails to parse a symbol in a flow sequence
=begin
On Tue, Feb 08, 2011 at 10:07:09PM +0900, Yuki Sonoda wrote:
> Issue #4383 has been updated by Yuki Sonoda.
...
tenderlovemaking (Aaron Patterson)
07:17 AM Bug #4340: Encoding of result string for String#gsub is not consistent
=begin
Hi,

At Wed, 9 Feb 2011 04:41:14 +0900,
mathew wrote in [ruby-core:35154]:
>> Can I ask why regexps are n...
nobu (Nobuyoshi Nakada)
04:41 AM Bug #4340: Encoding of result string for String#gsub is not consistent
=begin
On Fri, Feb 4, 2011 at 10:37, mathew <[email protected]> wrote:
> Can I ask why regexps are not affected by
> ...
meta (mathew murphy)
06:57 AM Bug #4379: [patch] eval(s, b, "(eval)", n) discards location
=begin

=end
quix (James M. Lawrence)
03:12 AM Revision e0258fa0 (git): * array.c: documentation clarification in rotate, rotate!,
index, and rindex. [ruby-core:35144]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30830 b2dd03c8-39d4-4d8f-98...
kosaki (Motohiro KOSAKI)
12:47 AM Revision acda9a68 (git): * test/rdoc/test_rdoc_encoding.rb: remove unnecessary (and wrong)
platform-dependent hacks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura

02/08/2011

11:33 PM Revision cf679526 (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:07 PM Bug #4383: psych fails to parse a symbol in a flow sequence
=begin
According to YAML 1.1 spec. http://yaml.org/spec/1.1, any flow node can occur as an element of a flow sequen...
yugui (Yuki Sonoda)
04:48 PM Bug #4383: psych fails to parse a symbol in a flow sequence
=begin
I wonder if this is not a valid YAML, should we allow it?
According to http://yaml-online-parser.appspot.co...
godfat (Lin Jen-Shin)
03:43 PM Bug #4383 (Third Party's Issue): psych fails to parse a symbol in a flow sequence
=begin
% ruby-trunk -rsyck -ryaml -ve 'p YAML.load("order: [ :year, :month, :day ]")'
ruby 1.9.3dev (2011-02-08 t...
yugui (Yuki Sonoda)
07:30 PM Bug #4384: Typo in configure.in
=begin
> diff --git a/configure.in b/configure.in
> index 0cf6536..2d436fc 100644
> --- a/configure.in
> +++ b/co...
kosaki (Motohiro KOSAKI)
07:27 PM Bug #4384 (Closed): Typo in configure.in
=begin
This issue was solved with changeset r30824.
Benoit, thank you for reporting this issue.
Your contribution ...
kosaki (Motohiro KOSAKI)
06:04 PM Bug #4384 (Closed): Typo in configure.in
=begin
diff --git a/configure.in b/configure.in
index 0cf6536..2d436fc 100644
--- a/configure.in
+++ b/configu...
Eregon (Benoit Daloze)
06:52 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Thanks for the assistance Shota
=end
krz (Christian Fazzini)
06:50 PM Bug #4381 (Assigned): Encoding of result is not consistent for String#[]=
=begin

=end
naruse (Yui NARUSE)
05:11 AM Bug #4381 (Closed): Encoding of result is not consistent for String#[]=
=begin
The encoding may be changed to a compatible encoding by rb_enc_check().

If this is a feature the documen...
drbrain (Eric Hodel)
06:50 PM Bug #4380 (Assigned): Encoding of result string for String#gsub! is not consistent for BINARY
=begin

=end
naruse (Yui NARUSE)
04:51 AM Bug #4380: Encoding of result string for String#gsub! is not consistent for BINARY
=begin

=end
drbrain (Eric Hodel)
04:50 AM Bug #4380: Encoding of result string for String#gsub! is not consistent for BINARY
=begin

=end
drbrain (Eric Hodel)
04:50 AM Bug #4380 (Closed): Encoding of result string for String#gsub! is not consistent for BINARY
=begin
When String#gsub! is called on a string in BINARY encoding the encoding may be changed to the replacement enc...
drbrain (Eric Hodel)
03:47 PM Revision 1e4bc19a (git): * 2011-02-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:47 PM Revision 08a4d1af (git): * ext/etc/etc.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:38 AM Revision 787686ff (git): * misc/ruby-mode.el (ruby-expr-beg): fix for invalid nest errors.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:26 AM Revision 0042bbc1 (git): * configure.in (AC_MSG_CHECKING): fixed typo. the patch is
created by Benoit Daloze. Thanks a lot. [Bug #4384][ruby-core:35148]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
kosaki (Motohiro KOSAKI)
07:04 AM Revision 0559227e (git): * io.c (rb_io_s_sysopen): use NUM2MODET() instead NUM2UINT().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
07:01 AM Revision 411e4a6c (git): * process.c (rb_run_exec_options_err): use MODET2NUM() instead LONG2NUM().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
05:27 AM Bug #4382 (Closed): Encoding of result string for String#gsub! is not consistent for BINARY
=begin
When String#sub! is called on a string in BINARY encoding the encoding may be changed to the replacement enco...
drbrain (Eric Hodel)
05:23 AM Bug #4379: [patch] eval(s, b, "(eval)", n) discards location
=begin

=end
quix (James M. Lawrence)
03:19 AM Bug #4379 (Closed): [patch] eval(s, b, "(eval)", n) discards location
=begin
% ruby -e 'p eval("raise", nil, "(eval)", 999)'
-e:1:in `eval': (eval):999:in `<main>': (RuntimeError)
...
quix (James M. Lawrence)
05:03 AM Revision a9c7af3b (git): * configure.in: revert r30725. Now we have proper runtime fallback.
Therefore, no need compile time disabling. (see r30762).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30821 b...
kosaki (Motohiro KOSAKI)
04:30 AM Feature #4347: Tracing cannot be re-enabled after callcc [patch]
=begin

=end
quix (James M. Lawrence)
03:22 AM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
Yusuke Endoh:
> However, it might be considered a bug for `Kernel#eval` to ignore
> an explicitly specified `"(eval...
quix (James M. Lawrence)
01:38 AM Bug #4255: When on a case-insensitive filesystem, "loaded features" search in require should ignore case
=begin
So is there going to be any more work on this issue? We still have http://jira.codehaus.org/browse/JRUBY-5320...
headius (Charles Nutter)

02/07/2011

10:47 PM Feature #4351 (Closed): Server Name Indication (SNI) for net/http
=begin
This issue was solved with changeset r30816.
Akira, thank you for reporting this issue.
Your contribution t...
akr (Akira Tanaka)
10:12 PM Bug #4378 (Closed): 1.9.2でClassオブジェクトのcloneの特異メソッドが消える
=begin
以下のスクリプトで再現します。
1.9.2およびtruncで再現しますが、1.9.1や1.8.7では再現しません。

foo = Class.new
def foo.foo() end
bar =...
r00101173 (yasuo tone)
09:26 PM Bug #4373 (Rejected): http.rb:677: [BUG] Segmentation fault
=begin
you can install postgresql + openssl with macport because ruby won't use macport's openssl.
=end
sorah (Sorah Fukumori)
08:07 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Shota, this is what I did:

Removed packages from macports via:
sudo port uninstall postgresql83-server
s...
krz (Christian Fazzini)
06:38 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Should postgresql83 install with OSX default openssl too? Or just ruby?
=end
krz (Christian Fazzini)
06:06 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
>How do you suggest I build ruby again? I am currently using ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_...
sorah (Sorah Fukumori)
05:18 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
How do you suggest I build ruby again? I am currently using ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_6...
krz (Christian Fazzini)
11:02 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Could you build again the ruby without OpenSSL of macports?

you can disable macports OpenSSL by this com...
sorah (Sorah Fukumori)
02:43 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Openssl is already installed via macports. Actually, the replication is quite simple. I have come up with a n...
krz (Christian Fazzini)
04:08 PM Bug #4376 (Closed): rdoc can't handle correctly the return value when the file has invalid character
=begin
Fixed by import RDoc 3.5.3, 30815.

I have found further inconsistencies in the result encoding for some ...
drbrain (Eric Hodel)
02:30 PM Bug #4376: rdoc can't handle correctly the return value when the file has invalid character
=begin
I have a fix for this bug, but it has uncovered a second bug.

I am still investigating.
=end
drbrain (Eric Hodel)
01:11 PM Bug #4376 (Closed): rdoc can't handle correctly the return value when the file has invalid character
=begin
From r30806 to r30813, make rdoc raises error on LANG=C environment like:
http://59.106.172.211/~chkbuild...
naruse (Yui NARUSE)
04:01 PM Revision 012e60f6 (git): * process.c (proc_setgroups): add GC guard to prevent intermediate
variable from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nagachika (Tomoyuki Chikanaga)
03:56 PM Revision 5f3e191f (git): * misc/ruby-mode.el (ruby-expr-beg, ruby-in-here-doc-p): tell
singleton class definitions from here documents.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30819 b2dd03c8-3...
nobu (Nobuyoshi Nakada)
03:53 PM Revision 360e0b93 (git): * misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial): keyword
followed by colon is label.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30818 b2dd03c8-39d4-4d8f-98ff-823fe69...
nobu (Nobuyoshi Nakada)
02:01 PM Revision b50d85eb (git): * lib/benchmark.rb (Benchmark#bmbm): use ensure clause instead of
Object#tap to restore STDOUT.sync.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30817 b2dd03c8-39d4-4d8f-98ff-8...
nagachika (Tomoyuki Chikanaga)
01:37 PM Revision afe7aac4 (git): * lib/net/http.rb (Net::HTTP#connect): support SNI (Server Name
Indication) for HTTPS. [ruby-dev:43164]
http://stackoverflow.com/questions/4685736/openssl-server-name-indication-...
akr (Akira Tanaka)
10:40 AM Bug #4375 (Closed): "undefined method `coerce' for nil:NilClass" for "Date.new === nil"
=begin
When I run irb, and write "require 'date'; Date.new === nil" then I get error:
undefined method `coerce' f...
netizer (Krzysiek H)
08:25 AM Bug #4355: Segmentation Fault
=begin
I had set a breakpoint in code executed very early.

I took that breakpoint out and re-started the applic...
bobgus (Bob Gustafson)
08:03 AM Bug #4355: Segmentation Fault
=begin
It crashed again - I was about to start a debugging session on code that I hadn't debugged before. I am runni...
bobgus (Bob Gustafson)
07:07 AM Revision 60f2c9cf (git): Upgrade to RDoc 3.5.3. Fixes [Bug #4376]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
04:46 AM Bug #4374: [ext/openssl] ASN1.decode wrong for infinite length values
=begin
I verified that with the current code it's not possible to construct a Constructive
instance without taggi...
MartinBosslet (Martin Bosslet)
02:52 AM Bug #4374 (Closed): [ext/openssl] ASN1.decode wrong for infinite length values
=begin
Hi all,

ASN.1 decoding behaves incorrectly for DER encodings with infinite length values. Two examples:...
MartinBosslet (Martin Bosslet)
04:27 AM Revision ca9f7009 (git): TestProcess#test_wait_and_sigchild randomly fails on FreeBSD
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:48 AM Revision dda0d61e (git): * common.mk (rdoc): add --encoding=UTF-8; ruby's rdoc must be UTF-8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:32 AM Feature #4197: Improvement of the benchmark library
=begin
Hi,
On 6 February 2011 03:07, Nobuyoshi Nakada wrote:
> Hi,
>
> A library should not leave such globa...
Eregon (Benoit Daloze)
01:23 AM Revision ef6734aa (git): * 2011-02-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:23 AM Revision 55ea57af (git): * test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):
there is no easy way to create owner unreadable file on Windows.
So, skip the test.
git-svn-id: svn+ssh://ci.ruby...
U.Nakamura

02/06/2011

11:36 PM Feature #4197: Improvement of the benchmark library
=begin
> Hi,
>
> Well, Nakada-san already said almost all my points.
>
>>Anyway, I am going to propose to move t...
kosaki (Motohiro KOSAKI)
11:19 PM Feature #4197: Improvement of the benchmark library
=begin
Hi,

Well, Nakada-san already said almost all my points.

>Anyway, I am going to propose to move that...
nagachika (Tomoyuki Chikanaga)
11:07 AM Feature #4197: Improvement of the benchmark library
=begin
Hi,

At Sun, 6 Feb 2011 03:38:48 +0900,
Benoit Daloze wrote in [ruby-core:35103]:
> (If it is an Interrup...
nobu (Nobuyoshi Nakada)
03:38 AM Feature #4197: Improvement of the benchmark library
=begin
Hi,
On 5 February 2011 16:08, Tomoyuki Chikanaga wrote:
> Hi,
> In Benchmark#bmbm, I think it's better ...
Eregon (Benoit Daloze)
12:08 AM Feature #4197: Improvement of the benchmark library
=begin
Hi,
In Benchmark#bmbm, I think it's better to use ensure clause instead of Object#tap to restore STDOUT.syn...
nagachika (Tomoyuki Chikanaga)
07:27 PM Bug #4373 (Feedback): http.rb:677: [BUG] Segmentation fault
=begin
Does your application access to web via HTTP using net/http(s)?

I think need the following things for fi...
sorah (Sorah Fukumori)
06:49 PM Bug #4373 (Open): http.rb:677: [BUG] Segmentation fault
=begin
thanks.
=end
sorah (Sorah Fukumori)
06:35 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
The latest crash log file: ruby_2011-02-05-181943_Christian-Fazzinis-MacBook-Pro.crash

Process: ...
krz (Christian Fazzini)
06:22 PM Bug #4373 (Feedback): http.rb:677: [BUG] Segmentation fault
=begin
Hi,

On darwin/osx, you should have crash logs under ~/Library/Logs/CrashReporter/.
Could you show cras...
sorah (Sorah Fukumori)
05:48 PM Bug #4373 (Third Party's Issue): http.rb:677: [BUG] Segmentation fault
=begin
Where is this error coming from?

The following happens after I start the rails server via "rails s":
...
krz (Christian Fazzini)
03:49 PM Bug #4343: Dir.glob does match files without extension
=begin
mathew,

First of all, let me assure that I'm well aware of engineering trade
offs. I suggested that cons...
javanthropus (Jeremy Bopp)
03:16 PM Bug #4372 (Feedback): Segmentation fault - hpricot
=begin

=end
sorah (Sorah Fukumori)
01:24 PM Bug #4372: Segmentation fault - hpricot
=begin
Hi,

At Sun, 6 Feb 2011 12:39:41 +0900,
Linus Oleander wrote in [ruby-core:35108]:
> ruby -v: ruby 1.9.2p...
nobu (Nobuyoshi Nakada)
12:57 PM Bug #4372: Segmentation fault - hpricot
=begin
It seams like it has something to do with this:
https://github.com/hpricot/hpricot/issues/#issue/33
=end
oleander (Linus Oleander)
12:39 PM Bug #4372 (Rejected): Segmentation fault - hpricot
=begin
Here is the output https://gist.github.com/813091

Here is the rspec code that caused the error.
https...
oleander (Linus Oleander)
03:16 PM Bug #4370 (Rejected): Abort trap in net/http
=begin

=end
sorah (Sorah Fukumori)
02:39 PM Bug #4370: Abort trap in net/http
=begin
Finally found the problem: I installed MySQL from MacPorts, which the mysql2 gem was linking to, causing the ...
electrum (David Phillips)
11:24 AM Bug #4370 (Feedback): Abort trap in net/http
=begin

=end
nobu (Nobuyoshi Nakada)
11:12 AM Bug #4370: Abort trap in net/http
=begin
Hi,

At Sun, 6 Feb 2011 08:19:41 +0900,
David Phillips wrote in [ruby-core:35104]:
> Minimal reproduction...
nobu (Nobuyoshi Nakada)
08:19 AM Bug #4370: Abort trap in net/http
=begin
Minimal reproduction:

rails new foo -d mysql
cd foo
bundle install
rails console

require 'net...
electrum (David Phillips)
12:56 PM Bug #4340 (Closed): Encoding of result string for String#gsub is not consistent
=begin
Fixed by r30806 (with test)
=end
drbrain (Eric Hodel)
11:23 AM Bug #4363: Ruby segfaults when any gem module is required
=begin
Hi,

At Fri, 4 Feb 2011 05:16:32 +0900,
Geoff W. wrote in [ruby-core:35076]:
> ruby -v: ruby 1.9.2p136 (2...
nobu (Nobuyoshi Nakada)
10:59 AM Revision 28937bf8 (git): * thread_pthread.c (register_cached_thread_and_wait): move invalid
storage class function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
05:56 AM Revision 9b68d667 (git): * ext/pty/pty.c (chfunc): suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:38 AM Revision 088474a2 (git): * ext/pty/pty.c (chfunc): suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:48 AM Revision b5f628a8 (git): * ext/json/lib/json/common.rb (JSON::MissingUnicodeSupport.iconv):
should not drop rest of the result. use Iconv.conv instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30807...
nobu (Nobuyoshi Nakada)
03:54 AM Revision edaf78df (git): Ensure result encoding is the same as input encoding for String#gsub. [Bug #4340].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
03:18 AM Revision b1986003 (git): * parse.y (words, qwords): dispatch array events. based on a
patch from Michael Edgar. [Bug #4365].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30805 b2dd03c8-39d4-4d8f-...
nobu (Nobuyoshi Nakada)
03:13 AM Revision 58195557 (git): * test/fileutils/fileasserts.rb (FileAssertions): separate module.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:29 AM Revision 2eb8b115 (git): * 2011-02-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:29 AM Revision adfcc591 (git): * ext/dbm/dbm.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)

02/05/2011

09:57 PM Bug #4364 (Closed): Ripper loses MLHS variables in the presence of an LHS splat
=begin
This issue was solved with changeset r30799.
Michael, thank you for reporting this issue.
Your contribution...
nobu (Nobuyoshi Nakada)
12:53 PM Bug #4364: Ripper loses MLHS variables in the presence of an LHS splat
=begin
Test patch attached. Thanks!
=end
adgar (Michael Edgar)
09:31 AM Bug #4364 (Feedback): Ripper loses MLHS variables in the presence of an LHS splat
=begin
Thank you, it seems fine.
Couldn't you make test case for it too?
=end
nobu (Nobuyoshi Nakada)
04:57 PM Bug #4371 (Closed): assert_blockで ArgumentError が起きます
=begin
This issue was solved with changeset r30796.
Motohiro, thank you for reporting this issue.
Your contributio...
kosaki (Motohiro KOSAKI)
04:27 PM Bug #4371 (Closed): assert_blockで ArgumentError が起きます
=begin
昨日からtrunkで4件エラーが増えました

2) Error:
test_cv_timed_wait(TestCV):
ArgumentError: assertion message must ...
kosaki (Motohiro KOSAKI)
03:44 PM Bug #4370 (Rejected): Abort trap in net/http
=begin
This crash occurred while using the s3 gem in the Rails console. The HTTP request was using SSL.

ruby-1...
electrum (David Phillips)
01:48 PM Revision 0efad539 (git): Surpress warnings: possibly useless use of :: in void context
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:06 PM Revision e66eec92 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
revert r30796. r30797 and r30798 are an alternative fix.
[ruby-dev:43174]
git-svn-id: svn+ssh://ci.ruby-lang.org...
kosaki (Motohiro KOSAKI)
12:47 PM Revision 476ba908 (git): * parse.y (mlhs_basic): include mlhs_post for ripper. a patch
from Michael Edgar at [ruby-core:35078].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30799 b2dd03c8-39d4-4d8f-...
nobu (Nobuyoshi Nakada)
12:22 PM Revision dd9341f0 (git): * lib/test/unit/assertions.rb (assert_block): move from
test/fileutils/fileasserts.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30798 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
11:40 AM Revision 790f43a3 (git): * test/fileutils/fileasserts.rb (assert_block): pass arguments
as-is. [ruby-dev:43174]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:26 AM Bug #4343 (Rejected): Dir.glob does match files without extension
=begin
File.fnmatch?("bla.*", "bla") returns false, so "bla" cannot be
returned by Dir.glob("bla.*").
=end
nobu (Nobuyoshi Nakada)
04:30 AM Bug #4343: Dir.glob does match files without extension
=begin
On Fri, Feb 4, 2011 at 12:11, Jeremy Bopp <[email protected]> wrote:
> On 02/04/2011 10:33 AM, mathew wrote:
...
meta (mathew murphy)
03:12 AM Bug #4343: Dir.glob does match files without extension
=begin
On 02/04/2011 10:33 AM, mathew wrote:
> On Thu, Feb 3, 2011 at 22:29, Jeremy Bopp <[email protected]> wrote:
...
javanthropus (Jeremy Bopp)
01:34 AM Bug #4343: Dir.glob does match files without extension
=begin
On Thu, Feb 3, 2011 at 22:29, Jeremy Bopp <[email protected]> wrote:
> Globs aren't implemented by the OS or t...
meta (mathew murphy)
07:50 AM Revision 49f8799a (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
msg can be passed nil. [Bug #4371] [ruby-dev:43174]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30796 b2dd03...
kosaki (Motohiro KOSAKI)
06:20 AM Revision 8aa89529 (git): Import RDoc 3.5.2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
03:47 AM Bug #4331 (Closed): FileUtils::DryRun.copy_entry makes changes.
=begin
This issue was solved with changeset r30787.
Hanae, thank you for reporting this issue.
Your contribution t...
nobu (Nobuyoshi Nakada)
03:05 AM Revision d8ebf382 (git): * ext/syck/rubyext.c (syck_node_init_copy): SyckNode is not
copiable. [ruby-core:35094]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30794 b2dd03c8-39d4-4d8f-98ff-823fe69...
nobu (Nobuyoshi Nakada)
02:48 AM Revision 74e6dd40 (git): * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptr
NULL.
* ext/openssl/ossl_cipher.c (ossl_cipher_new, ossl_cipher_initialize):
allocate internal structure. [ruby-co...
nobu (Nobuyoshi Nakada)
02:29 AM Revision 1069e5d6 (git): * ext/json/parser/parser.h (GET_PARSER): raise TypeError.
* ext/json/parser/parser.rl (cParser_initialize): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30792 b2d...
nobu (Nobuyoshi Nakada)
02:17 AM Bug #4361 (Closed): SCRIPT_LINES__ mechanism should treat magic-comment.
=begin
This issue was solved with changeset r30784.
Kyosuke, thank you for reporting this issue.
Your contribution...
nobu (Nobuyoshi Nakada)
01:38 AM Bug #4340: Encoding of result string for String#gsub is not consistent
=begin
Can I ask why regexps are not affected by
# encoding: UTF-8
declarations?


mathew
=end
meta (mathew murphy)
01:30 AM Revision 9cc62abc (git): * ext/json/parser/parser.h (GET_PARSER): check if initialized.
[ruby-core:35079]
* ext/json/parser/parser.rl (cParser_initialize): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
nobu (Nobuyoshi Nakada)
01:13 AM Revision bc1e4b4e (git): * ext/json/parser/parser.rl: add local variables for emacs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:09 AM Revision bf794afb (git): * load.c (rb_get_expanded_load_path): always expand load paths.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:38 AM Revision e9cc5184 (git): * transcode.c (encoded_dup): extract.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
 

Also available in: Atom