Activity
From 05/26/2012 to 06/01/2012
06/01/2012
-
10:15 PM Bug #6527 (Rejected): WEBrick::HTTPResponse.header is a hash
- This means that there can only be one header with a given name, which makes if for example impossible to implement an...
-
09:45 PM Bug #6479: ipaddr.rbの受け付ける書式が、プラットフォームによって異なる
- 武者さん、なかむら(う)さん
お二方とも、御返信下さり有難う御座います。
> cf. http://pubs.opengroup.org/onlinepubs/009696799/functions/inet_addr.h... -
08:56 PM Feature #6522: Migrate extconf.rb documentation from README.EXT to MakeMakefile
- Hi Eric,
I've updated a new patch with your requested changes, also fixed up the method definitions in "(4) prepar... -
08:59 AM Feature #6522: Migrate extconf.rb documentation from README.EXT to MakeMakefile
- I don't think the call-seq changes to lib/mkmf.rb are necessary. In some cases they don't match up with the method d...
-
06:37 AM Feature #6522 (Closed): Migrate extconf.rb documentation from README.EXT to MakeMakefile
- I've added a patch to move any missing bits from README.EXT Appendix C to MakeMakefile, in exchange for "See MakeMake...
-
04:38 PM Bug #6524 (Assigned): missing "#=>" in example block in Regexp class documentation
-
01:49 PM Bug #6524 (Closed): missing "#=>" in example block in Regexp class documentation
- In the Regexp class documentation, "Performance" section, the code block that starts out "# Match a string of 29 <i>a...
-
03:53 PM Feature #6499: Array::zip
- marcandre (Marc-Andre Lafortune) wrote:
> Hi
>
> trans (Thomas Sawyer) wrote:
> > This is probably true of any A... -
03:42 PM Feature #6367: #same? for Enumerable
- same_by? is a good alternative. I've even replaced #same? with #same_by? in my projects.
-
02:53 PM Feature #4254 (Assigned): Allow method transplanting
- =begin
What status is this proposal?
I don't think the original proposal has been rejected, but only other
additiona... -
02:47 PM Bug #6526 (Closed): minor typo in Regexp class documentation
- In the "Performance" section of the Regexp class documentation, the intro to the first sample code block says "Cons...
-
02:31 PM Bug #6525 (Closed): misleading example in Permformance section of Regexp documentation?
- In the Performance section of the Regexp documention, it is stated that changing from Regexp.new('a?' * 29 + 'a' * 2...
-
11:58 AM Feature #6445: request for default length/position on string index
- It would look nice and work fine with indexing strings and arrays, but if it were put in you would've come to want (1...
-
11:53 AM Bug #5497 (Feedback): Math.log10(10_000) error on HP-UX/PA
- I don't have any environments to examine this issue.
Please give me a patch to fix this. -
11:50 AM Bug #5693 (Closed): clang warning in bigdecimal
- This is fixed by r33915
-
11:45 AM Bug #5647 (Closed): Possible use of uninitialized value in Init_bigdecimal
- This is fixed by r35555
-
11:39 AM Bug #5772 (Feedback): Segmentation Fault on Mac (crash)
- You use Leopard because the kernel version is 9.8.0.
We don't support Leopard so we want to know whether this issue ... -
08:51 AM Feature #6517: Array documentation examples and formatting
- Great work, but please watch for trailing whitespace.
-
08:51 AM Feature #6517 (Closed): Array documentation examples and formatting
- This issue was solved with changeset r35858.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i... -
08:07 AM Bug #6523 (Closed): typos/display errors in Regexp.html page
- This is a duplicate of #6488
-
06:48 AM Bug #6523 (Closed): typos/display errors in Regexp.html page
- I was looking through the Regexp class documentation found at
http://www.ruby-doc.org/core-1.9.3/Regexp.html
... an... -
07:09 AM Feature #6521: Document Kernel module intro
- I reworded this slightly to emphasize that instance methods of Kernel are documented on Object but module methods are...
-
06:42 AM Feature #6521 (Closed): Document Kernel module intro
- This issue was solved with changeset r35856.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i... -
05:51 AM Feature #6521 (Closed): Document Kernel module intro
- I've added a patch to cover Kernel module documentation. This puts object.c to 100% documentation!
-
06:30 AM Feature #6518 (Closed): Object#=== documentation formatting
- This issue was solved with changeset r35854.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i... -
01:47 AM Bug #6520 (Rejected): Invalid url is identified as valid
- The following will tell you what is happening.
1.9.3p125 :010 > s[URI.regexp]
=> "http://abc"
URI.regexp i... -
01:33 AM Bug #6520 (Rejected): Invalid url is identified as valid
- (({
1.9.3p125 :006 > require 'uri'
=> true
1.9.3p125 :007 > URI.parse invalid_url
URI::InvalidURIError: bad URI... -
12:06 AM Bug #6514: Abort trap: 6 running rspec on rdf.rb
- Hi,
It seems that step 1.5
$ git clone git://github.com/ruby-rdf/rdf.git
is required.
But I also cannot repro...
05/31/2012
-
11:51 PM Bug #6519 (Closed): space in COUTFLAG
- redmine側のbugfixをしていたり系なのでclose
-
11:50 PM Bug #6519 (Assigned): space in COUTFLAG
- これって [ruby-dev:45694] を見るとバックポート以外決着がついてるように見えるのですが、
今更チケット化されたのは何かやることが残っているのでしょうか。
よくわからないままに usa さんにアサイン。
-- ... -
12:09 PM Bug #6519 (Closed): space in COUTFLAG
- こんにちは。
mkmf.rbで作成するMakefileには COUTFLAG や OUTFLAG といったmakeの変数が
定義されます。その内容が意図した結果となっていないのではないかと思いま
した。殆どの環境で... -
11:45 PM Feature #6518 (Assigned): Object#=== documentation formatting
-
09:33 AM Feature #6518 (Closed): Object#=== documentation formatting
- Let Object be a link in rdoc output, formatting of case.
-
11:43 PM Feature #6517 (Assigned): Array documentation examples and formatting
-
09:28 AM Feature #6517 (Closed): Array documentation examples and formatting
- I went through array.c to add missing examples and apply more consistent formatting.
-
11:38 PM Bug #6514 (Feedback): Abort trap: 6 running rspec on rdf.rb
- I cannot reproduce.
$ git clone git://github.com/ruby-rdf/rdf.git
Cloning into 'rdf'...
remote: Counting objects... -
11:32 PM Bug #6508 (Feedback): Add an (optional) GNU configure option to demand libyaml before continuing, when compiling ruby from source
- I completely agree that the behavior you are proposing is best.
But it would be hard to implement exactly because th... -
11:17 PM Feature #6515: array.c: added method that verifies if an Array is part of another
- =begin
I'm not in favor with this proposal, because of its name mainly.
'Array ((|X|)) is part of array ((|Y|))' soun... -
11:11 PM Feature #6494 (Assigned): Send Accept-Encoding for all HTTP requests
-
11:10 PM Feature #6492 (Assigned): Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
-
11:10 PM Feature #6482 (Assigned): Add URI requested to Net::HTTP request and response objects
-
06:16 PM Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
- So, thinking about this resulted in the following:
1.9.3p194 pry(main)> require 'openssl'
=> true
1.9.3p194 pry(... -
12:21 PM Feature #6321: Find and repair bad bytes in encodings, without transcoding
- jrochkind (jonathan rochkind) wrote:
> I think the use case is very common -- it is for me anyway, I think I"m not u... -
11:05 AM Bug #6306: Ripper lexes :on_kw when it should find :on_ident
- So, you need to have semantics of your input, not a lexical analysis. Right?
Then your using Ripper.lex is a wrong ... -
08:15 AM Bug #6306: Ripper lexes :on_kw when it should find :on_ident
- =begin
If this is how the lexer works, then I guess there's not much use in pleading my case, but FWIW, I'll explain ... -
09:44 AM Bug #6496: Adding a bit of DL and friends documentation
- After checking with Aaron I cleaned up some missing capitalization in the patch, improved some generic descriptive do...
-
07:48 AM Bug #6496 (Closed): Adding a bit of DL and friends documentation
- This issue was solved with changeset r35846.
Vincent, thank you for reporting this issue.
Your contribution to Ruby i... -
07:48 AM Feature #5663: Combined map/select method
- =begin
By the way, is anybody using the (({nil})) returned by (({#compact!})) ?
enum.map { |i| i + 1 if i.even?...
05/30/2012
-
11:32 PM Feature #6515: array.c: added method that verifies if an Array is part of another
- I'm adding a new patch that fixed a typo. I also did some refactor to the code.
-
09:49 PM Feature #6515 (Assigned): array.c: added method that verifies if an Array is part of another
-
09:00 PM Feature #6515: array.c: added method that verifies if an Array is part of another
- I've added Li's patch from GH#127
-
02:02 PM Feature #6515: array.c: added method that verifies if an Array is part of another
- Sorry, I wasn;t sure what to upload. Please remove them.
nobu (Nobuyoshi Nakada) wrote:
> Why attaching whole fil... -
01:14 PM Feature #6515: array.c: added method that verifies if an Array is part of another
- Why attaching whole files?
-
12:14 PM Feature #6515 (Feedback): array.c: added method that verifies if an Array is part of another
- This method is like the include? method but instead of receiving a value and check if the array has it, it receives a...
-
09:49 PM Feature #6494: Send Accept-Encoding for all HTTP requests
- drbrain (Eric Hodel) wrote:
> Why remove the HAVE_ZLIB and @response_has_body checks?
Ah, I wrongly removed it, i... -
08:55 AM Feature #6494: Send Accept-Encoding for all HTTP requests
- Why remove the HAVE_ZLIB and @response_has_body checks?
This updated patch incorporates your change to maintain ba... -
08:24 PM Feature #6513: Make method_missing to lookup in constants too
- @sorah it's probably the best possible example - I met it a while ago in nokogiri and was confused to see "def XML". ...
-
09:36 AM Feature #6513: Make method_missing to lookup in constants too
- I am negative, since it gives more chance to confuse users, e.g.
mere constant definition can differentiate the mean... -
09:26 AM Feature #6513: Make method_missing to lookup in constants too
- FYI, nokogiri.gem has Nokogiri::XML module and Nokogiri::XML method.
$ irb -rnokogiri
>> Nokogiri::XML.class
=> ... -
04:21 AM Feature #6513: Make method_missing to lookup in constants too
- @nobu
>Why do you think so?
any example of method in popular libraries or anything with first capital letter? Why... -
12:56 AM Feature #6513 (Feedback): Make method_missing to lookup in constants too
- =begin
: egor.homakov (egor homakov) wrote:
None of code style guides teaches to use capital letters in methods' ... -
02:16 PM Feature #5937: Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
- @naruse: as Eric pointed out in his original ticket (#5929), I do believe this is a bug, as the current API advertise...
-
07:55 AM Feature #5937: Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
- I think #5929 should be backported instead. While #5937 makes working with custom dictionaries easier, #5929 fixes t...
-
12:31 PM Bug #6479: ipaddr.rbの受け付ける書式が、プラットフォームによって異なる
- 本件の実装の大枠はもうできていて、あとはどういう表記を認めるかというところで諸方面に確認中ですが、ゼロ埋めについては不許可にしたいと思うようになりました。
というのもアドレスのパースに用いられるCの inet_addr() の仕... -
09:57 AM Bug #6514 (Rejected): Abort trap: 6 running rspec on rdf.rb
- Running RSpec on http://github.com/ruby-rdf/rdf/spec reliably generates the Abort trap.
To repeat:
1. git clone... -
08:45 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
- I've updated this patch. Upon working with the code again and looking at RFC 2616, I have made the following changes...
-
06:23 AM Feature #6482: Add URI requested to Net::HTTP request and response objects
- On May 28, 2012, at 04:37, NARUSE, Yui wrote:
> 2012/5/27 mame (Yusuke Endoh) <[email protected]>:
>>
>> Issue #648... -
06:20 AM Bug #6501 (Closed): Documentation for Exception#set_backtrace is incorrect
- This issue was solved with changeset r35837.
Daniel, thank you for reporting this issue.
Your contribution to Ruby is... -
05:35 AM Bug #6488: String#slice example has a syntax error
- This is a bug in RDoc's ruby parser
05/29/2012
-
10:44 PM Bug #6498: Cygwin needs $(DEFFILE) for extension libraries.
- nobu-san, I'm not sure if I fully understand what you said, but this is an issue of linking a static import library i...
-
10:37 PM Feature #6513: Make method_missing to lookup in constants too
- First letter of constant is always a capital letter(in Ruby).
if you define method:
def Hi
1
end
You're no... -
10:37 PM Feature #6513 (Rejected): Make method_missing to lookup in constants too
- =begin
First letter of constant is always a capital letter(in Ruby).
if you define method:
def Hi
1
en... -
11:18 AM Bug #6509 (Assigned): String#gsub is too slow if receiver includes a binary
- str_gsubの中でdestが一回non asciiになってしまったらそれ以降はsearch_nonasciiしても無駄という気がしますが専門家のご意見をうかがいたいところです。
-
10:03 AM Bug #6509 (Closed): String#gsub is too slow if receiver includes a binary
- =begin
以下のようなコードで String#gsub が遅くなります。
* b = "" の場合(A): 0.2840230464935303
* b = "\xB9" の場合(B): 4.18377184... -
05:24 AM Bug #6488: String#slice example has a syntax error
- I was unable to reproduce this with ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux] and rdoc 3.9.4
Could...
05/28/2012
-
09:49 PM Feature #6507: File Literal
- =begin
I thought about this a bit more and there is really no way to avoid a certain amount of regex look-alike b/c t... -
09:23 PM Feature #6507: File Literal
- May be %f{foo.bar}.open{}, %f{file*.txt}.each{}
Syntax with open bracket and without closing makes trouble when me... -
03:15 AM Feature #6507: File Literal
- Ah frigets! I totally spaced on regexp notation. Well maybe the string would have to be used:
file = /'foo'/'i'
... -
02:39 AM Feature #6507 (Feedback): File Literal
- trans (Thomas Sawyer) wrote:
> Today it occurred to me that perhaps the `/` symbol could do the trick:
>
> file... -
02:03 AM Feature #6507 (Feedback): File Literal
- =begin
One of the features of the Rebol programming language that I has always liked is its direct support for files... -
08:53 PM Feature #6482: Add URI requested to Net::HTTP request and response objects
- Oops, sorry. Please update the maintainer list of redmine wiki.
2012/5/28 NARUSE, Yui <[email protected]>:
> ... -
08:53 PM Feature #6482: Add URI requested to Net::HTTP request and response objects
- 2012/5/27 mame (Yusuke Endoh) <[email protected]>:
>
> Issue #6482 has been updated by mame (Yusuke Endoh).
>
>
> ... -
08:34 PM Feature #6494: Send Accept-Encoding for all HTTP requests
- This change breaks code which calls initialize with initheader=nil.
- def initialize(m, reqbody, resbody, path, ini... -
08:32 PM Feature #3322 (Rejected): Simple Patch to make ruby copy-on-write-friendly
- Sorry for the late relpy.
We already have Bitmap Marking GC in Ruby2.0 so I reject it.
Thanks. -
08:22 PM Bug #5932 (Rejected): gc_mark_children で SEGV が発生
- 再現していないとのことですので、一旦Rejectしておきます。
-
07:05 PM Bug #6508: Add an (optional) GNU configure option to demand libyaml before continuing, when compiling ruby from source
- @shevegen have you tried adding --with-libyaml to your configure args? We already have it (with a different context)...
-
06:49 PM Bug #6508 (Rejected): Add an (optional) GNU configure option to demand libyaml before continuing, when compiling ruby from source
- Hi. When I compile ruby 1.9.3 I get this sometimes:
It seems your ruby installation is missing psych (for YAML out... -
01:46 PM Feature #5937: Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
- igrigorik (Ilya Grigorik) wrote:
> What are the odds of having this be backported to 1.9.x? We need custom dictionar... -
01:35 PM Bug #6506 (Closed): configure --disable-install-doc していると make install で ruby がビルドされない
- This issue was solved with changeset r35829.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ... -
01:06 PM Bug #6498 (Rejected): Cygwin needs $(DEFFILE) for extension libraries.
- It makes no sense.
Symbols defined by dynamically loaded library cannot be visible from another dynamically loaded... -
12:50 PM Feature #6499: Array::zip
- duerst (Martin Dürst) wrote:
> I always wished there had been a better way, but the idea I came up with was someth... -
12:47 PM Feature #6499: Array::zip
- The problem becomes even more obvious in the cases where one starts with an array of arrays:
New way:
Array.zip(... -
06:45 AM Feature #6499: Array::zip
- Hi
trans (Thomas Sawyer) wrote:
> This is probably true of any Array method that take one or more other arrays as... -
01:22 AM Feature #6499: Array::zip
- This is probably true of any Array method that take one or more other arrays as argument. Are there other's besides #...
-
12:17 PM Bug #5254 (Closed): class オブジェクトの開放時に segv
- r35827 で修正しました。
05/27/2012
-
11:17 PM Bug #6506 (Closed): configure --disable-install-doc していると make install で ruby がビルドされない
- configure --disable-install-doc を指定していると、make install しても
miniruby だけ再ビルドされて ruby は古いままで install されるようです。
make clea... -
09:23 PM Bug #6501: Documentation for Exception#set_backtrace is incorrect
- (2012/05/27 19:26), mame (Yusuke Endoh) wrote:
> ko1, tell us if you have any opinion (or objection) about this.
... -
07:26 PM Bug #6501 (Assigned): Documentation for Exception#set_backtrace is incorrect
- Hello drbrain,
Could you treat this?
ko1, tell us if you have any opinion (or objection) about this.
--
Yu... -
01:42 AM Bug #6501 (Closed): Documentation for Exception#set_backtrace is incorrect
- The documentation for Exception#set_backtrace is incorrect. It currently says that its argument must be an array of s...
-
07:25 PM Feature #6503 (Assigned): Support for the NPN extension to TLS/SSL
- Thank you Ilya!
Martin, could you tell me how hard is it to implement this?
--
Yusuke Endoh <[email protected]> -
02:57 PM Feature #6503 (Closed): Support for the NPN extension to TLS/SSL
- OpenSSL 1.0.1+ added support for Next Protocol Negotiation (NPN) extensions. A couple of relevant links:
- Google ... -
02:35 PM Feature #5937: Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
- What are the odds of having this be backported to 1.9.x? We need custom dictionary support to support SPDY without re...
-
05:52 AM Bug #6500 (Rejected): File#open with a ':binmode => true' opt
- This issue is fixed at trunk. This seems a duplicate of Bug #6055.
-
12:36 AM Bug #6500: File#open with a ':binmode => true' opt
- Yusuke, assigning to Hiroshi Shirosaki who is more familiar with File IO.
-
12:30 AM Bug #6500 (Assigned): File#open with a ':binmode => true' opt
- Luis, could you treat this?
--
Yusuke Endoh <[email protected]> -
02:53 AM Bug #6502 (Closed): include Syslog
- knu さん
http://d.hatena.ne.jp/nagachika/20120521#r35737
で指摘されていますが、Syslog#inspect が rb_define_module_function なの... -
01:07 AM Feature #6482: Add URI requested to Net::HTTP request and response objects
- Hello, drbrain
Are you willing to be a net/http(s) maintainer?
I think you deserve it.
Matz, do you accept him... -
01:00 AM Bug #6490 (Assigned): The 'printf' method in trace_func is not sent to 'stdout' variable in tracer.rb
-
12:50 AM Feature #6483 (Assigned): parametric map
- Assigning to matz.
Eregon (Benoit Daloze) wrote:
> For info, this is http://bugs.ruby-lang.org/issues/show/4146... -
12:45 AM Bug #6495 (Assigned): uninitialized constant due to missing require
- I'm not sure if the author had assumed that dl/struct is require'ed directly.
Aaron, what do you think?
--
Yusu... -
12:35 AM Bug #6496 (Assigned): Adding a bit of DL and friends documentation
- Aaron, please let Eric know your opinion if any.
--
Yusuke Endoh <[email protected]> -
12:33 AM Feature #6480: [PATCH] Add HTTP status codes from RFC 6585
- Please commit it unless there is objection within a few days or a week.
Thanks!
--
Yusuke Endoh <[email protected]> -
12:30 AM Feature #6480 (Assigned): [PATCH] Add HTTP status codes from RFC 6585
-
12:16 AM Feature #6499 (Assigned): Array::zip
-
12:07 AM Bug #6498 (Assigned): Cygwin needs $(DEFFILE) for extension libraries.
- Looks acceptable to me because the proposed patch affects just cygwin.
(Note that cygwin is not supported now)
No...
05/26/2012
-
11:05 PM Bug #6500 (Rejected): File#open with a ':binmode => true' opt
- Here's the problem, under Windows:
irb(main):001:0> f = File.open('x',binmode:true)
ArgumentError: both textmode ... -
10:29 PM Feature #6130: inspect using to_s is pain
- I attach the updated tests (sorry about the delay :/).
Please comment is something is wrong.
After speaking with ... -
06:05 PM Bug #6491: DateTime.strftime('%Z') output is incorrect format
- Time's one also says.
but, actually it depends on platform.
on windows, may not always return abbreviation.
this... -
01:09 PM Bug #6491: DateTime.strftime('%Z') output is incorrect format
- If this is expected functionality, then perhaps the documentation should be changed. It clearly says `%Z - Time zone ...
-
12:39 PM Bug #6491: DateTime.strftime('%Z') output is incorrect format
- i tried to avoid the term of UTC or similar words here carefully.
because, we use +00:00 as a local time.
ruby's ... -
12:15 PM Bug #6491: DateTime.strftime('%Z') output is incorrect format
- And if it's not a bug, what's the difference between `%:z` and `%Z`? Currently they basically output the same thing. ...
-
12:11 PM Bug #6491: DateTime.strftime('%Z') output is incorrect format
- Time.parse().strftime('%Z') outputs `UTC`. Notice I said "similar format". It should output a human consumable output...
-
12:05 PM Bug #6491 (Rejected): DateTime.strftime('%Z') output is incorrect format
i don't know how to determine such a name.
moreover, GMT is already dead.
this is not a bug, not an incorrect f...-
01:42 PM Feature #6499 (Rejected): Array::zip
- Sometimes it's more natural to have Array::zip rather than Array#zip. Otherwise first array of list became unnecessar...
-
10:28 AM Bug #6498 (Rejected): Cygwin needs $(DEFFILE) for extension libraries.
- It seems that Bug #2684 is also valid for Cygwin.
For example, "gem install glib2 atk" fails with many undefined ref... -
10:18 AM Feature #6497 (Closed): Disabling TLS client-side renegotation
- I added support for completely disabling client renegotiation on SSL/TLS servers in r35797.
Client renegotiation is ... -
10:08 AM Feature #6265: Remove 'useless' 'concatenation' syntax
- I agree with Alex that when I first saw it I thought it was cool, but then I never really needed to use it, like tran...
-
06:48 AM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- Hi everyone. I am a newbie user of computer languages (< 1 year), and I am
providing my feedback from this position.... -
04:25 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- Uh oh, this discussion is already a pain to read.
-
03:31 AM Bug #6496 (Closed): Adding a bit of DL and friends documentation
- Here is a little bit of documentation for DL. Overall it add 0.15% documentation coverage. \o/
-
02:19 AM Bug #6495 (Closed): uninitialized constant due to missing require
- <issue>
irb(main):022:0> require 'dl/struct'
NameError: uninitialized constant DL::CStructEntity::ValueUtil
from ... -
02:06 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
- naruse (Yui NARUSE) wrote:
> If Inflater's @socket.read returns nil or a string shorter than clen, it means the inpu...
Also available in: Atom