simuons / rules_clojure

Clojure rules for Bazel
Apache License 2.0
34 stars 8 forks source link

Propagate transitive_deps #12

Closed markdingram closed 4 years ago

markdingram commented 4 years ago

Fixes #8

simuons commented 4 years ago

Thanks! I'll take a deeper look on weekend. Could you add a test for this. I know there is no CI currently, I'll try to setup it ASAP.

markdingram commented 4 years ago

Hi!

Yes I'll add a test. If you want to setup CI on Github Actions check https://github.com/markdingram/bazel-cdk-clojure/actions/runs/162061319/workflow (or I could do that in a PR too?)

markdingram commented 4 years ago

Hopefully good to go now! @simuons

simuons commented 4 years ago

Hi. I've merged your other PR https://github.com/simuons/rules_clojure/pull/11 and not this one has conflicts. Could you resolve them and I'll merge.