This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-13
Channels
- # 100-days-of-code (2)
- # announcements (1)
- # beginners (41)
- # boot (1)
- # calva (3)
- # cider (25)
- # cljdoc (20)
- # cljs-dev (24)
- # clojure (16)
- # clojure-conj (1)
- # clojure-dev (9)
- # clojure-germany (1)
- # clojure-italy (4)
- # clojure-uk (8)
- # clojurescript (25)
- # community-development (14)
- # cursive (4)
- # datascript (2)
- # datomic (20)
- # duct (16)
- # emacs (12)
- # fulcro (168)
- # graphql (1)
- # keechma (3)
- # leiningen (1)
- # luminus (5)
- # off-topic (13)
- # re-frame (8)
- # reagent (3)
- # rum (1)
- # shadow-cljs (24)
- # spacemacs (32)
- # unrepl (2)
- # vim (2)
@weavejester With reference to the latest version of the Duct UPGRADING.md file. I’ve tried the example for the {:duct.profile/migrations #duct/include "migrations"}
on a new bare bones Duct project. I added the example derivation of {:duct.profile/migrations [:duct.profile/base]}
to duct_hierarchy.edn
.
The result is the prep
fails with: Ambiguous key: :duct.profile/base. Found multiple candidates: :duct.profile/base, :duct.profile/migrations
.
Oh, that looks like a bug
I’m so glad that you’ve said that - because I’ve been looking at this for some time and can’t get it to work! 🙂
Sorry you ran into that. I should be able to fix it tomorrow. Would you mind opening up an issue on it?
Yes, of course, I will open an issue now. I just wanted to get a sanity check before filing an issue.
0.11.0 is still in alpha, so you hit something I clearly hadn't tested thoroughly enough.
I totally appreciate that it’s still in alpha. I’m just making some little test apps ahead of time in preparation for upgrading our real codebase.
Just to check: you said you included it on "a new bare bones Duct project"
Did you create that project with lein new duct-alpha...
?
Okay, good 🙂
I’ll file the issue with these details. You’ll clearly find out quickly if I’ve done something daft (or not). Thanks again.
Thanks for taking the time to fill it out. Though just from the error message it looks like I've used the wrong function in prep
somehow.