Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport Clojure 1.9 namespaced maps #201
Comments
This comment has been minimized.
This comment has been minimized.
Thanks for the reminder. Eastwood definitely needs an update from the tools.reader library to handle this, which Nicola Mometto may have committed to that project already. I haven't tested it out yet, but will. Any recommendations on open source projects that already take advantage of this feature on which Eastwood could be tested? |
This comment has been minimized.
This comment has been minimized.
My project uses namespaced maps in its tests, eg. https://github.com/brabster/crucible/blob/master/test/crucible/aws/dynamodb_test.clj I was using eastwood until I hit the problem. Hope that helps. |
This comment has been minimized.
This comment has been minimized.
skuro
commented
May 24, 2017
|
This comment has been minimized.
This comment has been minimized.
It isn't in a released Eastwood version yet, but I have recently updated Eastwood source code to use the latest version of tools.reader, which should address this issue. If you want to try it out to see if it fixes the issue for you before the next Eastwood release, you can check out these instructions for locally installing an unreleased version of Eastwood from source code: https://github.com/jonase/eastwood#for-eastwood-developers |
brabster commentedJul 4, 2016
Hi there,
Clojure 1.9 is introducing namespaced maps and they cause an error in kibit. I appreciate that this is an upcoming feature, just a heads-up.
When eastwood encounters a namespaced map, we get: