anaconda / percy

A tool to work on recipes from aggregate.
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

Adds `move` and `copy` ops to patch, bug fixes #58

Closed schuylermartin45 closed 1 year ago

schuylermartin45 commented 1 year ago

tl;dr move and copy are based off of get_value(), add, and remove. Using those functions to develop move and copy made several edge cases come to light. So what should have been a quick-and-dirty PR turned into a much larger outing.