Closed albarrentine closed 4 years ago
Looks good! Can we get a unit test added for this change?
added a test though unclear why no build is running.
Whoa, weird.
I'm unsure why Circle isn't building. I've turned it off an on again, and I'll need to try jiggling it with a new commit to see if it works.
Well this is frustrating. Sorry the tests have somehow stopped — I'll keep digging when I have a free moment, to figure out what’s happening.
In any case I've tested the change locally and it looks fine.
Closing in favor of #764.
In attempting to test the new
chain
function, I realized that one other change to machine is required for it all to work. The reason for the failed build in https://github.com/openaddresses/openaddresses/pull/3203 is inEsriRestDownloadTask.field_names_to_request
. This method assumes each conform function has a property named either "fields" or "field", which does not apply to the compoundchain
function.This change collects fields from the chain's constituent functions.