akhudek / fast-zip

fast-zip
85 stars 16 forks source link

NullPointerException when path is called on root loc #5

Closed sgrimm closed 10 years ago

sgrimm commented 10 years ago

user=> (require '[clojure.zip :as cjzip] '[fast-zip.core :as fzip]) nil user=> (cjzip/path (cjzip/seq-zip ())) nil user=> (fzip/path (fzip/seq-zip ()))

NullPointerException fast-zip.core/path (core.clj:92)

akhudek commented 10 years ago

I've just pushed a new version that includes fixes for this plus some additional performance work. Thanks for the report.