Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lockstep transformation throws ClassCastException #76

Closed
bendlas opened this issue Sep 9, 2013 · 1 comment
Closed

Lockstep transformation throws ClassCastException #76

bendlas opened this issue Sep 9, 2013 · 1 comment

Comments

@bendlas
Copy link

bendlas commented Sep 9, 2013

Lockstep transforms trigger exceptions due to faulty usage of transients

user=> (use 'net.cgrand.enlive-html)
user=> (at (html [:html [:a "foo"][:b "bar"]])
         :lockstep {[:a] (content "1") [:b] (content "2")})
java.lang.ClassCastException: clojure.lang.PersistentArrayMap cannot be cast to clojure.lang.ITransientCollection
dthume added a commit to dthume/enlive that referenced this issue Sep 25, 2013
@dthume dthume mentioned this issue Sep 25, 2013
cgrand added a commit that referenced this issue Sep 25, 2013
@graue
Copy link

graue commented Dec 1, 2013

Looks like this should be closed, if indeed it was fixed by PR #79.

@fdserr fdserr closed this as completed Jul 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants