Closed mikesol closed 1 year ago
I added a new guard and a new test from my Deku hacking.
I've pushed what I consider to be more precise tests. In particular, it uses an abstract function to calculate a value in the binding. This causes the binding to analyze as having unknown complexity (it involves arbitrary work due to calling fn
), which makes it not want to duplicate it.
Thanks for the review! I addressed all the new comments in my most recent commit.