A proof of concept tool for transforming error message in Clojure into beginner friendly forms. Very early in development. Paper describing its use and development availible here.
Copy babel
, errors
, and loggings
into your src directory, and then make sure your project.clj
has compatible version of all packages used in our project.clj
. Be sure to include the :nrepl-middleware
keys.
To provide a transparent testing environment, the logging system creates logs that record your testing code, its actual modified error message and its original error message.
See details at logging manual.
Copyright © 2018 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.