Activity
From 09/05/2011 to 09/11/2011
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... -
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 ... -
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... -
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... -
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 ... -
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... -
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
>... -
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... -
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 ... -
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... -
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... -
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... -
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... - 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
-
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... -
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
-
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... -
05:22 AM Bug #5307 (Closed): Matrix & subclasses
- Matrix doesn't deal properly with subclasses:
Class.new(Matrix)[[42]].class # => Matrix -
12:23 AM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
- 2011/9/10 Ayumu AIZAWA <[email protected]>:
>
> 何が原因なんだろうか ... チェックすべき設定などあったらご教示いただけませんでしょうか。
boron で...
09/10/2011
-
11:17 PM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
- あいざわです。
SnowLeopard に固有の問題かと思ったのですが、友人の協力を得て別のマシンでテストしたところ再現しませんでした。
何が原因なんだろうか ... チェックすべき設定などあったらご教示いただけませんでしょう... -
10:29 PM Bug #5208: \b and \B don't match properly
- 今回は見送りという点については仕方ないと思います。
マージについてですが、とりあえずOnigmo 5.11.2とRubyの鬼車をマージしたものを作ってみました。
https://github.com/k-takata/Onig... -
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 ... -
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).
-
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... -
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 ...
- 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
- 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
-
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... -
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 -... -
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... -
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... -
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... -
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...
-
09:34 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- I think it's duplicated with 5299.
-
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... -
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.
>
... -
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... -
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 ... -
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-... -
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... -
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... -
07:56 AM Bug #5305 (Closed): YAML::DBM#update、#replace のコメントの間違いを修正する
- YAML::DBM#update、#replace のコメントに each メソッドや each_pair
メソッドがあれば引数として指定できる旨の記述がありますが、実際には
keys.each しているため、正しくないようです。
-
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 ...
-
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
-
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...
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
... -
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... -
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/... -
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
-
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.
-
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... -
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
-
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... -
05:07 PM Bug #5240 (Assigned): Hang when using threads + forks on Debian GNU/kFreeBSD
- sasada-san, could you please tell us your opinion?
-
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... - 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
-
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... -
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... -
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 -
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... -
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... -
11:51 AM Bug #5302 (Closed): Two small documentation fixes in dir.c
- There are two cases where ...
-
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... -
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 ... -
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
-
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... -
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... -
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 -
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.
>
> -------... -
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... -
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
-
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
-
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 ... -
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-...
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... -
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-... -
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
- 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
-
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.... -
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 ... -
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.
-
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... -
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...
-
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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="-... -
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... -
09:38 AM Bug #5296 (Closed): Incompatability with DateTime#strptime Segmentation Fault when parsing string
-
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... -
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... -
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-... -
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
-
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
09/07/2011
-
11:54 PM Bug #5278 (Closed): REXML -- Malformed comment
- Thanks for your report!
I've fixed it in r33210. -
11:53 PM Bug #5076: Mac OS X Lion Support
- 2011/9/7 Yui NARUSE <[email protected]>:
>
> Issue #5076 has been updated by Yui NARUSE.
>
>
> Kenta Murat... -
07:05 PM Bug #5076: Mac OS X Lion Support
- Kenta Murata wrote:
> なるほど、そうですね。
> では、XCode 4.2 が正式にリリースされたら revert することにします。
Xcode 4.2 の正式リリースより 1.9.3 のリリースの方... -
06:48 PM Bug #5076: Mac OS X Lion Support
- なるほど、そうですね。
では、XCode 4.2 が正式にリリースされたら revert することにします。
-
05:10 PM Bug #5076: Mac OS X Lion Support
- Shyouhei Urabe wrote:
> バグってるコンパイラをサポートし続ける意味が分からない。
>
> 193p0に関してはXCode4.2を使えとでもリリースアナウンスに書いときゃそれでいいでしょう。
わたし... -
01:23 PM Bug #5076: Mac OS X Lion Support
- バグってるコンパイラをサポートし続ける意味が分からない。
193p0に関してはXCode4.2を使えとでもリリースアナウンスに書いときゃそれでいいでしょう。 -
12:56 PM Bug #5076: Mac OS X Lion Support
- よく考えてみると、単純に「gcc-4.2 が存在していたら gcc-4.2 を使う」というやり方で良さそうです。如何でしょう?
これで問題なさそうなら、今夜にでも patch を書いて直してしまおうと思います。 -
12:54 PM Bug #5076: Mac OS X Lion Support
- gcc -v の出力内容を見て振り分けるしかやりようがない気がします。
-
10:42 AM Bug #5076: Mac OS X Lion Support
- Motohiro KOSAKI wrote:
> あれ、見に覚えがないのにcloseされてる。再度 openします。
> ええと、間にあうなら1.9.3p0に入れるべきだと思いますが、わたしは時間が取れません
ええと、事は単... -
08:00 AM Bug #5076 (Open): Mac OS X Lion Support
- あれ、見に覚えがないのにcloseされてる。再度 openします。
ええと、間にあうなら1.9.3p0に入れるべきだと思いますが、わたしは時間が取れません
-
10:44 PM Revision 6572bd3c (git): * transcode.c (rb_declare_transcoder, load_transcoder_entry): no
- longer need to limit the length of transcoder library name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33221 ... -
10:37 PM Revision 7dc427f7 (git): * ext/syck/lib/syck/types.rb: use toplevel Syck.
- for the case someone define Syck::Syck (or YAML::Syck).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33220 b2dd... -
10:33 PM Revision 4fe51cb3 (git): * gc.c (id2ref): unmarked object is already dead while lazy
- sweeping, and to it cannot come back since other objects
referred from it might have been freed already.
git-svn-i... -
10:17 PM Revision e3532c8b (git): Revert "Change encoding from ISO-2022 to UTF-8"
- This reverts commit r33213.
Don't change nkf which is imported from upstream.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
06:51 PM Revision 776a2d9d (git): * ext/readline/README.ja:
- Change encoding from EUC-JP to UTF-8
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33217 b2dd03c8-39d4-4d8f-98f... -
06:15 PM Revision 5aa34ef5 (git): Fix typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:03 PM Revision 32b81702 (git): fix test/rexml/test_encoding.rb failure
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:56 PM Revision a33ae8a8 (git): * 2011-09-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:56 PM Revision 9f4dd65e (git): Change encoding from ISO-2022 to UTF-8
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:15 PM Bug #4991: Add a method to retrieve raw data from GC::Profiler
- Hi.
In fact, i proposed GC::Profiler.data at 2008/7/26 on ruby-core ML.
But it's rejected, because matz said "mor... -
03:04 PM Feature #5291: Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
- FYI, pairing a xalloc with a free can be fatal on windows depending on how Ruby is built (mingw is safe, VC++ isn't) ...
-
02:53 PM Feature #5291: Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
- Charlie Savage <[email protected]> wrote:
> #define CALC_EXACT_MALLOC_SIZE 0
I tried flipping this a few mont... -
02:05 PM Feature #5291 (Closed): Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
- I would like to hook ruby-prof into the new GC profiler. However, by default a lot of the profile stats are disabled ...
-
02:52 PM Bug #5292: Access to GC::Profiler Records
- Sorry - I missed that there was already a request for this two months ago - see #4991. It includes the 1 line patch ...
-
02:47 PM Bug #5292 (Closed): Access to GC::Profiler Records
- Could the method gc_profile_record_get be made part of the GC::Profiler class? It returns an array of hashes of vari...
- 02:46 PM Revision 7b30cb61 (git): * add missing '#' in bug reference.
- * add ML reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:43 PM Revision 69cc900f (git): merge revision(s) 33171:
- * io.c (argf_next_argv): open in default text mode.
[ruby-core:39234] [Bug #5268]
git-svn-id: svn+ssh://c... - 02:42 PM Revision 2bb6fcb6 (git): * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:
- allow a single hyphen in comment. [Bug 5278]
Reported by Thomas Fritzsche. Thanks!!!
git-svn-id: svn+ssh://ci.rub... -
01:23 PM Bug #5244: Continuation causes Bus Error on Debian sparc
- Hi,
2011/9/7 Jurij Smakov <[email protected]>:
> "If the function in which setjmp was called returns, it is no lon... -
06:43 AM Bug #5244: Continuation causes Bus Error on Debian sparc
- My kernel and toolchain versions are slightly different because I'm running Debian sid, but I don't think that's the ...
-
01:13 PM Bug #3781 (Open): FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
-
11:01 AM Bug #5288 (Rejected): Method#to_proc Procs have "sticky" bindings
- A method is bound to the internal structure of its receiver.
Therefore this is a spec. -
08:51 AM Bug #5288 (Rejected): Method#to_proc Procs have "sticky" bindings
- Please see the attached sample script (or view the gist at https://gist.github.com/1197634).
It would appear that ... -
10:36 AM Revision 6b3feab9 (git): Remove assertion which depends the load order
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:28 AM Revision f2bd0ce9 (git): * lib/yaml.rb: explicitly specify ::Object to avoid the collision with
- Syck::Object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:53 AM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
- かずひこさんが #5286 でバックポートチケットを切っているみたいです.
今バックポートできるのは誰なんでしょう.yuguiさん?
http://redmine.ruby-lang.org/issues/5286
... -
07:53 AM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
- あれれ,ほんとだ.失礼.
2011/9/6 KOSAKI Motohiro <[email protected]>:
> あるように見えるけど?
>
> http://redmine.ruby-... -
03:23 AM Bug #5285: Ruby 1.9.2 throws exception on sort of array containing true AND false values
- Booleans are not ordered. It doesn't make sense to say "the logical value true is less than/greater than the logical...
-
02:30 AM Bug #5285: Ruby 1.9.2 throws exception on sort of array containing true AND false values
- actually, by doing true <=> false on irb returns nil, while doing true <=> true or false <=> false will return 0. not...
09/06/2011
-
11:59 PM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
- 2011年9月6日19:14 Shota Fukumori (sora_h) <[email protected]>:
> sora_h です。
>
> On Sep 6, 2011 7:12 PM, "Kazuhiko"... -
07:23 PM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
- sora_h $B$G$9!#(B
On Sep 6, 2011 7:12 PM, "Kazuhiko" <[email protected]> wrote:
> r33201 $B$G=$@5$5$l$^$... -
07:23 PM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
- On 06/09/2011 06:10, Shota Fukumori (sora_h) wrote:
> じゃぁ,大丈夫かな.
>
> P.S.: このバグについてのテストケースは今書いています.
>
> ... -
01:23 PM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
- じゃぁ,大丈夫かな.
P.S.: このバグについてのテストケースは今書いています.
2011/9/6 NARUSE, Yui <[email protected]>:
> なので、安全だと考えています。
... -
01:15 PM Bug #5279 (Closed): $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
- This issue was solved with changeset r33201.
Shota, thank you for reporting this issue.
Your contribution to Ruby is ... -
11:53 AM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
- 2011年9月6日11:02 Shota Fukumori <[email protected]>:
> 懸念しているのはrequireのpathにスクリプトサイドから自分でパスを流す事ができるかできないかで,
> 自分の認識... -
11:02 AM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
- 中身的にはそういう事ですね. < transcoder の中で一時的に safe level を 0
#ruby-ja で議論したところ,autoloadはautoloadを定義した場所のSAFEで読み込むので,
$SAFE=... -
10:51 AM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
- 「rb_require_safe の第2引数に0を渡して良いかどうか」が問題なのではなく、
「transcoder の中で一時的に safe level を0に戻して良いかどうか」が問題なのではないでしょうか。 -
09:39 AM Bug #5279 (Closed): $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
- sora_hです.
twitter
で @hsbt さんがこのような事を言っていたので調査してみました:
http://twitter.com/#!/hsbt/status/110700488667832320
調査し... -
11:53 PM Bug #5285 (Rejected): Ruby 1.9.2 throws exception on sort of array containing true AND false values
- Sort uses <=>.
true <=> true and false <=> false work, but true <=> false.
Simply because of this. -
11:17 PM Bug #5285 (Rejected): Ruby 1.9.2 throws exception on sort of array containing true AND false values
- I encountered a very weird bug.
Sorting of arrays containing identical boolean values (ALL true or ALL false) work... - 10:50 PM Revision 5a883a2c (git): * 2011-09-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:50 PM Revision 031c06b3 (git): eol-style
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:05 PM Bug #5283 (Closed): クラスオブジェクトの clone に関する質問
- =begin
芝と申します。
クラスオブジェクトを clone したときの挙動について質問させてください。
+ サンプルコード
String.class_eval do
def self.singleton_me... -
09:37 PM Bug #5172 (Closed): [PATCH] bigdecimal: RB_GC_GUARD rb_inspect() output
- This issue was solved with changeset r32997.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
09:37 PM Bug #5135 (Closed): Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
- This issue was solved with changeset r32848.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr... -
09:37 PM Bug #5076 (Closed): Mac OS X Lion Support
- This issue was solved with changeset r32629.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr... -
05:27 PM Bug #5076: Mac OS X Lion Support
- 下記の通り Github にてコミットへのコメントとして、Xcode 4.2 Developer Preview 7 において、
付録の LLVM/clang が更新され、trunk の test-all が通るようになっています。... -
09:37 PM Bug #3781 (Closed): FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- This issue was solved with changeset r32438.
Makoto, thank you for reporting this issue.
Your contribution to Ruby is... -
09:37 PM Feature #4481 (Closed): Add client_ca method to OpenSSL::SSLSocket
- This issue was solved with changeset r32337.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ... -
09:37 PM Feature #1291 (Closed): O_CLOEXEC flag missing for Kernel::open
- This issue was solved with changeset r31430.
David, thank you for reporting this issue.
Your contribution to Ruby is ... -
09:20 PM Feature #5282 (Closed): test-all 結果の順序
- This issue was solved with changeset r33205.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr... -
08:21 PM Feature #5282 (Closed): test-all 結果の順序
- 現在 Failure と Error と Skip が混ざって結果が出てくるので、ソートして欲しい。
具体的な順番は、一瞬 Skip を最後にしたくなるのだが、通常 EF は数個でかつ末尾から見る訳なので、
Skip Fail... -
09:16 PM Feature #5128 (Closed): 日本語ドキュメントをUTF-8に
- This issue was solved with changeset r33204.
Shyouhei, thank you for reporting this issue.
Your contribution to Ruby ... -
08:06 AM Feature #5128: 日本語ドキュメントをUTF-8に
- 4件だった
>nagachika:r33195 2011-09-05 21:02:30 +0900
>insns.def の1行目に emacs 向けの文字エンコーディングを指定する pragma があって shift_jis... -
08:05 AM Feature #5128 (Open): 日本語ドキュメントをUTF-8に
- 記録のために書きますが、r33181のために発生した障害が3件
http://d.hatena.ne.jp/nagachika/20110905/ruby_trunk_changes_33181_33195
>shyouh... -
08:50 PM Bug #5244: Continuation causes Bus Error on Debian sparc
- You can find a full build log at https://buildd.debian.org/status/fetch.php?pkg=ruby1.9.1&arch=sparc&ver=1.9.3~previe...
-
05:38 PM Bug #5244 (Feedback): Continuation causes Bus Error on Debian sparc
- This cannot be reproduced on Solaris10 on sparc, with both Sun cc and gcc 4.4.3.
(using svn ruby_1_9_3 branch r33165... -
10:15 AM Bug #5244 (Assigned): Continuation causes Bus Error on Debian sparc
-
05:46 AM Bug #5244: Continuation causes Bus Error on Debian sparc
- I poked at it a bit. While I don't understand fully what's going on, it looks like it's using _setjmp/longjmp, and on...
-
06:45 PM Feature #5281 (Closed): Support for custom sitearch and vendorarch directories
- For FHS system, it might be beneficial to allow to specify not only custom site and vendor directories, but also arch...
-
12:20 PM Revision 7e04b19d (git): * lib/test/unit.rb (_run_suites): Now reports are written the
- following order: Skip, Failure, Error. [Feature #5282]
* test_sorting.rb: test for above.
* test4test_sorting.rb: D... - 12:16 PM Revision e2b74696 (git): * win32/Makefile.sub (INSNS): change command line option -Ks to -Ku
- for generate *.inc. because insns.def encoding has been changed SJIS
to UTF-8. if $BASERUBY is 1.9, -Ks cau... -
10:37 AM Bug #5278 (Assigned): REXML -- Malformed comment
-
07:07 AM Bug #5278 (Closed): REXML -- Malformed comment
- Hi Ruby-Team,
I use lib rexml for XML parsing. Kanjidic2 XML-File: http://www.csse.monash.edu.au/~jwb/kanjidic2/ ... -
09:58 AM Bug #5277 (Third Party's Issue): Problem with libsvn-ruby.
- > I guess that version libsvn-ruby1.8 don't work with ruby1.9, obviously. What can be done for this support?
You'r... -
01:58 AM Bug #5277 (Third Party's Issue): Problem with libsvn-ruby.
- Hello everybody,
I have problem with libsvn-ruby, I'm using rvm, see my Debian environment:
$ ruby -v
ruby 1.9... -
08:11 AM Revision 90c33c21 (git): Use assert_operator to show clear message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:53 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
- >> > Why is this issue closed? Is the current behaviour acceptable?
>>
>> Can you still reproduce this issue?
... -
01:03 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
- nobu lazily closed this ticket without the revision reference: r33163.
-
12:23 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
- > > Why is this issue closed? Is the current behaviour acceptable?
>
> Can you still reproduce this issue?
>
... -
06:55 AM Revision e240f490 (git): * transcode.c (load_transcoder_entry): concatenate paths directly.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:15 AM Revision 3a6c3a67 (git): * encoding.c (load_encoding): predefined encoding names are safe.
- [ruby-dev:44469] [Bug #5279]
* transcode.c (load_transcoder_entry): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
03:07 AM Revision a1c5ebe7 (git): * transcode.c: enabled econv newline option.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/05/2011
- 09:45 PM Revision 80f54e68 (git): * numeric.c (dbl2ival): Fix Float#divmod and #round for 32 bit platform
- part 1 of [bug #5276]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 09:44 PM Revision 3dc28710 (git): * numeric.c (flo_round): Fix criteria for 32 bits platform
- part 2 of [bug #5276]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 08:39 PM Revision 73bb2a29 (git): * 2011-09-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:39 PM Revision 31953152 (git): * test/rinda/test_rinda.rb (test_core_03_notify): Fixed test failures
- [ruby-dev:44430] [Ruby 1.9 - Bug #372]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33196 b2dd03c8-39d4-4d8f-... -
06:14 PM Bug #5208 (Rejected): \b and \B don't match properly
- Ken Takata wrote:
> > Ruby では \w とは別に \p{Word} というものを用意しているので、「\b は \p{Word} に従う」でよいかと思っています。
>
> そういう考えもありましたか。た... -
06:05 PM Bug #5275 (Closed): Typo in ext/json/generator/generator.c
- This issue was solved with changeset r33192.
Ayumu, thank you for reporting this issue.
Your contribution to Ruby is ... -
06:00 PM Bug #5275 (Closed): Typo in ext/json/generator/generator.c
- ext/json/generator/generator.c に一ヶ所いわゆる全角文字が使われているので修正パッチを書きました。
-
12:02 PM Revision 4117048c (git): * insns.def: change encoding pragma for emacs (shift_jis to utf-8).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:36 AM Revision 1cd56023 (git): * Makefile.in (INSNS): change command line option -Ks to -Ku for
- generate *.inc. because insns.def encoding has been changed SJIS to
UTF-8. if $BASERUBY is 1.9, -Ks cause an error.... -
09:10 AM Revision bc17dba0 (git): * transcode.c (rb_econv_binmode): newline decorators are
- exclusive.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:05 AM Revision 179cf473 (git): Fix typo: U+0456->U+0069. [Bug #5275]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:46 AM Revision ff2c5c16 (git): * test/ruby/test_float.rb (TestFloat#test_round): show the number in question.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:15 AM Bug #5274 (Closed): [ruby-dev:44460] Class の clone と Class の生成を組み合わせたときのバグ
- [ruby-dev:44460] をチケット化します。
----
芝と申します。
次のサンプルコードを実行すると segv を吐きます。
確認した Ruby 処理系は ruby 1.9.3dev (2011-09-04... -
06:07 AM Revision f37162c0 (git): merge revision(s) 33189:
- * test/rubygems/test_gem_security.rb
(test_class_build_self_signed_cert): reset opt[:trust_dir] to apply
... -
06:06 AM Revision 522c16e8 (git): * test/rubygems/test_gem_security.rb
- (test_class_build_self_signed_cert): reset opt[:trust_dir] to apply
temporary Gem.user_home.
git-svn-id: svn+ssh:/... -
06:05 AM Revision 818ebcc5 (git): * doc/rake/CHANGES: reverted. this file is not written in Japanese.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:43 AM Bug #5273 (Closed): Float#round returns the wrong floats for higher precision
- Float#round returns the wrong floats for higher precision.
Rounding can be off:
2.5e-22.round(22) # => 2.0e-2... -
03:53 AM Bug #5227: Float#round fails on corner cases
- Hi,
On Tue, Aug 30, 2011 at 9:19 PM, NARUSE, Yui <[email protected]> wrote:
>> RubySpec is part of CRuby's im... -
01:53 AM Feature #5128: 日本語ドキュメントをUTF-8に
- $B$"$$$6$o$G$9!#(B
$B$9$_$^$;$s!"(Brebase $B$7$?$H$-$N%3%s%U%j%/%H$,$A$c$s$H2r7h$5$l$F$$$J$+$C$?$h$&$G(B
... -
01:06 AM Revision 48cd6cb1 (git): README.ja, README.EXT.ja: resolve conflicts. [ruby-dev:44459]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:53 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
- > Why is this issue closed? Is the current behaviour acceptable?
Can you still reproduce this issue?
Also available in: Atom