Project

General

Profile

Activity

From 09/08/2011 to 09/14/2011

09/14/2011

11:56 PM Bug #5326 (Rejected): goruby build failed @ ruby_1_9_3
$ make goruby
compiling goruby.c
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-m...
ayumin (Ayumu AIZAWA)
10:44 PM Bug #5324 (Closed): Bug in CreateChild in win32.c
Revision 31811 by yugui (http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=31811) which was merged f... jfrench (James French)
10:39 PM Bug #5323 (Closed): Bug in CreateChild in win32.c
Revision 31811 by yugui (http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=31811) which was merged f... jfrench (James French)
10:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
On 13 September 2011 17:19, Yusuke ENDOH <[email protected]> wrote:
> Hello,
>
> 2011/9/13 Vit Ondruch <v.ondruch@ti...
hramrach (Michal Suchanek)
01:02 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Alers, what version of ruby do you use?
1.9.2p290, 1.9.3-preview1, and 1.9.4dev works well:
$ ruby-1.9-head -ve...
mrkn (Kenta Murata)
12:48 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Hi Kenta, thanks for the hint.
The bug is about "three-dotted" range, not "double-dotted". Test with Bigdecimal work...
alix (Ales Marecek)
12:23 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Hello,

2011/9/13 Vit Ondruch <[email protected]>:
> Please first see the commit [1] and then tell me why the ...
mame (Yusuke Endoh)
12:03 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Also, you can use Rational:
ruby-1.9-head -ve 'p (1 .. 68.quo(10)).step(19.quo(10)).to_a'
ruby 1.9.4dev (2011-09-...
mrkn (Kenta Murata)
12:01 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Hi,
you can use BigDecimal as following:
ruby-1.9-head -rbigdecimal -ve 'p (BigDecimal("1.0")..BigDecimal("6.8"...
mrkn (Kenta Murata)
07:14 PM Bug #5322 (Closed): URI.decode_www_form_component very slow with certain inputs
naruse (Yui NARUSE)
06:19 PM Bug #5322: URI.decode_www_form_component very slow with certain inputs
Looks like a duplicate of #5149 to me... regularfry (Alex Young)
06:10 PM Bug #5322 (Closed): URI.decode_www_form_component very slow with certain inputs
When calling the following I get what I'd expect. An error.
URI.decode_www_form_component("aaaaaaaaaaaaaaaaaaaa%"...
rasmusrn (Rasmus Rønn Nielsen)
05:53 PM Bug #1792: Fixnum#& 等が、Rational などを受けつける
Hi,

In message "Re: [ruby-core:39540] [Ruby 1.9 - Bug #1792][Open] Fixnum#& 等が、Rational などを受けつける"
on Wed,...
matz (Yukihiro Matsumoto)
01:28 PM Bug #1792 (Open): Fixnum#& 等が、Rational などを受けつける
I reopen this ticket because I rethink [ruby-core:39491] is bug.
But, unfortunately, I don't know how to fix this.
...
mrkn (Kenta Murata)
05:53 PM Feature #5310: Integral objects
Hi,

I strongly disagree to use to_int (currently working for integer
conversion) as integral conversion. Not...
matz (Yukihiro Matsumoto)
10:53 AM Feature #5310: Integral objects
On Tue, Sep 13, 2011 at 5:18 PM, Kenta Murata <[email protected]> wrote:
> Hi,
>
> On Wednesday, September 14,...
brixen (Brian Shirai)
09:23 AM Feature #5310: Integral objects
Hi,

On Wednesday, September 14, 2011 at 06:23 , brian ford wrote:
> There is some inconsistency between your...
mrkn (Kenta Murata)
06:29 AM Feature #5310: Integral objects
Hi,

On Mon, Sep 12, 2011 at 7:30 PM, Kenta Murata <[email protected]> wrote:
>  I believe you are misreading of...
brixen (Brian Shirai)
05:25 PM Revision 762e4c0c (git): * 2011-09-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:25 PM Revision 2fecb27e (git): Merge branch 'tk_utf8' into trunk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
01:20 PM Feature #5321 (Rejected): Introducing Numeric#exact? and Numeric#inexact?
Ruby has several numeric classes such as Integer.
These classes are classified whether their instances represent num...
mrkn (Kenta Murata)
12:23 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
2011/9/13 Eric Wong <[email protected]>:
> Motohiro KOSAKI <[email protected]> wrote:
>> File old_thre...
kosaki (Motohiro KOSAKI)
12:23 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
> BTW, I've checked kosaki-san's patch with x64-mswin64.
> No problem was reported in test.
>
> P.S.
> kosaki-sa...
kosaki (Motohiro KOSAKI)
10:36 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
At first, I have to put a disclaimer. The following comment is only my personal opinion, but not commiters consensus.... kosaki (Motohiro KOSAKI)
08:25 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Bringing this one up again - can we get resolution for the 1.9.3 release?
Thanks - Charlie
cfis (Charlie Savage)
09:33 AM Bug #5317: rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
> システムに _off_t があったら、__int64 ではなく _off_t を使うようにすればいいんですかね。
> いや、_off64_t か?
そうですね。
もしくはconfig.hのSIZEOF_OFF_T宣言を無...
mattn (Yasuhiro Matsumoto)
06:25 AM Bug #5317: rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
システムに _off_t があったら、__int64 ではなく _off_t を使うようにすればいいんですかね。
いや、_off64_t か?
naruse (Yui NARUSE)
12:58 AM Bug #5317: rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
vimのpatchとしてはそうしました。
https://groups.google.com/d/topic/vim_dev/VM_AgsF1_K4/discussion
ただ、あまりお作法が良いとは思えませんでした。
...
mattn (Yasuhiro Matsumoto)
06:04 AM Revision d6693a42 (git): Fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
03:40 AM Revision 9151ed22 (git): * configure.in: do not use gcc-4.2 as the default compiler.
* NEWS: describe the issue about Xcode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33269 b2dd03...
Kenta Murata
02:46 AM Revision fe3306bf (git): merge revision(s) 33266:
* thread.c (rb_fd_rcopy): added an argument guard.
Patch by NAKAMURA Usaku. [Bug #5306] [ruby-core:39435]
...
kosaki (Motohiro KOSAKI)
02:45 AM Revision 9da539cc (git): * 2011-09-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:44 AM Revision d24e1dac (git): * thread.c (rb_fd_rcopy): added an argument guard.
Patch by NAKAMURA Usaku. [Bug #5306] [ruby-core:39435]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33266 b2d...
kosaki (Motohiro KOSAKI)
12:54 AM Feature #5315: config.hからコンパイラのバージョンチェックを外して欲しい
残念ながら筋の良いガードの仕方はないです。このあたりはWindowsのDLLの問題ですね。
それでもあえて言えばRubyがランタイムライブラリの生成するオブジェクトを、
I/Fを通じて外と直接やりとりする設計になってるのも筋は良く...
kaoriya (Taro MURAOKA)

09/13/2011

11:17 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Hi!
Shyouhei, I can't agree with you. We have some fact that algorithm written in ruby doesn't work. I know this is ...
alix (Ales Marecek)
10:13 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Vit Ondruch wrote:
> So what is this feature for if you cannot rely on it nor there is way how to detect it? In this...
shyouhei (Shyouhei Urabe)
09:48 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Shyouhei Urabe wrote:
> Vit Ondruch wrote:
> > Shyouhei Urabe wrote:
> > > Vit Ondruch wrote:
> > > > Please firs...
vo.x (Vit Ondruch)
09:19 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Vit Ondruch wrote:
> Shyouhei Urabe wrote:
> > Vit Ondruch wrote:
> > > Please first see the commit [1] and then t...
shyouhei (Shyouhei Urabe)
09:04 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Shyouhei Urabe wrote:
> Vit Ondruch wrote:
> > Please first see the commit [1] and then tell me why the original te...
vo.x (Vit Ondruch)
09:00 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Michal Suchanek wrote:
> On 13 September 2011 12:28, Urabe Shyouhei <[email protected]> wrote:
> > (09/13/201...
vo.x (Vit Ondruch)
08:50 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Vit Ondruch wrote:
> Please first see the commit [1] and then tell me why the original test case should fail?
Bec...
shyouhei (Shyouhei Urabe)
08:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
On 13 September 2011 12:28, Urabe Shyouhei <[email protected]> wrote:
> (09/13/2011 06:56 PM), Vít Ondruch wro...
hramrach (Michal Suchanek)
07:49 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
This [1] is short C reproducer for the issue [2]. You can compare behavior on i386 and x86_64
[1] https://bugzilla...
vo.x (Vit Ondruch)
07:46 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Please first see the commit [1] and then tell me why the original test case should fail? Actually it fails on i386 an... vo.x (Vit Ondruch)
07:29 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
(09/13/2011 06:56 PM), Vít Ondruch wrote:
> Can somebody please reopen this issue? Since the test suite fix is
...
shyouhei (Shyouhei Urabe)
06:59 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Can somebody please reopen this issue? Since the test suite fix is
apparently wrong.
Thank you.
Vit
Anonymous
10:53 PM Feature #5315: config.hからコンパイラのバージョンチェックを外して欲しい
こんにちは、なかむら(う)です。

In message "[ruby-dev:44508] [Ruby 1.9 - Feature #5315] config.hからコンパイラのバージョンチェックを外して欲しい"
...
usa (Usaku NAKAMURA)
10:08 PM Feature #5315: config.hからコンパイラのバージョンチェックを外して欲しい
ダイナミックローディングについては最初から(VimにRubyが組み込まれた時から)なっています。
それでも最低限のヘッダーは必要なのでこの問題は起こります。
あとMSVCRTの話は確かにそのとおりで、それらをやり取りするとキツ...
kaoriya (Taro MURAOKA)
09:23 PM Feature #5315: config.hからコンパイラのバージョンチェックを外して欲しい
こんにちは、なかむら(う)です。

In message "[ruby-dev:44500] [Ruby 1.9 - Feature #5315][Open] config.hからコンパイラのバージョンチェックを外して欲しい...
usa (Usaku NAKAMURA)
08:12 PM Feature #5315 (Third Party's Issue): config.hからコンパイラのバージョンチェックを外して欲しい
そちらで配布されているものはRubyの公式な配布物ではありません。
当該サイトの『はじめに』のページに記載されている連絡先までお問い合わせください。
ayumin (Ayumu AIZAWA)
07:35 PM Feature #5315 (Third Party's Issue): config.hからコンパイラのバージョンチェックを外して欲しい
http://www.garbagecollect.jp/ruby/mswin32/ja/
で配布しているrubyで確認したので外しているかもしれません。その場合はあしからず。
問題:
rubyの外部モジュールをコンパイルす...
kaoriya (Taro MURAOKA)
10:51 PM Bug #5317: rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
Yasuhiro Matsumoto wrote:
> sys/types.h:
> typedef long _off_t;
>
> と
>
> ruby-1.9.1/ruby/win32.h:
> ...
nobu (Nobuyoshi Nakada)
09:51 PM Bug #5317: rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
ぜんぜんuid_tじゃないですねw off_tでした!
以下、s/uid_t/off_t/g で置き換えて下さい。
mattn (Yasuhiro Matsumoto)
09:47 PM Bug #5317 (Closed): rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
以前、vimのif_ruby(ruby拡張)の修正を担当した時、mingw32でのuid_tの宣言とrubyに同梱されているwin32.hでの宣言に差異があり、リンクされた物がクラッシュするというバグに遭遇しました。
vimでr...
mattn (Yasuhiro Matsumoto)
10:22 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
ココまでの説明だとなかむら(う)さんの
「リリースでは今後は(パッケージマネージャ絡みの)問題は起こらんから安心しろ」
が一番納得がいきます。
# 私も最初は聞かされた時はそうなるもんだと思いましたから
ただcommitt...
kaoriya (Taro MURAOKA)
09:29 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
sora_hです.

2011/9/13 Takahiro Kambe <[email protected]>:
> 少なくともバイナリパッケージを使えば、コンパイラのないマシンにも
> さくっとインストールで...
sorah (Sorah Fukumori)
07:53 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
In message <[email protected]>
on Tue, 13 Sep 2011 18:49:18 +0900,
Shota Fuku...
taca (Takahiro Kambe)
07:41 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
意外と事実関係が複雑なのでまずまとめますと、
ports の元の状態はこうでした。
* lang/ruby18 (1.8.7)
* devel/ruby-gems (1.7.1 or 1.7.2)
* www/redmin...
naruse (Yui NARUSE)
06:53 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
こんにちは、なかむら(う)です。

In message "[ruby-dev:44495] [Ruby 1.9 - Feature #5314] パッケージマネージャをコアリリースに含めて欲しい"
on Sep...
usa (Usaku NAKAMURA)
06:53 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
少しだけ書きます。

In message <[email protected]>
on Tue, 13 Sep 2011 18:24:39 +0900...
taca (Takahiro Kambe)
06:49 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
Shyouhei Urabe wrote:
> お気持ちは察するものの、portsで入れたredmineが動かなくなった件で責められるべきなのはportsかなあと思います。
>
> rubygemsにはrubygemsの流儀が...
sorah (Sorah Fukumori)
06:46 PM Feature #5314 (Third Party's Issue): パッケージマネージャをコアリリースに含めて欲しい
お気持ちは察するものの、portsで入れたredmineが動かなくなった件で責められるべきなのはportsかなあと思います。
rubygemsにはrubygemsの流儀があるわけです。rubygemsにおいて後方互換性が問題にな...
shyouhei (Shyouhei Urabe)
06:30 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
Usaku NAKAMURA wrote:
> Ruby 1.9には現在1.9.1および1.9.2という2つのバージョン系列が存在して
> それぞれ保守されている(ことになっている)のですが、いずれにもrubygemsという
>...
kaoriya (Taro MURAOKA)
06:24 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
http://www.kaoriya.net/blog/201109/20110913
ネタ元としてはココで書いたように私の体験に基づいてまして、まったくRubyのせいではないのですが、
ruby-gemsが1.7から1.8に...
kaoriya (Taro MURAOKA)
06:14 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
Ruby 1.9には現在1.9.1および1.9.2という2つのバージョン系列が存在して
それぞれ保守されている(ことになっている)のですが、いずれにもrubygemsという
rubygemsというパッケージマネージャが同梱されてい...
usa (Usaku NAKAMURA)
05:49 PM Feature #5314 (Feedback): パッケージマネージャをコアリリースに含めて欲しい
Taro MURAOKA wrote:
> しかしながら過去には代表的なパッケージマネージャ自身が
> バージョンアップに伴い互換性を欠くという問題を起こしたケースがあり、
> これではその魅力が損なわれてしまいます。
す...
shyouhei (Shyouhei Urabe)
05:42 PM Feature #5314 (Third Party's Issue): パッケージマネージャをコアリリースに含めて欲しい
Rubyは素晴らしいパッケージ(ライブラリ)が多いことが魅力の一つです。
その良さの維持には優れたパッケージマネージャが欠かせません。
しかしながら過去には代表的なパッケージマネージャ自身が
バージョンアップに伴い互換性を欠...
kaoriya (Taro MURAOKA)
06:03 PM Feature #5313 (Assigned): Please drop IRB's version in favour of Ruby version
nobu (Nobuyoshi Nakada)
04:09 PM Feature #5313 (Closed): Please drop IRB's version in favour of Ruby version
It seems that IRB's upstream lives in Ruby's SVN. There is no way how to update IRB separate from Ruby. From that poi... vo.x (Vit Ondruch)
05:30 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Motohiro KOSAKI <[email protected]> wrote:
> File old_thread_select.patch added
>
> > static void
>...
normalperson (Eric Wong)
05:38 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Ok, I rebuilt everything from scratch and did not encounter any errors - sorry for the false alarm. mswin also check... cfis (Charlie Savage)
03:53 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Hello,

In message "[ruby-core:39483] [Ruby 1.9 - Bug #5306] Application Hangs Due to Recent rb_thread_select Ch...
usa (Usaku NAKAMURA)
01:29 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Thanks for all the effort. But sorry, not fixed yet. This version segfaults on MinGW. Trace attached. Will check ... cfis (Charlie Savage)
11:53 AM Feature #5310: Integral objects
I believe you are misreading of the topic.

On Tuesday, September 13, 2011 at 11:03 , brian ford wrote:
> Any ...
mrkn (Kenta Murata)
11:23 AM Feature #5310: Integral objects
On Mon, Sep 12, 2011 at 6:15 PM, Kenta Murata <[email protected]> wrote:
>
> Issue #5310 has been reported by Ke...
brixen (Brian Shirai)
10:15 AM Feature #5310 (Assigned): Integral objects
I believe it is ambiguous what object can behave as an integral number.
I don't think the current use of Object#to_i...
mrkn (Kenta Murata)
11:23 AM Bug #1792: Fixnum#& 等が、Rational などを受けつける
On 13/09/2011, at 9:27 AM, SASADA Koichi wrote:
> I find out that bitwise operation doesn't call coerce.
> How to ...
cjheath (Clifford Heath)
08:29 AM Bug #1792: Fixnum#& 等が、Rational などを受けつける
I find out that bitwise operation doesn't call coerce.
How to make mimic Integer class?


###

class Int...
ko1 (Koichi Sasada)
08:23 AM Bug #1792: Fixnum#& 等が、Rational などを受けつける
Is it intentional?

###

class IntegerMimic
def initialize n
@n = n
end

def to_int
...
ko1 (Koichi Sasada)
11:21 AM Revision 4e7c8bbe (git): * lib/pstore.rb, test/test_pstore.rb: suppress warnings with -v.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:23 AM Bug #5309: 0.6.to_r != "0.6".to_r
2011/9/13 Marc-Andre Lafortune <[email protected]>:
> Use `Float#rationalize` instead of `to_r`, and you will...
naruse (Yui NARUSE)
10:23 AM Bug #5309: 0.6.to_r != "0.6".to_r
On Sep 12, 2011, at 2:06 PM, Brian Ford wrote:
> 0.6.to_r != "0.6".to_r
>
> Is this a bug?

Probably not ...
Anonymous
07:38 AM Bug #5309: 0.6.to_r != "0.6".to_r
Use `Float#rationalize` instead of `to_r`, and you will get the same result as `String#to_r`. I've argued before that... marcandre (Marc-Andre Lafortune)
06:35 AM Bug #5309 (Rejected): 0.6.to_r != "0.6".to_r
0.6.to_r is considered as a rational converted from a floating point number 0.599999999999999977795539507496869191527... naruse (Yui NARUSE)
03:06 AM Bug #5309 (Rejected): 0.6.to_r != "0.6".to_r
0.6.to_r != "0.6".to_r
Is this a bug?
$ ruby -v
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8....
brixen (Brian Shirai)
09:30 AM Bug #5273 (Rejected): Float#round returns the wrong floats for higher precision
r33186 naruse (Yui NARUSE)
06:02 AM Revision f7081431 (git): * lib/pstore.rb (PStore): always open in binary mode even if
default encodings are set. [Bug #5311] [ruby-core:39503]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33264 b2...
nobu (Nobuyoshi Nakada)
12:30 AM Revision b7f3e44e (git): * 2011-09-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:29 AM Revision 566256a5 (git): * NEWS: wrote about rb_reserved_fd_p() and objspace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)

09/12/2011

08:42 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
committed both trunk and ruby_1_9_3.
kosaki (Motohiro KOSAKI)
08:36 PM Bug #5306 (Closed): Application Hangs Due to Recent rb_thread_select Changes
This issue was solved with changeset r33256.
Charlie, thank you for reporting this issue.
Your contribution to Ruby i...
kosaki (Motohiro KOSAKI)
08:23 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Motohiro KOSAKI <[email protected]> wrote:
> Attached new patch. It works both linux and windows. Can you ...
normalperson (Eric Wong)
02:27 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
> static void
> rb_fd_rcopy(fd_set *dst, rb_fdset_t *src)
> {
> size_t size = howmany(rb_fd_max(src), NFDBITS)...
kosaki (Motohiro KOSAKI)
08:38 PM Revision faa2bef4 (git): * 2011-09-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:38 PM Revision 1796817e (git): * io.c (Init_IO): update BINARY comment. it should not change the
encoding of the result to ASCII-8BIT. [ruby-talk:387719]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33260 b2...
matz (Yukihiro Matsumoto)
01:24 PM Revision 53fd35c3 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_send): fix message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:51 AM Revision bb4dcd55 (git): * Backport r33231.
* thread.c (rb_thread_select): fix a typo to initialize efds
properly. [Bug #5299] [ruby-core:39380]
git-svn-id...
kosaki (Motohiro KOSAKI)
11:41 AM Revision 167f6b29 (git): merge revision(s) 33256:
* thread.c (rb_thread_select): fix to ignore an argument
modification of rb_thread_fd_select().
b...
kosaki (Motohiro KOSAKI)
11:36 AM Revision 2c9375ba (git): * thread.c (rb_thread_select): fix to ignore an argument
modification of rb_thread_fd_select().
based on a patch by Eric Wong. [Bug #5306] [ruby-core:39435]
* thread.c (rb_...
kosaki (Motohiro KOSAKI)
04:38 AM Revision 4705fcc3 (git): * README.EXT, README.EXT.ja (2.2.2), parse.y (rb_check_id): add
documents for rb_check_id().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33255 b2dd03c8-39d4-4d8f-98ff-823fe69...
nobu (Nobuyoshi Nakada)
03:54 AM Revision 821ae882 (git): * lib/rake/file_list.rb (Rake::FileList#egrep): there is no need to
open files in binary mode.
see more details in https://github.com/jimweirich/rake/issues/74
git-svn-id: svn+ssh:/...
U.Nakamura
03:42 AM Revision a458e72e (git): * test/ruby/test_exception.rb (TestException#test_exit_success_p):
assert also the cases when exiting with true and false.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33253 b2dd...
nobu (Nobuyoshi Nakada)
03:40 AM Revision 704830be (git): * 2011-09-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:40 AM Revision 11616167 (git): * lib/test/unit/assertions.rb (assert_send): make arguments in
the default message clearer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33251 b2dd03c8-39d4-4d8f-98ff-823fe69...
nobu (Nobuyoshi Nakada)
01:29 AM Bug #5305: YAML::DBM#update、#replace のコメントの間違いを修正する
Hi Guys,

The comments of YAML::DBM#update and #replace says it requires only
'each and each_pair', but they ...
ayumin (Ayumu AIZAWA)
12:55 AM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
Wifiをオフにしてスタンドアロン状態でテストしたら再現しなくなりました。 ayumin (Ayumu AIZAWA)

09/11/2011

11:57 PM Feature #5120: String#split needs to be logical
Adam Prescott wrote:
>
> str.split("") already gets you the array of "letters" (as does
> str.chars.to_a), but...
alexeymuranov (Alexey Muranov)
10:23 PM Feature #5120: String#split needs to be logical
On Sun, Sep 11, 2011 at 1:49 PM, Alexey Muranov
<[email protected]> wrote:
> 2. a separate method for ...
aprescott (Adam Prescott)
09:49 PM Feature #5120: String#split needs to be logical
I would like to summarize my feature request:
1. trailing empty fields should not be discarded
(it would make sen...
alexeymuranov (Alexey Muranov)
05:15 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Ah, totally missed that r - its not obvious if you aren't looking for it.
Patch doesn't compile on Windows:
thr...
cfis (Charlie Savage)
04:23 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Charlie Savage <[email protected]> wrote:
> Issue #5306 has been updated by Charlie Savage.

> Hmm, I take is ...
normalperson (Eric Wong)
03:56 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Hmm, I take is this is against head? On the 1.9.3 branch there is already this method (line 2384):
void
rb_fd_co...
cfis (Charlie Savage)
03:53 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Charlie Savage <[email protected]> wrote:
> I can test on windows - I have mswin and mingw builds. How to test
>...
normalperson (Eric Wong)
03:40 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Thanks for the explanations.
I can test on windows - I have mswin and mingw builds. How to test though? Are there...
cfis (Charlie Savage)
03:23 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Charlie Savage <[email protected]> wrote:
> Ok, some questions so I can understand this code:
>
> How is the ...
normalperson (Eric Wong)
03:12 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Hopefully a better patch is attached. I have no way of testing on non-Linux,
but I did test successfully without HA...
normalperson (Eric Wong)
02:56 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Ok, some questions so I can understand this code:
How is the false-positive happening?
Why does this break on non-l...
cfis (Charlie Savage)
11:59 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
2011/9/11 Eric Wong <[email protected]>:
>
> Issue #5306 has been updated by Eric Wong.
>
> File 0001-th...
kosaki (Motohiro KOSAKI)
09:30 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Thanks for the straces, I was able to tell the EM pipe was stuck on a
false-positive and calling a blocking read() o...
normalperson (Eric Wong)
10:56 AM Revision e0eaa117 (git): * 2011-09-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:56 AM Revision 921aed77 (git): merges r33201 from trunk into ruby_1_9_3.
--
* encoding.c (load_encoding): predefined encoding names are safe.
[ruby-dev:44469] [Bug #5279]
* transcode.c (lo...
yugui (Yuki Sonoda)
09:36 AM Revision 776227cb (git): * ChangeLog: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
05:24 AM Bug #5307 (Closed): Matrix & subclasses
Initially from http://stackoverflow.com/questions/6064902/copy-inheritance-of-ruby-matrix-class-core-std-lib
Fixed i...
marcandre (Marc-Andre Lafortune)
05:22 AM Bug #5307 (Closed): Matrix & subclasses
Matrix doesn't deal properly with subclasses:
Class.new(Matrix)[[42]].class # => Matrix
marcandre (Marc-Andre Lafortune)
12:23 AM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
2011/9/10 Ayumu AIZAWA <[email protected]>:
>
> 何が原因なんだろうか ... チェックすべき設定などあったらご教示いただけませんでしょうか。

boron で...
akr (Akira Tanaka)

09/10/2011

11:17 PM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
あいざわです。
SnowLeopard に固有の問題かと思ったのですが、友人の協力を得て別のマシンでテストしたところ再現しませんでした。
何が原因なんだろうか ... チェックすべき設定などあったらご教示いただけませんでしょう...
ayumin (Ayumu AIZAWA)
10:29 PM Bug #5208: \b and \B don't match properly
今回は見送りという点については仕方ないと思います。
マージについてですが、とりあえずOnigmo 5.11.2とRubyの鬼車をマージしたものを作ってみました。
https://github.com/k-takata/Onig...
k_takata (Ken Takata)
09:07 PM Bug #5197 (Rejected): at_exit order has changed in 1.9.3dev32413
> What I need is this:
>
> 1) minitest, like test/unit before it, runs its tests via at_exit.
> 2) Users need to ...
kosaki (Motohiro KOSAKI)
08:44 PM Bug #5244: Continuation causes Bus Error on Debian sparc
It fails with gcc 4.4 and 4.5 too (in addition to 4.6). lucas (Lucas Nussbaum)
04:45 PM Bug #5244: Continuation causes Bus Error on Debian sparc
I took a look on a Debian porterbox.
When building everything with -O2, except cont.c with -O0, it works.
With co...
lucas (Lucas Nussbaum)
03:51 PM Bug #5244: Continuation causes Bus Error on Debian sparc
The problem is that it's quite hard to investigate this using qemu, because Debian dropped support for sparcv8 after ... lucas (Lucas Nussbaum)
08:23 PM Revision 1b278015 (git): * 2011-09-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:23 PM Revision 506b2538 (git): * lib/matrix.rb: Deal with subclasses of Matrix [redmine #5307]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
05:17 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
And a bit more info. Running the datagrams test under GDB.
$gdb --args ruby -I.:lib:tests tests/test_epoll.rb -n tes...
cfis (Charlie Savage)
05:00 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Ok, on the first test, strange results. Running this command:
strace -f -v ruby -I.:lib:tests tests/test_epoll.rb -...
cfis (Charlie Savage)
03:29 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Charlie Savage <[email protected]> wrote:
> Sorry, these machines are actuall CentOS 5.6. The latest patches were...
normalperson (Eric Wong)
12:59 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Hi Eric,
>> It causes eventmachine to hang on CentOS 5.5.
Sorry, these machines are actually CentOS 5.6. The late...
cfis (Charlie Savage)
12:53 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Charlie Savage <[email protected]> wrote:
> It causes eventmachine to hang on CentOS 5.5. Not sure what the issue...
normalperson (Eric Wong)
11:28 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Unfortunately it is not. That was the first problem - and resulted in segmentation faults. We manually backported th... cfis (Charlie Savage)
09:34 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
I think it's duplicated with 5299. kosaki (Motohiro KOSAKI)
08:51 AM Bug #5306 (Closed): Application Hangs Due to Recent rb_thread_select Changes
This commit:
4e9438bc9153f7a1f4ea0af85c8dbe359e1a55d8
Changed the implementation of rb_thread_select.
It c...
cfis (Charlie Savage)
03:53 PM Bug #5273: Float#round returns the wrong floats for higher precision
(2011/09/10 10:00), Marc-Andre Lafortune wrote:
>
> Issue #5273 has been updated by Marc-Andre Lafortune.
>
...
naruse (Yui NARUSE)
10:00 AM Bug #5273 (Open): Float#round returns the wrong floats for higher precision
Hi,
Yui NARUSE wrote:
> Additional to say, 2.5e-22 express the range
> from 0.0000000000000000000002499999999999...
marcandre (Marc-Andre Lafortune)
01:43 PM Bug #5302 (Closed): Two small documentation fixes in dir.c
This issue was solved with changeset r33244.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is ...
ayumin (Ayumu AIZAWA)
10:34 AM Revision 39ec2f68 (git): Revert test fixes.
This reverts r33233, r33234, and r33235.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33245 b2dd03c8-39d4-4d8f-...
naruse (Yui NARUSE)
08:34 AM Feature #5291 (Closed): Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
This issue was solved with changeset r33243.
Charlie, thank you for reporting this issue.
Your contribution to Ruby i...
ko1 (Koichi Sasada)
08:32 AM Bug #5303 (Closed): parse.y relies on $$ = $1 before action routines [PATCH]
This issue was solved with changeset r33242.
Michael, thank you for reporting this issue.
Your contribution to Ruby i...
matz (Yukihiro Matsumoto)
07:56 AM Bug #5305 (Closed): YAML::DBM#update、#replace のコメントの間違いを修正する
YAML::DBM#update、#replace のコメントに each メソッドや each_pair
メソッドがあれば引数として指定できる旨の記述がありますが、実際には
keys.each しているため、正しくないようです。
sho-h (Sho Hashimoto)
05:32 AM Bug #5304 (Rejected): Array#pack handles objects for eg format 'E' differently than 1.8
In 1.9, Array#pack when passed an object that defines #to_f and one of the Float formats raises a TypeError. This is ... brixen (Brian Shirai)
04:43 AM Revision 35551be6 (git): * dir.c: Two small documentation fixes. [Bug #5302]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
12:23 AM Bug #5240: Hang when using threads + forks on Debian GNU/kFreeBSD
Hi,

(2011/08/29 23:08), Petr Salinger wrote:
> The problem is that place in main.c (as shown in 2nd diff) doe...
ko1 (Koichi Sasada)

09/09/2011

11:38 PM Bug #5303 (Closed): parse.y relies on $$ = $1 before action routines [PATCH]
In perusing parse.y, I came across this pair of action routines:
bv_decls : bvar
/*%c%*/
/*%c
...
adgar (Michael Edgar)
11:34 PM Revision 49042ae8 (git): * gc.c (GC_PROFILE_MORE_DETAIL, CALC_EXACT_MALLOC_SIZE):
define macros only if they are not defined.
fixes: [Ruby 1.9 - Feature #5291]
git-svn-id: svn+ssh://ci.ruby-lang...
ko1 (Koichi Sasada)
11:32 PM Revision 6126c50a (git): * parse.y (bv_decls): parse.y relies on $$ = $1 before action
routines. a patch from Michael Edgar. [Bug #5303]
[ruby-core:39429]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
matz (Yukihiro Matsumoto)
11:14 PM Revision cf7d76f0 (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:29 PM Bug #5273: Float#round returns the wrong floats for higher precision
One more additional to say, those arguments depend on IEEE 754. naruse (Yui NARUSE)
10:26 PM Bug #5273 (Rejected): Float#round returns the wrong floats for higher precision
Additional to say, 2.5e-22 express the range
from 0.0000000000000000000002499999999999999534
to__ 0.000000000000000...
naruse (Yui NARUSE)
06:24 PM Bug #5273: Float#round returns the wrong floats for higher precision
This seems not a bug:
printf "%.40f\n", 2.5e-22 #=> 0.0000000000000000000002499999999999999769
naruse (Yui NARUSE)
10:06 PM Bug #5267 (Closed): BigDecimal#sqrt の rdoc で、引数は必須
This issue was solved with changeset r33238.
Makoto, thank you for reporting this issue.
Your contribution to Ruby is...
ayumin (Ayumu AIZAWA)
05:07 PM Bug #5240 (Assigned): Hang when using threads + forks on Debian GNU/kFreeBSD
sasada-san, could you please tell us your opinion?
kosaki (Motohiro KOSAKI)
03:44 PM Bug #5240: Hang when using threads + forks on Debian GNU/kFreeBSD
Dear Ruby developers,
Could you comment on Petr Salinger's patch, and especially about where to put the pthread_at...
lucas (Lucas Nussbaum)
04:44 PM Revision 8ecf99f2 (git): * 2011-09-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:44 PM Revision 69a4efaf (git): * sample/drb/dhasenc.rb: coding cookie of Emacs is coding,
not encoding.
* sample/mine.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33239 b2dd03c8-39d4-4d8f-9...
znz (Kazuhiro NISHIYAMA)
04:06 PM Bug #5292: Access to GC::Profiler Records
Charlie Savage wrote:
> Thank you.
>
> Can this be part of 1.9.3 or is it too late?
>
> Charlie
Sorry, it's...
authorNari (Narihiro Nakamura)
02:43 AM Bug #5292: Access to GC::Profiler Records
Thank you.
Can this be part of 1.9.3 or is it too late?
Charlie
cfis (Charlie Savage)
04:04 PM Bug #4844 (Closed): RVM crash while running resque worker pool
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of...
naruse (Yui NARUSE)
01:06 PM Revision 0abbe4c1 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment.
BigDecimal#sqrt requires argument. Reported by Makoto Kishimoto.
Thanks for your contribution. [Bug #5267] [ruby-de...
ayumin (Ayumu AIZAWA)
11:51 AM Bug #5302 (Closed): Two small documentation fixes in dir.c
There are two cases where ... aaronlerch (Aaron Lerch)
11:17 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Hi Nobu,
Thanks for sending the pull request.
It seems Mark is still having trouble though. Do you mind helpi...
cfis (Charlie Savage)
10:25 AM Bug #5197: at_exit order has changed in 1.9.3dev32413
That discussion makes my head hurt.
What I need is this:
1) minitest, like test/unit before it, runs its tests ...
zenspider (Ryan Davis)
07:48 AM Revision 702d25f5 (git): added new methods of Net::IMAP.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shugo (Shugo Maeda)
07:02 AM Revision 05c2cc90 (git): merge revision(s) r32791:
* insns.def (concatstrings): don't use initial ASCII-8BIT string.
[ruby-core:38635] [Bug #5126]
git-svn-i...
naruse (Yui NARUSE)
06:29 AM Revision cf8626a0 (git): Run GC.start before test_too_long_path.
NoMemoryError is raised in MiniTest#exception_details where exception
is made, and no effect. Run GC.start before run...
naruse (Yui NARUSE)
02:41 AM Feature #5291: Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
Yes, that would be much better. Is it too late for this to be part of 1.9.3?
Thank you!
Charlie
cfis (Charlie Savage)
12:59 AM Feature #5291: Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
(2011/09/06 22:05), Charlie Savage wrote:
>
> Issue #5291 has been reported by Charlie Savage.
>
> -------...
ko1 (Koichi Sasada)
12:59 AM Feature #5291: Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
(2011/09/06 23:04), Charlie Savage wrote:
> FYI, pairing a xalloc with a free can be fatal on windows depending on...
ko1 (Koichi Sasada)
02:26 AM Revision 6199181b (git): Catch NoMemoryError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:26 AM Revision dcea3a0f (git): Decide by majority.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:08 AM Revision 73a1e841 (git): * test/rubygems/test_gem_commands_help_command.rb: Add one
`require` because if run test-all with test/unit parallel
running, sometimes this test fails by some constants not ...
sorah (Sorah Fukumori)
01:22 AM Revision 61b062ba (git): * thread.c (rb_thread_select): fix a typo to initialize efds
properly. [Bug #5299] [ruby-core:39380]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33231 b2dd03c8-39d4-4d8f-...
nobu (Nobuyoshi Nakada)

09/08/2011

08:32 PM Bug #5244: Continuation causes Bus Error on Debian sparc
The bug does not occur with older Debian sparc running on qemu.
1. download image http://people.debian.org/~aurel3...
ngoto (Naohisa Goto)
05:09 PM Revision fa5446f1 (git): * template/yarvarch.ja:
Change encoding from Shift-JIS to UTF-8
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33230 b2dd03c8-39d4-4d8f-...
ayumin (Ayumu AIZAWA)
04:26 PM Revision b81c4967 (git): Fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
04:24 PM Revision ce7a3174 (git): * 2011-09-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:24 PM Revision d53e9c1e (git): * sample/drb/README.rd.ja:
* sample/drb/dhasenc.rb:
* sample/mine.rb:
Change encoding from EUC-JP to UTF-8
git-svn-id: svn+ssh://ci.ruby-lang....
ayumin (Ayumu AIZAWA)
04:06 PM Bug #5294: to_f does not convert floating point number the same as Fortran
Nobuyoshi Nakada wrote:
> Decimal point without fragment part is invalid in Ruby.
It is because 9.E+20 is parsed ...
naruse (Yui NARUSE)
12:42 AM Bug #5294 (Rejected): to_f does not convert floating point number the same as Fortran
Decimal point without fragment part is invalid in Ruby. nobu (Nobuyoshi Nakada)
12:06 AM Bug #5294: to_f does not convert floating point number the same as Fortran
snippet:
a9e20s = %w{
0.9E+21
+0.9E+21
-0.9E+21
.9E+21
+.9E+21
-.9E+21
9E+20
+9E+20
-9E+20
9.E+20
+9.E...
todd.kushner (Todd Kushner)
12:04 AM Bug #5294 (Rejected): to_f does not convert floating point number the same as Fortran
We were converting some Fortran programs to Ruby, and found the following floating point number format did not conver... todd.kushner (Todd Kushner)
12:57 PM Bug #4991 (Closed): Add a method to retrieve raw data from GC::Profiler
This issue was solved with changeset r33224.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
authorNari (Narihiro Nakamura)
12:23 PM Bug #4991: Add a method to retrieve raw data from GC::Profiler
Hi,

In message "Re: [ruby-core:39357] [Ruby 1.9 - Bug #4991] Add a method to retrieve raw data from GC::Profile...
matz (Yukihiro Matsumoto)
11:51 AM Bug #4991: Add a method to retrieve raw data from GC::Profiler
Charlie Savage wrote:
> Ok, some other ideas then:
>
> records
> stats
> runs
> results (although there is res...
authorNari (Narihiro Nakamura)
08:21 AM Bug #4991: Add a method to retrieve raw data from GC::Profiler
Ok, some other ideas then:
records
stats
runs
results (although there is result already)
log
history
raw_dat...
cfis (Charlie Savage)
12:57 PM Bug #5292 (Closed): Access to GC::Profiler Records
This issue was solved with changeset r33224.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
authorNari (Narihiro Nakamura)
12:18 PM Revision 60ce4b55 (git): merge revision(s) 33225:
* ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280)
Bump version number/release date only.
to UT...
naruse (Yui NARUSE)
12:17 PM Revision 05558e04 (git): * ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280)
Bump version number/release date only.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33225 b2dd03c8-39d4-4d8f-98...
naruse (Yui NARUSE)
11:41 AM Bug #5076: Mac OS X Lion Support
Hi,
I've tested ruby with Xcode 4.2 Developer Preview 7.
Test results are below:
* llvm-gcc with optflags="-...
sorah (Sorah Fukumori)
10:51 AM Bug #5297 (Closed): Either File.expand_path or File.join is corrupting string encoding
Hello,
While working on some API improvements for Windows, found the following issue:
https://gist.github.com/1...
luislavena (Luis Lavena)
09:38 AM Bug #5296 (Closed): Incompatability with DateTime#strptime Segmentation Fault when parsing string
naruse (Yui NARUSE)
05:53 AM Bug #5296: Incompatability with DateTime#strptime Segmentation Fault when parsing string
Diebels Alternative <[email protected]> wrote:
> http://redmine.ruby-lang.org/issues/5296

> :00...
normalperson (Eric Wong)
05:34 AM Bug #5296 (Closed): Incompatability with DateTime#strptime Segmentation Fault when parsing string
Loading development environment (Rails 3.0.10)
:001 > DateTime.strptime
=> Mon, 01 Jan -4712 00:00:00 +0000
:0...
diebels727 (Diebels Alternative)
03:57 AM Revision 599071b7 (git): * gc.c (Init_GC): defined GC::Profiler.raw_data. based on the
patch by Eric Hodel. [ruby-core:37857] [Bug #4991]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33224 b2dd03c8-...
authorNari (Narihiro Nakamura)
12:07 AM Revision f1cdbd7b (git): * ext/nkf/nkf-utf8/nkf.c: revert also svn:mime-type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:02 AM Revision ac6ad66d (git): * gc.c (id2ref): objects which are unmarked but not in sweep_slots
are not dead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
 

Also available in: Atom