integrant

dharrigan 2019-10-12T15:43:50.002100Z

So, litlte confused about something. Let's say I have a few files (namespaces) with a config.edn that I've read in in order to do set-prep! in my repl and config returns a configuration. When I then perform a go I get a error, e.g., java.lang.IllegalArgumentException: No method in multimethod 'init-key' for dispatch value: .......and Error on key .....

dharrigan 2019-10-12T15:44:06.002500Z

I have to eval every buffer (I'm in vim) for the go to work

dharrigan 2019-10-12T15:44:20.002800Z

I'm doing something wrong, ain't I? 🙂

dharrigan 2019-10-12T15:45:17.003500Z

I thought that go would eval all the namespaces for me?

dharrigan 2019-10-12T15:45:47.003900Z

I have to perform a load-namespaces right?

dharrigan 2019-10-12T15:55:47.004600Z

If I give fully qualified namespaces for the keys in the config.edn it works