Fork me on GitHub
#mount
<
2016-04-19
>
firstclassfunc15:04:07

i am misunderstanding mount loading getting Cyclic load dependency: [ /orp/core ]->/orp/api->/orp/routes/services->/orp/handler->[ /orp/core ]

firstclassfunc15:04:32

in my api namespace I am just trying to pick up a datomic connection

tolitius16:04:47

@firstclassfunc: do you have an example?

tolitius16:04:32

mount is not manging ns deps really in a way that you can get a cyclic dep problem

firstclassfunc16:04:13

well its a bit complex to unwire.. Basically using Luminus , Mount is storing the state for the http server, nrepl and datomic.. I was just trying to import the datomic connection into my api namespace

tolitius16:04:52

on the train.. flaky inet access. would this sample mount project: https://github.com/tolitius/stater/blob/master/neo/README.md that uses datomic help?

firstclassfunc16:04:12

@tolitius: tks will take a look

tolitius16:04:33

sure, let me know. we'll solve it