Closed sadchi closed 8 years ago
Looks like FlattenOnDemandVector does not implement ISequential
.
I was able to make workaround by using clojure.walk/postwalk identity before applying transform. It would be better to do transform w/o extra steps.
aengelberg is right. I will try to get this done when I have time. If anyone wants to provide a PR that would be good too.
On 30 Jan 2016, at 5:29 AM, aengelberg notifications@github.com wrote:
Looks like FlattenOnDemandVector does not implement ISequential.
— Reply to this email directly or view it on GitHub.
@lbradstreet #15 fixes this issue. Tested and working for me.
Thank you @superstructor. I'll merge and cut you a new release
Thank you again. Released in 1.4.1.1
After using parser i got a tree with some FlattenOnDemandVector. Nodes with such vectors are not processed with transform function.