General

Profile

eitoball (Eito Katagiri)

  • Login: eitoball
  • Email: eitoball@gmail.com
  • Registered on: 10/16/2009
  • Last sign in: 04/01/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

12/27/2018

04:45 AM Ruby Bug #15468 (Closed): Net::Protocol::BufferedIO#write raises NoMethodError when sending large multi-byte string
ruby-2.6.0で大きなJSON文字列をNet::HTTPでPOSTすると以下のように NoMothodError が発生するようになりました。
~~~
$ ruby -rnet/http -rjson -v -e "Net::HTTP.post(URI('http://httpbin.org/post'), { text: 'あ'*100_000 }.to_json, 'Content-Type' => 'application/json')"
ruby 2...
eitoball (Eito Katagiri)

05/29/2016

12:15 AM Ruby Bug #12434: Marshal.dump does not dump some numbers as Fixnum
Thank you. I should have looked up ruby spec. https://github.com/ruby/spec/blob/master/core/marshal/dump_spec.rb#L40-L48 eitoball (Eito Katagiri)

05/28/2016

12:56 PM Ruby Bug #12434 (Rejected): Marshal.dump does not dump some numbers as Fixnum
`Marshal.dump` dumps numbers between 1073741824 and 4294967295 and between -4294967296 and -1073741825 as `Bignum`, but I think that those numbers should be dumped as `Fixnum`.
~~~
$ ./ruby --disable-gems -e'p Marshal.load("\x04\bi\x...
eitoball (Eito Katagiri)

09/24/2010

11:40 PM Ruby Bug #3728: IO.select is not documented.
=begin
On Sun, Sep 12, 2010 at 9:02 AM, Tanaka Akira <akr@fsij.org> wrote:
> The document doesn't describe the type and unit of timeout.

Thank you for reviewing.

I created parameter section and tried to describe about timeou...
eitoball (Eito Katagiri)

09/07/2010

10:24 PM Ruby Bug #3728: IO.select is not documented.
=begin
I created a patch to fill some documentation for IO.select (and Kernel.select eventually). The code example is borrowed from the Rurima project.

HTH
=end
eitoball (Eito Katagiri)

09/03/2010

11:11 PM Ruby Bug #3764: Ripper incorrectly handle literal keywords (as symbol, eg. :class)
=begin
No, I don't think that it is a bug.

It doesn't have to be an identifier after colon for a symbol.
":$0", ":VERSION", and ":>" are valid symbols. You might want
to take a look at parse.y in Ruby source code to see what ca...
eitoball (Eito Katagiri)

09/02/2010

09:29 PM Ruby Bug #3760: help "String.new" (for example) no longer works in irb
=begin
The attached patch should fix this issue. Please review and try the patch.

The "get_info_for" method has been removed from RDoc::RI::Driver class since r19537; when RDoc 2.2.1 r185 was imported.
=end
eitoball (Eito Katagiri)

09/01/2010

11:15 PM Ruby Bug #3765: Ripper::Lexer missed out tokens after '=>' operator
=begin
I think that it is because the provided statement was illegal and Ripper stopped parsing it.

% ruby -ve ":x => 1"
ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin9.8.0]
-e:1: syntax error, unexpected tASSOC,...
eitoball (Eito Katagiri)

Also available in: Atom