Closed thachmai closed 4 years ago
I think it's due to the fact one of the map literal has odd number of forms as from below :
➜ ~ clj
Clojure 1.9.0
user=> {:a 1}
{:a 1}
user=> {:a 1 :b}
RuntimeException Map literal must contain an even number of forms clojure.lang.Util.runtimeException (Util.java:221)
The included examples have been rewritten and should work as of Skyscraper 0.3.0.
When trying to execute the examples, I got this error
I'm not yet experienced enough to spot what changes provoked the error but if possible I'll provide a PR to fix