Project

General

Profile

Activity

From 02/15/2010 to 02/21/2010

02/21/2010

09:27 PM Bug #2769 (Closed): gem install cairo fails
=begin
This issue was solved with changeset r26723.
Yusuke, thank you for reporting this issue.
Your contribution ...
nobu (Nobuyoshi Nakada)
12:16 AM Bug #2769 (Closed): gem install cairo fails
=begin
なかださん
遠藤です。

r26465+r26466 の変更によって gem install cairo をしても cairo.so が
ビルドされなくなり、正常にインストールできなくなりました。

$...
mame (Yusuke Endoh)
08:51 PM Feature #2759: Regexp /g and /G options
=begin
If you want full compatibility to Oniguruma, yes.
Or original Oniguruma seems not maintained now, so you ca...
naruse (Yui NARUSE)
08:10 PM Feature #2759: Regexp /g and /G options
=begin
So the solution is to create a whole new wrapper for Oniguruma?
=end
manveru (Michael Fellinger)
06:47 PM Feature #2759: Regexp /g and /G options
=begin
Ruby 1.9's regexp is from Oniguruma, but is not Oniguruma.
It is fork one and is not intended to support co...
naruse (Yui NARUSE)
07:21 PM Bug #2729: `unexpected break' occurs when a proc is called in ensure
=begin
This patch prevent the exception.
I know it's not a fundamental solution, but I hope it will help for findi...
wanabe (_ wanabe)
04:28 PM Bug #2745: iseq_set_sequence: adjust bug (next inside begin...rescue)
=begin
The bug doesn't occur with attached patch.
=end
wanabe (_ wanabe)
06:16 AM Feature #2772 (Closed): Matrix: Calculating determinant using Bareiss algorithm [patch]
=begin
Yu Ichino suggested to use a different algorithm to calculate the determinant of a matrix in [ruby-core:28166...
marcandre (Marc-Andre Lafortune)
06:10 AM Feature #2771 (Closed): Matrix: constructor to build with block
=begin
I believe the following simple constructor could be a helpful addition to matrix.rb

class Matrix
#
...
marcandre (Marc-Andre Lafortune)
04:46 AM Bug #2770 (Closed): Matrix: determinant for rectangular matrices should raise an error [patch]
=begin
Keiju,

$ rubydev -r matrix -e "puts Matrix[[1], [2], [3]].determinant"
0

This corresponds to the ...
marcandre (Marc-Andre Lafortune)
12:15 AM Bug #2768: SEGV when using OpenSSL::Cipher (AES) in certain way
=begin
here the output that irb does give me for the command
=end
zeri (Julian Wälde)
12:13 AM Bug #2768 (Closed): SEGV when using OpenSSL::Cipher (AES) in certain way
=begin
this command gives me an SEGV on my boxes:

ruby -e 'require "openssl";OpenSSL::Cipher::AES128.new("ECB"...
zeri (Julian Wälde)

02/20/2010

05:44 PM Bug #2767: YAML bug
=begin

Already reported at http://redmine.ruby-lang.org/issues/show/1311
=end
daz (Dave B)
05:33 PM Bug #2767 (Closed): YAML bug
=begin
Start IRB, run:

require 'yaml'; YAML.load({"x"=>"\r\n P\r\nA"}.to_yaml)

result:
ArgumentError: sy...
TimHaines (Tim Haines)
02:49 PM Feature #2759: Regexp /g and /G options
=begin
Well, yes, of course I want seamless support for Oniguruma, wasn't that one of the big new features of the 1....
manveru (Michael Fellinger)
08:41 AM Feature #2759: Regexp /g and /G options
=begin
Michael: If I'm not mistaken, you want to use the TextMate syntax files without change. The lack of a OPTION_...
murphy (Kornelius Kalnbach)
07:36 AM Feature #2759: Regexp /g and /G options
=begin
If you don't use $1 after matching, you can use /(?=(?:[ ]{4}|\t)(?<marker>[-](?:[ ]{,2})\k<marker>))/.

...
naruse (Yui NARUSE)
06:30 AM Feature #2759: Regexp /g and /G options
=begin
I don't understand why Ruby 1.9 raises that exception. The Oniguruma documentation (http://www.geocities.jp/k...
murphy (Kornelius Kalnbach)
03:08 AM Feature #2759: Regexp /g and /G options
=begin
Given the following code in 1.8 with oniguruma gem, first without the flag:

Oniguruma::ORegexp.new('(?=(...
manveru (Michael Fellinger)
12:12 PM Bug #2766 (Rejected): Cannot use CSV under windows 7
=begin
I try to use Ruby under my windows 7 notebook. but I find that CSV cannot work. it alway throws " CSV::Malfor...
cooker_bj (kang cao)

02/19/2010

07:35 PM Bug #2747: io.dup doesn't handle pos properly
=begin
kosaki さん
遠藤です。

2010年2月15日21:40 Motohiro KOSAKI <[email protected]>:
> 6の秘密はstraceが教えてくれている
>
*sni...
mame (Yusuke Endoh)
01:15 PM Bug #2760: unable to cross-compile win32.c
=begin
I don't see such errors with i386-mingw32-gcc on darwin.
gcc -v shows:
$ i386-mingw32-gcc -v
Readin...
nobu (Nobuyoshi Nakada)
12:46 PM Bug #2760 (Assigned): unable to cross-compile win32.c
=begin

=end
naruse (Yui NARUSE)
04:43 AM Bug #2760 (Rejected): unable to cross-compile win32.c
=begin
:~/ruby_trunk$ gcc win32/win32.c 2>&1 | grep lvalue
win32/win32.c:4894: error: lvalue required as left oper...
rogerdpack (Roger Pack)
12:47 PM Bug #2748 (Closed): fix for READ_CHECK causes failures on FreeBSD 8.0
=begin

=end
naruse (Yui NARUSE)
06:00 AM Feature #2759: Regexp /g and /G options
=begin
The /g modifier is widely used to mark a regexp as "global" (Perl, JavaScript, vim). It might confuse people....
murphy (Kornelius Kalnbach)
05:28 AM Feature #2759: Regexp /g and /G options
=begin
I can't imagine a use case even if we have non capturing group (?: .. ).

Could you explain why you want ...
naruse (Yui NARUSE)
04:01 AM Feature #2759 (Closed): Regexp /g and /G options
=begin
Oniguruma has flags called ONIG_OPTION_CAPTURE_GROUP, ONIG_OPTION_DONT_CAPTURE_GROUP.
There has been a disc...
manveru (Michael Fellinger)

02/18/2010

10:37 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
=begin
むらたです。

On 2010/02/18, at 12:14, Kenta Murata wrote:

> without を with-out に分離する方法は思いつきませんでした。
> 以下のように ...
mrkn (Kenta Murata)
12:15 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
=begin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

むらたです。

On 2010/02/16, at 15:48, Akinori MUSHA wrote:
...
mrkn (Kenta Murata)
03:31 PM Bug #2756: Issues with Math and Complex behavior on 1.9
=begin
Hi,

On Wed, Feb 17, 2010 at 10:23 PM, Urabe Shyouhei <[email protected]> wrote:
> Hi,
>
> Yusuke E...
brixen (Brian Shirai)
03:23 PM Bug #2756: Issues with Math and Complex behavior on 1.9
=begin
Hi,

Yusuke ENDOH wrote:
>> Q. Can we change the 1.8.7 behavior when raising exceptions to be both interna...
shyouhei (Shyouhei Urabe)
12:48 PM Bug #2756: Issues with Math and Complex behavior on 1.9
=begin
Hi!

> Q. Should 1.9 coerce arguments to Math methods?

I really want to agree, but it seems intended cha...
mame (Yusuke Endoh)
04:10 AM Bug #2756 (Rejected): Issues with Math and Complex behavior on 1.9
This ticket aggregates several issues with Math methods on 1.9. There are related tickets that either have not yet or... brixen (Brian Shirai)
01:48 PM Bug #2749 (Closed): net/smtp.rb arbitrary Net::SMTPUnknownError: could not get 3xx (250) and Net::SMTPUnknownError: 354 End data with <CR><LF>.<CR><LF>
=begin

=end
marcandre (Marc-Andre Lafortune)
11:46 AM Bug #2749: net/smtp.rb arbitrary Net::SMTPUnknownError: could not get 3xx (250) and Net::SMTPUnknownError: 354 End data with <CR><LF>.<CR><LF>
=begin
disregard - no longer a problem with ruby 1.9.2dev (2010-02-18 trunk 26704)
=end
trevor (trevor 6)
01:42 PM Bug #2757 (Closed): win32/registry file is no longer in the load path
=begin
re:

http://www.ruby-forum.com/topic/204291#new

it appears that registry.rb no longer gets installed...
rogerdpack (Roger Pack)

02/17/2010

11:40 PM Bug #2743 (Closed): incorrect checksum for freed object
=begin

=end
wanabe (_ wanabe)
10:05 PM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
Because, in my opinion, too many arguments aren't an error. Why is this an error for you?
Too many argument...
paddor (Patrik Wenger)
09:55 PM Bug #2752 (Closed): File path encoding on mac os x and windows
=begin
成瀬さん
遠藤です。

File#path のエンコーディングは、File.new に与えられた文字列の
エンコーディングを保持しますか?

File.new(path).path.enco...
mame (Yusuke Endoh)
06:49 AM Bug #2712: TCPServer#gets gets stuck
=begin
成瀬です。

(2010/02/17 0:57), Yusuke ENDOH wrote:
> やってみました。make check と make test-rubyspec は完走していますが、
> どうでし...
naruse (Yui NARUSE)
12:57 AM Bug #2712: TCPServer#gets gets stuck
=begin
遠藤です。

2010年2月12日12:24 Yusuke ENDOH <[email protected]>:
> - 元の問題は STR_TMPLOCK を使えばたぶんちゃんと解決できる


やってみました。...
mame (Yusuke Endoh)
02:42 AM Bug #2751 (Closed): Win32::Registry#inspect fails
=begin
>> Win32::Registry::HKEY_LOCAL_MACHINE.create "Software\\classes\\#{name}\\shell\\open_with_redcar"
NoMeth...
rogerdpack (Roger Pack)

02/16/2010

09:37 PM Bug #2732 (Closed): rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin
This issue was solved with changeset r26684.
Yusuke, thank you for reporting this issue.
Your contribution ...
mame (Yusuke Endoh)
08:40 PM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin
遠藤です。

2010年2月16日11:25 KOSAKI Motohiro <[email protected]>:
> 忘れそうになるので、IRCの議論を転記
>
> 1. ob...
mame (Yusuke Endoh)
12:37 PM Feature #2740: Extend const_missing to pass in the nesting
=begin
Hi,

2010/2/15 Yehuda Katz <[email protected]>:
> Upon further reflection, I really like the idea of r...
mame (Yusuke Endoh)
11:53 AM Feature #2740: Extend const_missing to pass in the nesting
Nobu, great to see a patch for this! Thank you.
However, it didn't produce the desired results for me. After some ...
murphy (Kornelius Kalnbach)
09:23 AM Feature #2740: Extend const_missing to pass in the nesting
Hi,
At Mon, 15 Feb 2010 22:21:55 +0900,
Yehuda Katz wrote in [ruby-core:28177]:
> Upon further reflection, I rea...
nobu (Nobuyoshi Nakada)
12:30 PM Bug #2748: fix for READ_CHECK causes failures on FreeBSD 8.0
=begin
遠藤です。

2010年2月16日3:42 Yui NARUSE <[email protected]>:
> 間を置いてからの報告で申し訳ないのですが、例の READ_CHECK の修正 (r26625...
mame (Yusuke Endoh)
03:41 AM Bug #2748 (Closed): fix for READ_CHECK causes failures on FreeBSD 8.0
=begin
間を置いてからの報告で申し訳ないのですが、例の READ_CHECK の修正 (r26625) が、
FreeBSD での test-all の失敗を増やします。
r26625 を revert するとこれらの...
naruse (Yui NARUSE)
12:06 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
=begin
むらたです。

On 2010/02/15, at 21:37, U.Nakamura wrote:

> こんにちは、なかむら(う)です。
>
> In message "[ruby-dev:40418...
mrkn (Kenta Murata)
11:45 AM Bug #2749 (Closed): net/smtp.rb arbitrary Net::SMTPUnknownError: could not get 3xx (250) and Net::SMTPUnknownError: 354 End data with <CR><LF>.<CR><LF>
=begin
% postconf -d | grep mail_version\ =
mail_version = 2.6.5
% ruby -v
ruby 1.9.2dev (2010-02-03 trunk 265...
trevor (trevor 6)

02/15/2010

10:21 PM Feature #2740: Extend const_missing to pass in the nesting
=begin
Upon further reflection, I really like the idea of raising an exception like NoConstantError from const_missi...
wycats (Yehuda Katz)
10:07 PM Bug #2516: IO#reopen Compatibility (original: [ruby-dev:39479])
=begin
遠藤です。

2010年2月15日13:25 KOSAKI Motohiro <[email protected]>:
> 反応がないので、誰も興味がないのだと判断します。遠藤さんとIR...
mame (Yusuke Endoh)
09:40 PM Bug #2747: io.dup doesn't handle pos properly
=begin
6の秘密はstraceが教えてくれている

dup(4) = 5
lseek(4, 0, SEEK_CUR) ...
kosaki (Motohiro KOSAKI)
09:35 PM Bug #2747: io.dup doesn't handle pos properly
=begin
1.8.6での挙動

% /usr/bin/ruby -v duptest.rb
ruby 1.8.6 (2009-08-04 patchlevel 383) [x86_64-linux]
0
"1...
kosaki (Motohiro KOSAKI)
09:10 PM Bug #2747: io.dup doesn't handle pos properly
=begin
#2516 と関連しています
=end
kosaki (Motohiro KOSAKI)
09:08 PM Bug #2747 (Rejected): io.dup doesn't handle pos properly
=begin
記録のために、IRCから転記します。

duptest.rb
-----------------------------
f1 = File.new("foo.txt")
f2 = f1.dup()...
kosaki (Motohiro KOSAKI)
09:37 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:40418] [Feature #2746] ビルドする拡張ライブラリを configure 時に指定するための --with-e...
usa (Usaku NAKAMURA)
03:07 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
=begin
むらたです。

On 2010/02/15, at 14:29, Yukihiro Matsumoto wrote:

> まつもと ゆきひろです
>
> In message "Re: [ruby-de...
mrkn (Kenta Murata)
02:29 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40420] Re: [Feature #2746] ビルドする拡張ライブラリを configure 時に指定するための --wit...
matz (Yukihiro Matsumoto)
02:10 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
=begin
むらたです。

On 2010/02/15, at 13:59, Kenta Murata wrote:

> むらたです。
>
> On 2010/02/15, at 13:49, Yukihiro M...
mrkn (Kenta Murata)
01:59 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
=begin
むらたです。

On 2010/02/15, at 13:49, Yukihiro Matsumoto wrote:

> まつもと ゆきひろです
>
> In message "Re: [ruby-de...
mrkn (Kenta Murata)
01:49 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40418] [Feature #2746] ビルドする拡張ライブラリを configure 時に指定するための --with-ex...
matz (Yukihiro Matsumoto)
01:36 PM Feature #2746 (Closed): ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
=begin
現在 make に対して EXTS 変数を指定することでビルドする拡張ライブラリを限定できます。
この方法では make の度に拡張ライブラリのリストを指定しなければならず、
例えば dbm, gdbm, sd...
mrkn (Kenta Murata)
08:41 PM Bug #2743: incorrect checksum for freed object
=begin
Appears to be fixed in r26665. Please close this issue.
=end
sakuro (Sakuro OZAWA)
10:41 AM Bug #2745: iseq_set_sequence: adjust bug (next inside begin...rescue)
=begin

=end
wanabe (_ wanabe)
07:53 AM Bug #2745: iseq_set_sequence: adjust bug (next inside begin...rescue)
=begin
I'm sorry, the ruby -v is:
ruby 1.9.2dev (2010-02-14 trunk 26664) [i386-darwin10.2.0]
=end
murphy (Kornelius Kalnbach)
07:51 AM Bug #2745: iseq_set_sequence: adjust bug (next inside begin...rescue)
=begin
Note: It works without the "next".
=end
murphy (Kornelius Kalnbach)
07:50 AM Bug #2745 (Closed): iseq_set_sequence: adjust bug (next inside begin...rescue)
=begin
Input:
while true
begin
raise
next
rescue
end
break
end

Output:
-: [BU...
murphy (Kornelius Kalnbach)
 

Also available in: Atom