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 .....
I have to eval every buffer (I'm in vim) for the go
to work
I'm doing something wrong, ain't I? 🙂
I thought that go
would eval all the namespaces for me?
I have to perform a load-namespaces
right?
If I give fully qualified namespaces for the keys in the config.edn
it works