* `clojure.tools.nrepl.middleware.interruptible-eval` now accepts optional
`file`, `line`, and `column` values in order to fix location metadata to
defined vars and functions, for more useful stack traces, navigation, etc.
* REPL evaluations now support use of reader conditionals (loading `.cljc` files
containing reader conditionals has always worked transparently)