yada

feihong 2018-04-06T13:35:45.000542Z

In the edge project, how do you make a production build? Do you have create a build.boot or project.clj file to generate a jar file? Apologies if this is the wrong channel for the question.

dominicm 2018-04-06T15:10:36.000080Z

@feihong.hsu you can use pack.alpha to generate an uberjar.

grierson 2018-04-06T15:30:54.000236Z

Does yada work with Clojure 1.9? Getting a :cause Call to clojure.core/refer-clojure did not conform to spec: when using (:require [yada.yada :as yada]))

mccraigmccraig 2018-04-06T15:34:59.000039Z

we're currently running 1.9.0-RC1 with yada 1.2.2 in production @grierson

grierson 2018-04-06T15:35:52.000118Z

@mccraigmccraig I was using Clojure 1.9 and Yada 1.2.11

dominicm 2018-04-06T15:56:48.000527Z

@grierson previously a dependency of yada did not work with 1.9

borkdude 2018-04-06T17:59:31.000228Z

We have been running 1.9 and yada 1.2.9 in production for a while