Open stuartc opened 3 years ago
While testing #27, we got an error in the validate transform where the adaptor was being incorrectly passed to the transformer where the correct error should have been "Can't find function", we got an error on the ASTs .loc property.
validate
.loc
Why is that, and how can we fix it?
While testing #27, we got an error in the
validate
transform where the adaptor was being incorrectly passed to the transformer where the correct error should have been "Can't find function", we got an error on the ASTs.loc
property.Why is that, and how can we fix it?