Fork me on GitHub
#tools-deps
<
2019-06-15
>
sogaiu11:06:02

is anyone else using m4 or something similar to generate their deps.edn files?

gerred15:06:42

đź‘‹ if I'm working on a dependency from a local source, is there any way to re-load that dependency from the repl?

orestis18:06:25

@gerred if you have a local source, can’t you just reevaluate the code in the REPL?

gerred16:06:14

local source, but different repo. for example, working on an upstream lib but want to see the effects on whatever my downstream project is. 🙂

gerred16:06:25

otherwise, totally

gerred16:06:52

(say, adding a feature to someone's upstream before I PR it)

orestis17:06:39

Shouldn’t matter which repo the code is from, as long as your editor picks up the correct namespace (most do)