Activity
From 01/26/2012 to 02/01/2012
02/01/2012
-
11:45 PM Bug #5874 (Rejected): Coverity output for Ruby 1.9.3
- Hello,
Thank you for your reporting.
Fortunately, Coverity kindly provides us the daily analysis
results for R... -
11:19 PM Feature #5958 (Rejected): ThreadGroup#join
- I propose the method `ThreadGroup#join`.
Calling thread waits all threads in receiving `threadgroup`.
```ruby
th... -
10:58 PM Bug #5957 (Rejected): pthreads not working on ulibc (linuxthreads)
- Hi
I have an arm-linux crosscompile of ruby 1.9.2p290 and 1.9.3p0
Trying to implement a thread (via Thrad.new) ca... -
10:58 PM Feature #5788: Thread#at_exit
- =begin
I modified the patch.
* use mutex on define_at_exit to avoid race.
* mark th->at_exit and th->at_exit_lock ... -
08:41 PM Feature #5663: Combined map/select method
- @Nakada Why not?
"Returns a copy of self with all nil elements removed. If block is given, returns the yield of ea... -
02:11 PM Feature #5663: Combined map/select method
- Yura Sokolov wrote:
> I often wish to have methods, which likes to `inject` but do use return value of block for nex... -
01:10 PM Feature #5663: Combined map/select method
- I often wish to have methods, which likes to `inject` but do use return value of block for next iteration:
cla... -
12:53 PM Feature #5663: Combined map/select method
- Hi,
(12/02/01 11:18), Thomas Sawyer wrote:
> In Facets it's called #compact_map, but that's only b/c I though... -
11:23 AM Feature #5663: Combined map/select method
- In Facets it's called #compact_map, but that's only b/c I though better of
monkey patching #compact itself.
... -
11:18 AM Feature #5663: Combined map/select method
- In Facets it's called #compact_map, but that's only b/c I thought better of monkey patching #compact itself.
I thi... -
02:53 AM Feature #5663: Combined map/select method
- > It is pretty common to want to map over an Enumerable, but only include the elements that match a particular filte...
-
06:50 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- Hi,
I'm not sure that this is a non-issue. I have been cross compiling ruby for an ARM embedded device. I am compili... -
03:47 PM Bug #5956 (Closed): rexml - パース時のnamespaceチェックでのエラーについて
- 添付のプログラムを実行すると以下のエラーとなります。
(実行環境:CentOS6)
The 'xml' prefix must not be bound to any other namespace (http://www.w... -
03:23 PM Feature #5903: Optimize st_table (take 2)
- Nobuyoshi Nakada wrote:
> Another question about packing.
> Why are PKEY_POS and PVAL_POS from the tail?
It allo... -
01:05 PM Feature #5903: Optimize st_table (take 2)
- Another question about packing.
Why are PKEY_POS and PVAL_POS from the tail? -
02:37 PM Bug #5952 (Closed): コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- The test is removed on r34412.
-
09:26 AM Bug #5952 (Assigned): コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- Linux で壊れてます。
http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20120131T230102Z.diff.html.gz -
09:20 AM Bug #5952: コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- r34409 で修正されているのを確認しました。ありがとうございます。
-
06:39 AM Bug #5952 (Closed): コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- This issue was solved with changeset r34409.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i... -
09:50 AM Bug #5947 (Closed): typo in doc/re.rdoc
- This issue was solved with changeset r34411.
Ori, thank you for reporting this issue.
Your contribution to Ruby is gr... -
04:35 AM Bug #5947: typo in doc/re.rdoc
- patch attached, or [810d9f0](https://github.com/zzak/ruby/commit/810d9f0)
-
09:50 AM Bug #5953 (Closed): docs: spelling on doc/re.rdoc
- This issue was solved with changeset r34411.
Ori, thank you for reporting this issue.
Your contribution to Ruby is gr... -
04:35 AM Bug #5953: docs: spelling on doc/re.rdoc
- My apologies, this is a duplicate of [#5947](http://bugs.ruby-lang.org/issues/5947)
Please close and see patch there. -
04:24 AM Bug #5953 (Closed): docs: spelling on doc/re.rdoc
- fixed spelling error on doc/re.rdoc as illustrated by 'salty-horse' on #ruby-core
patch attached, or [810d9f0](htt... -
08:31 AM Bug #5954 (Rejected): IO.read_nonblock on IO.pipe generates Errno::EBADF (MinGW)
- =begin
Originally posted in [ruby-core:42103]:
The following example seems not to work under Windows:
r, w =...
01/31/2012
-
11:34 PM Bug #5952: コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- r29781 以降 Kernel#readlines (ARGF.readlines) で EOF を検出すると stdin を close するようになっていたようです。以下のようなサンプルで現象を確認できます。
readli... -
07:19 PM Bug #5952 (Closed): コマンドラインモードで CGI.new を 2 回実行すると IOError が発生する
- =begin
1.9.3p28, trunk で以下のスクリプトを実行すると2回目の CGI.new で パラメータを受け取る時に IOError が発生します。
% cat cli.rb
require 'cgi'
C... -
09:36 PM Bug #5901 (Closed): OpenBSD "[FATAL] failed to allocate memory"
- This issue was solved with changeset r34404.
George, thank you for reporting this issue.
Your contribution to Ruby is... -
06:27 AM Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
- I reverted my own changes. Then I tried to apply patch by Narihiro Nakamura, but I got patch conflict with svn r34399...
-
02:46 PM Feature #5903: Optimize st_table (take 2)
- Hi,
I could work on questions about pool allocation.
Regards,
Yura. -
02:08 PM Feature #5903: Optimize st_table (take 2)
- Nobuyoshi Nakada wrote:
> What's "_black_magick"?
On my computer, pool allocator work by 1% faster when I keep those... -
09:23 AM Feature #5903: Optimize st_table (take 2)
- Hi,
In message "Re: [ruby-core:42279] Re: [ruby-trunk - Feature #5903] Optimize st_table (take 2)"
on Tue... -
09:23 AM Feature #5903: Optimize st_table (take 2)
- Hi,
I meant 83.patch. I think 84.patch (pool allocation) requires more
discussion.
matz.
In... -
07:07 AM Feature #5903: Optimize st_table (take 2)
- What's "_black_magick"?
-
02:18 AM Feature #5903: Optimize st_table (take 2)
- I am positive about this patch. Nobu, could you review the patch and check it in unless you find any problem?
Matz. -
09:47 AM Bug #5951 (Closed): Exported RSA keys allow pass phrases that are too short
- =begin
Exporting a key with this code:
cipher = OpenSSL::Cipher::Cipher.new 'AES-128-CBC'
pass_phrase = 'w... -
06:48 AM Bug #5949: Add documentation introduction for the Encoding class
- Impressive, thanks!
I think you have a typo on line 1698 ; if it's supposed to be a ruby code example, the Encodin... -
04:19 AM Bug #5949: Add documentation introduction for the Encoding class
- Really nice documentation, thank you for writing this!
-
12:15 AM Bug #5949 (Closed): Add documentation introduction for the Encoding class
- Add documentation introduction for the Encoding class
-
12:33 AM Bug #5950 (Closed): open-uri: https redirect fix
- open-uri raises an exception if a http/s redirect refers to https.
original mail to the maintainer with a quickf...
01/30/2012
-
10:53 PM Bug #5940 (Closed): Resolve conflict between inheritance and mixins
- Closed, as duplicate of Module#prepend request.
-
10:07 PM Bug #5940: Resolve conflict between inheritance and mixins
- Thanks for the feedback and the suggestions.
Will be watching for the arrival of Module#prepend. :) -
10:01 PM Bug #5948 (Closed): Adding ZLib documentation
- I added missing ZLib documentation and corrected some things that were there.
I reviewed original zlib.h file tha... -
06:55 PM Bug #5947 (Closed): typo in doc/re.rdoc
- The "Repetition" section in doc/re.rdoc has this text:
"The fist uses a greedy"
"fist" should be "first".
Re... -
03:12 PM Bug #5946: Remove too early and unnecessary calls to heaps_increment
- I remade benchmark. It seems that I was wrong.
Excuse me. -
02:12 PM Bug #5946: Remove too early and unnecessary calls to heaps_increment
- Could you make a benchmark, please?
My benchmark shows 1% improvement when patch is applied to ruby-trunk and 6% a... -
01:54 PM Bug #5946 (Rejected): Remove too early and unnecessary calls to heaps_increment
- Hi.
I reject it because lazy sweeping would spent much time if heap is full.
https://github.com/funny-falcon/ruby/co... -
01:12 PM Bug #5946 (Rejected): Remove too early and unnecessary calls to heaps_increment
- Too early call in `lazy_sweep` slows down sweep phase, cause while loop breaks on `if (has_free_object) { ... return ...
-
09:59 AM Feature #5945 (Assigned): Add the ability to mark a at_exit as process-local.
- I'd like to propose a enhancement to `at_exit`.
It would be nice if you could stop a `at_exit` handler from running...
01/29/2012
-
06:53 PM Bug #5940: Resolve conflict between inheritance and mixins
- What you want is a feature planned for Ruby 2.0 called Module#prepend (as compared to Module#include).
Konstantin... -
10:48 AM Feature #5896: object representation in rb_enc_vsprintf()
- 警告については、gccの拡張ですしPRINTF_ARGSを諦めるのどうですか?
拡張した時点でprintf書式に合わないのはしようがないと思います。 -
12:36 AM Bug #5831 (Rejected): URI.extract not properly extracting URIs with trailing slash followed by single quote
- Sorry for late reply.
As deshi says, that's not a bug, it's a feature.
01/28/2012
-
08:53 PM Bug #5940: Resolve conflict between inheritance and mixins
- On 28.01.2012, at 01:53, Mario Lanza wrote:
>
> Some in the Ruby community (like Chad Fowler) have noticed issues... -
08:53 AM Bug #5940 (Closed): Resolve conflict between inheritance and mixins
- Some in the Ruby community (like Chad Fowler) have noticed issues around how Ruby attempts to transverse a method's p...
-
08:12 PM Bug #5933: thin と Rack::FiberPool で SEGV が発生
- ruby 1.9.3p28 (2012-01-28 revision 34386) [x86_64-darwin11.2.0] で試したところ、再現しません。
trunk では rails-3.2.0 が動かなかったので試すことが出... -
09:51 AM Bug #5812 (Closed): test-all is stuck on Windows
- This issue was solved with changeset r34387.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
05:53 AM Bug #5938 (Closed): irb crashes on 2nd level tab complete if Module#name returns regexp
- This issue was solved with changeset r34384.
foo, thank you for reporting this issue.
Your contribution to Ruby is gr...
01/27/2012
-
11:48 PM Bug #5831: URI.extract not properly extracting URIs with trailing slash followed by single quote
- I have reading lib/uri/common.rb, I found the URI.extract's behavior is split url with whitespace. so i think you rep...
-
09:21 PM Bug #5939 (Rejected): ActiveSupport::Callbacks で SEGV
- 1.9.2p290, Rails-3.2.1 の環境で SEGV が発生しました。
/Users/hsbt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesu... -
05:29 PM Bug #5938 (Closed): irb crashes on 2nd level tab complete if Module#name returns regexp
- >ruby -v
ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]
Copy this into irb and press tab :)
module Fo... -
02:22 PM Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
- Hi.
I make the following patch. Is it acceptable?
diff --git a/configure.in b/configure.in
index 085dfcf..f41e... -
08:13 AM Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
- Motohiro KOSAKI wrote:
> You don't have to edit gc.c. Instead, please make a workaround in configure.in. We only nee... -
11:17 AM Bug #5812: test-all is stuck on Windows
- すばらしい!
commitしてください。
-
08:04 AM Feature #5937: Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
- Oops, forgot patch
-
07:59 AM Feature #5937 (Closed): Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
- The attached patch allows Zlib::Inflate users to supply dictionaries ahead of time in order to avoid handling the Zli...
01/26/2012
-
10:29 PM Bug #5933 (Closed): thin と Rack::FiberPool で SEGV が発生
- 1.9.2p290, Rails-3.2.0, thin-1.3.1 に Rack::FiberPool ( https://github.com/mperham/rack-fiber_pool )を組み合わせると必ず SEGV しま...
-
10:25 PM Bug #5932 (Rejected): gc_mark_children で SEGV が発生
- 1.9.2p290, Rails-3.2.0 の環境で RSpec を実行している途中に GC 周りで SEGV したので報告します。
https://gist.github.com/1682615
同じ箇所を再度実行して... -
07:17 PM Bug #5931 (Rejected): Random SEGV during execution on YARD specs
- Hello, I experience random segfauls when running YARD 0.7.4 test suite. Note that the Ruby was build using GCC 4.7. Y...
-
02:36 PM Bug #5930: source_location of blocks incorrect
- I've verified this behaviour under the following versions:
works: ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-d... -
02:15 PM Bug #5930 (Closed): source_location of blocks incorrect
- Similar to bug #2427 but maybe the opposite problem. Newer versions of ruby appear to store the source locations of b...
-
11:59 AM Bug #5929 (Closed): Zlib::Inflate#set_dictionary does not work with short input
- =begin
If a deflate stream requires a dictionary and the block of data is short it is impossible to decompress the d... -
03:32 AM Feature #5856: Feature: Raise any object
- One can rescue Exception (or Object); this also rescues SystemExit, Interrupt, etc. There is plenty of code out ther...
Also available in: Atom