lfe-deprecated / clj

MERGED to LFE - Clojure-inspired macros and functions for use in LFE
28 stars 2 forks source link

Unable to build #25

Closed yurrriq closed 8 years ago

yurrriq commented 8 years ago

rvirding/lfe@d9a4e4d26a40ddae5aea09244fcd7260cac3f4ac lfex/clj@b935818364ff9b2715345a050c97db81289ae628 lfe-rebar3/compile@6d7a8245f0979c0a3d5b6cd3b0f148ed16b1039c

rebar 3.0.0+build.3378.refc619921 on Erlang/OTP 18 Erts 7.3
===> Uncaught error: {case_clause,
                             {error,
                              [{error,
                                [{"/path/to/my_project/_build/default/lib/clj/src/clj-seq.lfe",
                                  [{3,lfe_lint,
                                    {redef_fun,
                                     {'LFE-EXPAND-EXPORTED-MACRO',3}}}]}],
                                []}],
                              [],[]}}
yurrriq commented 8 years ago

N.B. This is likely due to a stale ./apps/*/rebar.lock.

yurrriq commented 8 years ago

All the <<"clj">> entries match...

rvirding commented 8 years ago

Is LFE-EXPAND-EXPORTED-MACRO/3 being explicitly defined anywhere?

Robert

All the <<"clj">> entries match...

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/lfex/clj/issues/25#issuecomment-204771568

yurrriq commented 8 years ago

I'm pretty sure this is fixed already (see discussion in #22). I must've had a stale kla somewhere on the code path.