Skip to content

fix list assignment to use set instead of add - #440

Merged
felixvf merged 1 commit into
mirah:masterfrom
uujava:fix_list_assignment_macro
Aug 11, 2016
Merged

felixvf merged 1 commit into
mirah:masterfrom
uujava:fix_list_assignment_macro

Conversation

@uujava

@uujava uujava commented Aug 8, 2016

Copy link
Copy Markdown
Contributor

currently []= macro uses List#add(index,value) which is definitely not expected.
fix to use List#set(index,value)

@felixvf

felixvf commented Aug 8, 2016

Copy link
Copy Markdown
Contributor

LGTM.

Good catch.

@baroquebobcat

Copy link
Copy Markdown
Member

I agree. Ship it!

On Aug 8, 2016 11:59 AM, "Felix von Ferey" [email protected] wrote:

LGTM.

Good catch.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#440 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAAc0hv7SSz_d7Wc9PonqbmUi9rlklJFks5qd3x6gaJpZM4Je8-i
.

@felixvf
felixvf merged commit 63a6b62 into mirah:master Aug 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants