honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
2018-04-23T13:00:15.000274Z

I was trying to add a new helper from the REPL

2018-04-23T13:00:39.000260Z

(using Cider-jack-in to get a REPL to work with the project)

2018-04-23T13:01:04.000669Z

and I noticed that helpers.cljc for example didn't get actually loaded until I evaluated it manually

2018-04-23T13:01:16.000343Z

is it because it's cljc and it doesn't get picked up automatically?

2018-04-23T13:02:19.000631Z

there is no helpers_test file btw, is it just because it gets tested anyway as part of core/format_test?