You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the PuppetDB testsuite in Debian with fast-zip 0.7.0 and the current version of fast-zip-visitor, many errors like this one are generated:
ERROR in (query-with-explain) (core.cljc:117)
Uncaught exception, not in assertion.
expected: nil
actual: java.lang.ClassCastException: class clojure.lang.PersistentVector cannot be cast to class clojure.lang.ISeq (clojure.lang.PersistentVector and clojure.lang.ISeq are in unnamed module of loader 'app')
at fast_zip.core$down.invokeStatic (core.cljc:117)
fast_zip.core$down.invoke (core.cljc:108)
fast_zip.visit$visit.invokeStatic (visit.clj:47)
fast_zip.visit$visit.invoke (visit.clj:32)
puppetlabs.puppetdb.zip$pre_order_visit.invokeStatic (zip.clj:112)
puppetlabs.puppetdb.zip$pre_order_visit.invoke (zip.clj:107)
If we downgrade to fast-zip 0.5.0, those errors don't appear.
Would it be possible to update fast-zip-visitor so that it works with the latest and greatest fast-zip?
Thanks!
The text was updated successfully, but these errors were encountered:
Dear maintainer,
When running the PuppetDB testsuite in Debian with
fast-zip 0.7.0
and the current version offast-zip-visitor
, many errors like this one are generated:If we downgrade to
fast-zip 0.5.0
, those errors don't appear.Would it be possible to update
fast-zip-visitor
so that it works with the latest and greatestfast-zip
?Thanks!
The text was updated successfully, but these errors were encountered: