graphql

hlship 2022-01-14T21:43:30.023500Z

Lacinia: We're running 1.1 in production, so I'll crank out 1.1 releases soon.

šŸŽ‰ 8
yenda 2022-01-17T13:42:29.025400Z

@hlship small typo, the year is wrong is the changelog (2021 instead of 2022) https://github.com/walmartlabs/lacinia/blob/master/CHANGES.md#11----14-jan-2021

hlship 2022-01-14T23:19:43.023800Z

Done and announced.

2022-01-15T12:16:38.024200Z

Hi, I’m seeing this in the CI. Maybe we are missing a dependency?

lein test
Syntax error (FileNotFoundException) compiling at (com/walmartlabs/lacinia/trace.clj:1:1).
Could not locate io/aviso/exception__init.class, io/aviso/exception.clj or io/aviso/exception.cljc on classpath.

Full report at:
/tmp/clojure-10466053612092234570.edn
Tests failed.
make: *** [Makefile:7: test] Error 1

Exited with code exit status 2

hlship 2022-01-15T19:15:53.024500Z

That could be a problem; but trace is just for internal use; you may have to add io.aviso/pretty to resolve this.

hlship 2022-01-15T19:20:34.024700Z

You should be able to get that with the :dev alias.

hlship 2022-01-15T19:20:56.024900Z

I expect to spin a few things like that off of lacinia.

2022-01-16T02:47:46.025100Z

Got it.