Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for array input amplification with ArrayAmplifier #842

Closed
monperrus opened this issue Jul 23, 2019 · 1 comment · Fixed by #894
Closed

add support for array input amplification with ArrayAmplifier #842

monperrus opened this issue Jul 23, 2019 · 1 comment · Fixed by #894

Comments

@monperrus
Copy link
Member

it would

remove elements: new int[]{2, 3, 5} -> new int[]{3, 5}
add elements: new int[]{2, 3, 5} -> new int[]{2, 3, 5, 42}
set it to empty: new int[]{2, 3, 5} -> new int[]{}

related to #810 and #817

@andrewbwogi
Copy link
Contributor

I can take care of this issue.

danglotb pushed a commit that referenced this issue Oct 1, 2019
* add tests for array amplification

* add array amplification

* add comments

* change class name

* add array amplifier to enum and all literal amplifier

* add documentation for array amplifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants