brabster / crucible

AWS CloudFormation templates built with Clojure
Eclipse Public License 1.0
72 stars 18 forks source link

Improve the readability of spec errors #120

Closed keerts closed 6 years ago

keerts commented 6 years ago

This improves the readability of spec errors. This is not really important functionality, so feel free to discard as a matter of preference. Worth checking out though!

I could also add back ex-info and do both expound and the original spec error. Let me know what you think.

brabster commented 6 years ago

This PR is causing tests to fail - I'm probably relying the output of explain-data to test. Fell free to have a look into that or I will when I get a minute. Thanks!

keerts commented 6 years ago

I added back ex-info and now it's doing both expound and the original spec error, like I proposed above. Let me know what you think.