clojure-android / neko

The Clojure/Android Toolkit
Other
297 stars 36 forks source link

Recent SNAPSHOT 130916 breaks menu code #9

Closed ghost closed 11 years ago

ghost commented 11 years ago

with the most recent neko Snapshot, menu generation fails with

Assert failed: (and (keyword? widget-kw) (map? attributes))

at menu generation. The unmodifed code runs fine with beta6

alexander-yakushev commented 11 years ago

Dammit, sorry about that. Updated the SNAPSHOT version, should be working now.

The release version is near, I'll ping you when it is done. Thanks for your help!

ghost commented 11 years ago

I can confirm the fix, thanks!