radarek (Radosław Bułat)

  • Email:
  • Registered on: 07/09/2008
  • Last connection: 03/14/2011

Activity

Reported issues: 6

02/25/2011

06:17 pm ruby-trunk Feature #4447: add String#byteslice() method
=begin
Hm, can't you just force it to binary encoding?
>> s = "ąęć"
=> "ąęć"
>> s.slice(1,2)
=> "ęć"
...

01/20/2011

06:28 pm ruby-trunk Bug #4298: Duration of calling String#[] with the same index is strangely related to string length.
=begin
I copied&pasted wrong info about ruby's version. It's actually:

$ ruby-trunk -v
ruby 1.9.3dev (2010-09...
06:21 pm ruby-trunk Bug #4298 (Closed): Duration of calling String#[] with the same index is strangely related to str...
=begin
The longer string is the slower is String#[] (for the same index > 0). See the example benchmark below:

...

02/20/2009

01:08 am ruby-trunk Feature #1122: request for: Object#try
=begin
On Thu, Feb 19, 2009 at 2:55 PM, Michal Suchanek <hramrach@centrum.cz> wrote:
> I think you are off the trac...

02/19/2009

03:10 am ruby-trunk Feature #1122: request for: Object#try
=begin
On Wed, Feb 18, 2009 at 6:29 PM, Roger Pack <rogerdpack@gmail.com> wrote:
>> IMHO, foo.?bar should behave as...

02/16/2009

07:28 pm ruby-trunk Feature #1122: request for: Object#try
=begin
2009/2/15 Yehuda Katz <wycats@gmail.com>:
> Count me in as a +1 on foo.?bar(baz).

Don't you think that ch...

02/11/2009

09:33 am ruby-trunk Feature #1122: request for: Object#try
=begin
Providing new syntax change for such a small thing is IMHO
unnecessary. New method is good thing (because it...

02/06/2009

08:32 pm ruby-trunk Bug #1113: Compilation fails on Ubuntu 8.10, 64 bit
=begin
I can confirm what Shyouhei Urabe says. It runs very long and can eat big amount of memory but it shouldn't h...

02/05/2009

04:01 am ruby-trunk Bug #1108 (Closed): Typo in String#codepoints documentation.
=begin
Index: string.c
===================================================================
--- string.c (wersja ...

02/04/2009

12:47 am ruby-trunk Feature #908: Should be an easy way of reading N characters from am I/O stream
=begin
I wonder also about byte-oriented IO#seek if someone want to have
character-oriented seek. It looks like byt...

Also available in: Atom