[patch] Fixes for Array#[]=

Hi,

I’ve just committed my first patch to IronRuby on my forked
repository, this is the URL for the diff:

This patch fixes 4 failures in core/array/element_set_spec.rb, namely:

Array#[]= inserts the given elements with [range] which the range is
zero-width
Array#[]= inserts the given elements with [start, length] which length
is zero
Array#[]= inserts the given elements with [range] which the range has
negative width
Array#[]= with [index, count] inserts other section in place defined by
idx

The patch itself is nothing special, but it is needed to run
ironruby-hpricot out of the box on IronRuby.

Thanks,
Daniele


Daniele A.
http://www.clorophilla.net/blog/
http://twitter.com/JoL1hAHN

Changes look good! Thanks for the patch, Daniele!

Note that the tags should be deleted once the bug is fixed. That way,
running irtests.bat will run the specs you have just enabled and ensure
that you really have fixed the issue. Deleting the tags should be in the
same commit as the source code fix.

I have deleted the tags and pushed it to

Thanks,
Shri

Cool. More patches to come :slight_smile:
I’ll make sure to include changes/removals of the tags files in the
next commits.

On Tue, Apr 14, 2009 at 23:18, Shri B. [email protected]
wrote:

Changes look good! Thanks for the patch, Daniele!

Note that the tags should be deleted once the bug is fixed. That way, running irtests.bat will run the specs you have just enabled and ensure that you really have fixed the issue. Deleting the tags should be in the same commit as the source code fix.

I have deleted the tags and pushed it to
Delete tags for Array[]= · shri-zz/ironruby@95d1a84 · GitHub

Thanks,
Shri


Daniele A.
http://www.clorophilla.net/blog/
http://twitter.com/JoL1hAHN