klipse

practicalli-john 2018-12-30T19:42:40.003600Z

@viebel great blog on Clojure 1.10 features. To use the better error messages in my own Klipse site, I will upgrade to latest Klipse version. Do I need to include (require 'clojure.core.specs.alpha) on each page that has Klipse driven code, in order to get the new error messages from 1.10? I'll give it a try on the ClojureBridge London workshop tomorrow and report back. Thanks.

practicalli-john 2018-12-30T19:43:26.004400Z

typo fixed..

Yehonathan Sharvit 2018-12-30T19:43:40.004800Z

I am happy that you like it @jr0cket. You don’t need anything special to enjoy new error messages

Yehonathan Sharvit 2018-12-30T19:44:08.005400Z

If you want to get specs-related errors, you have to add (require 'clojure.core.specs.alpha)

Yehonathan Sharvit 2018-12-30T19:44:17.005700Z

Why do you need to upgrade Klipse?

Yehonathan Sharvit 2018-12-30T19:44:56.006300Z

Don’t you load Klipse from https://storage.googleapis.com/app.klipse.tech/plugin/js/klipse_plugin.js ?

practicalli-john 2018-12-30T19:45:10.006600Z

good question, I had assumed I was using a specific version. Will check.

Yehonathan Sharvit 2018-12-30T19:45:54.007300Z

You can go online to your blog and see what kind of error you get when you type (let [a]) 😜

practicalli-john 2018-12-30T19:48:28.008200Z

Ah, a quick test and the new error messages are there. Its great when things just happen 🙂

practicalli-john 2018-12-30T19:49:16.008800Z

This will make a big difference to the next ClojureBridge event in February, thank you

practicalli-john 2018-12-30T19:52:29.009900Z

I use the gitbook klipse plugin and that is using the Klipse from googleapis, so all is good. Thanks for all you hard work.

Yehonathan Sharvit 2018-12-30T19:56:46.010100Z

My pleasure