davydov_anton (Anton Davydov)
- Login: davydov_anton
- Email: antondavydov.o@gmail.com
- Registered on: 02/13/2015
- Last sign in: 06/25/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 4 | 4 |
Activity
07/02/2019
-
03:02 PM Ruby Bug #15977 (Closed): Unobvious result value from #next_rotate_time and #previous_period_end methods of Logger::Period module
- I found that #next_rotate_time and #previous_period_end methods can return different time objects in some case.
When we call these methods with valid `shift_age` option methods returns a new Time object with the local machine's timez... -
01:56 PM Ruby Revision 181b966e (git): Add a missing tests for Logger::Period module
- Closes: https://github.com/ruby/ruby/pull/2266
09/12/2016
-
09:11 PM Ruby Misc #12756 (Closed): Increase test coverage and stylistic changes for URI::HTTP
- Hello,
I increase test coverage for URI::HTTP class. Also I added some stylistic changes to code and documentation.
You can find PR in github:
https://github.com/ruby/ruby/pull/1427
Thanks.
09/11/2016
-
03:54 PM Ruby Misc #12750 (Closed): Increase test coverage for URI::MailTo
- Hello,
I increase test coverage for URI::MailTo class. You can find PR in github:
https://github.com/ruby/ruby/pull/1426
Thanks.
11/07/2015
-
07:41 PM Ruby Bug #11417: Wrong description for `limit` parameter for IO#gets
- Ary hello!
The problem in UTF-8 encoding. For example japanese characters are represented by 3 bytes:
~~~
StringIO.new("こんにちは").gets(1) # => "こ"
StringIO.new("こんにちは").gets(2) # => "こ"
StringIO.new("こんにちは").gets(3) # => "こ"
Stri...
06/16/2015
-
10:17 PM Ruby Bug #10928: optparse Switch#summarize code doesn't reflect its documentation
- Hello,
> However, the actual method definition line shows otherwise, namely an Array.
In documentations says that `sdone` and `ldone` options take keyed hash. It's mean that this options take array with hash keys.
> ...
It's dif...
05/19/2015
-
11:17 PM Ruby Bug #11162 (Closed): Update documentation for CMath library
- Hello!
I updated description and '*Usage*' part for `CMath` library, added '*Brief overview of complex numbers*' part and added two books about complex numbers. Also I added examples for each library method.
*P.S.: this is my first...