Activity
From 02/24/2009 to 03/02/2009
03/02/2009
-
10:08 PM Feature #1218: New method needed to set and get the current recursion limit
- =begin
@Austin Ziegler - I was able to change these limits within Python using FreeBSD, Linux, and Mac OS X operatin... -
06:01 PM Feature #1218: New method needed to set and get the current recursion limit
- =begin
Hi,
At Mon, 2 Mar 2009 17:41:03 +0900,
Brent Roman wrote in [ruby-core:22619]:
> Ruby 1.9 seems complete... -
05:42 PM Feature #1218: New method needed to set and get the current recursion limit
- =begin
setrlimit(RLIMIT_STACK, size_in_bytes)
*should* do what you want under a POSIX compliant OS.
See the m... -
07:47 PM Bug #1237 (Closed): URI.decodeが期待した値を返さない
- =begin
Applied in changeset r22706.
=end
-
06:52 PM Bug #1237 (Closed): URI.decodeが期待した値を返さない
- =begin
1.9.1p0で、URI.decodeが期待した値を返しません。
$ /usr/local/bin/ruby18 -ruri -ve 'puts URI.decode("%e3%81%93%e3%81%a1%... -
02:53 PM Bug #1236 (Rejected): RUBY_VERSION not defined
- =begin
=end
-
02:52 PM Bug #1236: RUBY_VERSION not defined
- =begin
Hi,
At Mon, 2 Mar 2009 08:51:07 +0900,
Charlie Savage wrote in [ruby-core:22614]:
> ruby/config.h is gen... -
10:05 AM Bug #1236: RUBY_VERSION not defined
- =begin
Actually, the code would be more like this:
#if RUBY_VERSION_MAJOR == 1 && RUBY_VERSION_MINOR < 9
#inc... -
08:52 AM Bug #1236 (Rejected): RUBY_VERSION not defined
- =begin
Building from trunk with MSVC 2008.
ruby/config.h is generated with this line:
#define RUBY_LIB_VER... -
02:49 PM Bug #1230: ESP Stack Corruption on Windows
- =begin
Hi,
At Mon, 2 Mar 2009 03:58:32 +0900,
Charlie Savage wrote in [ruby-core:22613]:
> But looking at Win32... -
03:59 AM Bug #1230: ESP Stack Corruption on Windows
- =begin
Hi Nobu,
Thanks for applying the patch. Two comments though.
First, you changed:
SHGetFolderP... -
01:07 AM Bug #1220 (Closed): DRb::Observable notify_observers
- =begin
Applied in changeset r22699.
=end
03/01/2009
-
11:23 PM Feature #1218: New method needed to set and get the current recursion limit
- =begin
On Sat, Feb 28, 2009 at 7:26 AM, Conrad Taylor <[email protected]> wrote:
> Issue #1218 has been updated... -
09:03 PM Bug #1234 (Closed): RDoc failure in benchmark/bm_so_meteor_contest.rb at or around line 542 column
- =begin
Making documents fails with the following error:
% ./miniruby -I./lib -I.ext/common -I./- -r./ext/pureli... -
07:47 PM Bug #1233 (Closed): Zlib - Run Time Check Failure #3 (unitialized variable)
- =begin
Applied in changeset r22693.
=end
-
07:17 PM Bug #1233 (Closed): Zlib - Run Time Check Failure #3 (unitialized variable)
- =begin
Build and install Ruby 1.9.1 with -RTC1 with VC2008.
Then at the command prompt:
gem install libxml... -
07:17 PM Bug #1231 (Closed): YACC Make Rule Fails when building from source with nmake
- =begin
Applied in changeset r22691.
=end
-
05:21 PM Bug #1231 (Closed): YACC Make Rule Fails when building from source with nmake
- =begin
Check out Ruby from svn. Build it using VC2008 and nmake.
nmake will try to compile .y files to .c file... -
07:07 PM Bug #1230 (Closed): ESP Stack Corruption on Windows
- =begin
Applied in changeset r22690.
=end
-
05:17 PM Bug #1230 (Closed): ESP Stack Corruption on Windows
- =begin
Build Ruby with -RTC1 flag on Windows with VC2008 (same issues will also apply with Mingw).
You'll almos... -
05:37 PM Bug #1229 (Closed): Bigdecimal extension does not compile with debug build
- =begin
Applied in changeset r22689.
=end
-
05:15 PM Bug #1229 (Closed): Bigdecimal extension does not compile with debug build
- =begin
Building bigdecimal with _DEBUG set fails because gfDebug is commented out (this is with VC2008).
This p... -
02:01 AM Bug #1227 (Third Party's Issue): [BUG] object allocation during garbage collection phase
- =begin
I'm trying to profile sections of a large application (taskjuggler) with ruby-prof. As soon as I hit the Ruby... -
12:54 AM Bug #1225: Curses::getmouse
- =begin
Sandor Szücs schrieb:
> Bug #1225: Curses::getmouse
> http://redmine.ruby-lang.org/issues/show/1225
>
> ...
02/28/2009
-
10:06 PM Bug #1225 (Closed): Curses::getmouse
- =begin
Hi Core!
To reproduce, try:
$ ruby19 -rcurses -e 'Curses::getmouse'
Command output is attached.
... -
09:27 PM Feature #1218: New method needed to set and get the current recursion limit
- =begin
Hi Dave, thanks for responding to the post. However, this doesn't resolve the issue that I'm seeing after in... -
06:38 PM Bug #1162: Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
- =begin
Hi Nobu,
Sorry, I've been out the last few days.
> You are wrong about -RTC1. It does emit checkin... -
06:27 PM Bug #1224 (Assigned): Can't install 1.9.1-p0
- =begin
Already fixed in the trunk. Thank you.
=end
-
05:33 PM Bug #1224 (Closed): Can't install 1.9.1-p0
- =begin
I am trying to install 1.9.1-p0 on CENTOS Linux 5.2.
I get the following error during "make".
I looked in... -
02:58 PM Bug #1142: /opt/ruby19/lib/ruby19/1.9.1/openssl/ssl.rb:31: [BUG] Bus Error
- =begin
I was able to trigger the same bus error with ruby-1.9.1p1.
/opt/local/lib/ruby/1.9.1/openssl/ssl.rb:3... -
05:43 AM Bug #1205: SET_STACK_END crashes due to uninitialized ruby_current_thread
- =begin
今日は。Ubuntuで日本語を使えるようにしたので、日本語で行きます。
示していただいたパッチでクラッシュは解消しました。似たようなコード(ruby_stack_length(), stack_check()... -
05:21 AM Bug #1214: Build issues
- =begin
今日は。Ubuntuで日本語を使えるようにしたので日本語で行きます。
バックスラッシュの件、有難うございました。
ライブラリの件は、ruby全体をダイナミックでリンクしようとすると
-l$(RU...
02/27/2009
-
07:54 PM Feature #1211: nested loop construct
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:38095] Re: [Feature:trunk] nested loop construct" on ... -
06:37 PM Bug #1209 (Closed): duplicate when clauses raise strange exception
- =begin
Applied in changeset r22662.
=end
-
06:07 PM Bug #1205 (Closed): SET_STACK_END crashes due to uninitialized ruby_current_thread
- =begin
Applied in changeset r22659.
=end
-
06:01 PM Bug #1205: SET_STACK_END crashes due to uninitialized ruby_current_thread
- =begin
=end
-
05:58 PM Bug #1214 (Feedback): Build issues
- =begin
=end
-
02:27 PM Bug #1219 (Closed): ostruct freeze still not stable
- =begin
Applied in changeset r22652.
=end
-
06:46 AM Bug #1219: ostruct freeze still not stable
- =begin
Forget this patch it is a pain, and way to complicated. Your approach was fine, all we have to do is the foll... -
06:11 AM Bug #1219 (Closed): ostruct freeze still not stable
- =begin
Freezing an ostruct still does not inhibit modification as can be seen in the attached test file and in the f... -
06:11 AM Bug #1220 (Closed): DRb::Observable notify_observers
- =begin
The module oberservable uses now a hash to store listeners.
The notify_observers method of DRb::Observer th... -
03:32 AM Feature #1218: New method needed to set and get the current recursion limit
- =begin
> -----Original Message-----
> From: Dave B [mailto:[email protected]]
> Sent: Thursday, February 26,... -
12:33 AM Feature #1218: New method needed to set and get the current recursion limit
- =begin
See if this post helps:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/89931
=end
-
12:13 AM Feature #1218 (Rejected): New method needed to set and get the current recursion limit
- =begin
Hi, I would like to propose the addition of two methods for setting and getting the recursion limit:
re...
02/26/2009
-
04:20 PM Bug #814: NoMethodError: undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x1a64f9a0>
- =begin
For the record, I don't think either of these patches addresses the requirements of non-blocking OpenSSL.
... -
02:53 PM Feature #1211: nested loop construct
- =begin
Yuguiです。
On 2/26/09 3:33 AM, Yukihiro Matsumoto wrote:
> 検討事項は
> * 名前。今回はnested loopということでnloopという名前で実... -
02:05 PM Feature #1211: nested loop construct
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38085] Re: [Feature:trunk] nested loop construct"
on Thu, 26 Fe... -
05:17 AM Feature #1211: nested loop construct
- =begin
Yukihiro Matsumoto wrote::
> def nloop(*args, &block)
> helper = ->(args, buf, offset, block) {
> li... -
04:44 AM Feature #1211: nested loop construct
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38083] Re: [Feature:trunk] nested loop construct"
on Thu, 26 Fe... -
04:01 AM Feature #1211: nested loop construct
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38081] Re: [Feature:trunk] nested loop construct"
on Thu, 26 Fe... -
03:44 AM Feature #1211: nested loop construct
- =begin
ささだです.
Yukihiro Matsumoto wrote::
> 最近、AO Benchを見ています。http://lucille.atso-net.jp/aobench/
> 実行時間の1/3はGC... -
03:34 AM Feature #1211 (Rejected): nested loop construct
- =begin
まつもと ゆきひろです
最近、AO Benchを見ています。http://lucille.atso-net.jp/aobench/
実行時間の1/3はGCが消費していて涙目。
それはそれとして... -
02:16 PM Bug #1209: duplicate when clauses raise strange exception
- =begin
なかだです。
At Thu, 26 Feb 2009 00:17:40 +0900,
Yusuke ENDOH wrote in [ruby-dev:38079]:
> 文字列の when 節を重複させると、... -
12:18 AM Bug #1209 (Closed): duplicate when clauses raise strange exception
- =begin
遠藤です。
文字列の when 節を重複させると、怪しい例外があがります。
$ ruby19 -e 'case "x"; when "x"; when "x"; end'
ruby19: method... -
02:16 PM Bug #1214: Build issues
- =begin
Hi,
At Thu, 26 Feb 2009 07:21:54 +0900,
hiro sugawara wrote in [ruby-core:22520]:
> - More backslashes t... -
07:22 AM Bug #1214 (Rejected): Build issues
- =begin
I attempted to build "full" (not mini) ruby for Android and found the following patches were necessary.
... -
02:15 PM Bug #1205: SET_STACK_END crashes due to uninitialized ruby_current_thread
- =begin
Hi,
At Wed, 25 Feb 2009 09:37:32 +0900,
hiro sugawara wrote in [ruby-core:22439]:
> The executable crash... -
10:54 AM Bug #1163: gem_prelude raise NoMethodError if require uninsalled gem with version.
- =begin
+1 for this patch.
同じ問題でハマりました。もろはしさんの提案どおりの仕様でよいと思います。
=end
-
10:38 AM Bug #1215: irb doesn't finish evaluate on !false => false
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38087] [Bug #1215] irb doesn't finish evaluate on !false => false"
... -
10:38 AM Bug #1215 (Rejected): irb doesn't finish evaluate on !false => false
- =begin
=end
-
10:03 AM Bug #1215 (Rejected): irb doesn't finish evaluate on !false => false
- =begin
$ irb1.9 -f
irb(main):001:0> RUBY_DESCRIPTION
=> "ruby 1.9.2dev (2009-02-25 trunk 22626) [i686-linux]"
... -
04:54 AM Feature #1212 (Closed): doc for Array#fill misses indication about negative value for the start argument
- =begin
The doc for Array#fill misses indication about negative value for the start argument. For instance Array#fetc... -
03:44 AM Feature #802: IO.open optional argument to properly handle BOMs
- =begin
=end
02/25/2009
-
10:54 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
2009/2/24 Michael Selig <[email protected]>:
> Hi Michal,
>
> On Wed, 25 Feb 2009 00:20:52 +1100, Mi... -
12:37 PM Bug #1204 (Closed): Bug in String#force_encoding?
- =begin
Applied in changeset r22611.
=end
-
08:20 AM Bug #1204 (Closed): Bug in String#force_encoding?
- =begin
Running the attached test program (on UTF-8 terminal):
$ ruby test.rb
#<Encoding:ASCII-8BIT> "\xC3\xB6... -
12:07 PM Bug #1203 (Closed): IO#gets ignores the limit parameter when sep is nil
- =begin
Applied in changeset r22610.
=end
-
08:00 AM Bug #1203 (Closed): IO#gets ignores the limit parameter when sep is nil
- =begin
According to the doc f.gets(nil) returns the rest of the file. This works fine. But the doc also says that "l... -
11:48 AM Bug #1202 (Third Party's Issue): mongrel-1.1.5-x86-mswin32-60 error
- =begin
=end
-
07:08 AM Bug #1202: mongrel-1.1.5-x86-mswin32-60 error
- =begin
On Tue, Feb 24, 2009 at 4:54 PM, Vladimir Tkach <[email protected]> wrote:
> Bug #1202: mongrel-1.1.5-x8... -
06:54 AM Bug #1202 (Third Party's Issue): mongrel-1.1.5-x86-mswin32-60 error
- =begin
C:/ruby/lib/ruby/gems/1.9.1/gems/mongrel-1.1.5-x86-mswin32-60/lib/http11.so: [BUG] Segmentation fault
ruby ... -
09:38 AM Bug #1205 (Closed): SET_STACK_END crashes due to uninitialized ruby_current_thread
- =begin
I ported ruby-1.9.1-p0 to Android. It built fine with a few patches and a custom Android.mk with a target of ... -
02:37 AM Bug #1199 (Closed): wrong coderange in multiple String methods
- =begin
Applied in changeset r22608.
=end
-
12:54 AM Bug #1199 (Closed): wrong coderange in multiple String methods
- =begin
Sumilar to Bug #1192 [ruby-core:22326]
$ ruby -e 'p "a".hash,"a\u0101".chomp("\u0101").hash'
85701248... -
01:18 AM Feature #1200: Possibility for using named and normal groups together in regular expressions
- =begin
Typo: I've written "[0-9}+" instead of "[0-9]+" several times, sorry.
=end
-
01:14 AM Feature #1200 (Rejected): Possibility for using named and normal groups together in regular expressions
- =begin
It should be possible to use named and normal groups together in ane regular expression.
Reason: The ne... -
01:16 AM Feature #1201 (Closed): Add relative group reference in back reference with nest level in regular expressions (e.g. \k<-5+1>)
- =begin
It should be possible to use relative group references in back reference with nest level.
Reason: As na...
02/24/2009
-
10:21 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
2009/2/24 Michael Selig <[email protected]>:
> On Mon, 23 Feb 2009 21:35:30 +1100, Michal Suchanek <hr... -
10:07 AM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
At 19:02 09/02/23, Michal Suchanek wrote:
>Theoretically if separate (combining) character accents are con... -
07:56 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
- =begin
=end
-
07:54 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
- =begin
ただ、この場合分けは1.9で整理した単値・多値の扱いの一貫性を崩すことにもなるので
もう少し考えた方がいいと思います。
with_index-compat.patch の通り、1.8では、
- yield... -
07:39 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38076] [Bug #1198] corrupted iteratoin during "enum_for :inject""
... -
07:30 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
- =begin
振る舞いが違うのは (each_)with_index の方です。
1.9では、イテレータ関数の第一引数には最初の引数だけが渡るようになり、
多値を取りたければ第三第四引数でargc/argvを見る必要がありま... -
05:13 PM Bug #1198 (Closed): corrupted iteratoin during "enum_for :inject"
- =begin
以下のように、1.8と1.9でenum_for(:inject)したときの振る舞いが違うようです。
zsh % ruby -ve '[:x].enum_for(:inject, :y).with_index ... -
07:08 PM Feature #1193: Justified Error Messages
- =begin
Hi,
In message "Re: [ruby-core:22333] [Feature #1193] Justified Error Messages"
on Mon, 23 Feb 2009 0... -
01:27 AM Bug #1181 (Closed): [BUG] thread_free: keeping_mutexes must be NULL
- =begin
Applied in changeset r22577.
=end
-
01:09 AM Feature #1159 (Feedback): StringScanner に文字ベースでのインデックスを返すメソッドがほしい
- =begin
=end
Also available in: Atom