AaronLasseigne / active_interaction

:briefcase: Manage application specific business logic.
MIT License
2.07k stars 137 forks source link

Use a non-destructive `map` call when transforming an Array filter #546

Closed jonkgrimes closed 1 year ago

jonkgrimes commented 1 year ago

Addresses #545

Description has most of the detail: simply replace the map! call in ArrayFilter#process to reassign and use map.

I only added a test for the ArrayFilter class but happy to add a more comprehensive integration test.

Happy for any feedback!