lein-figwheel

macroz 2016-06-21T07:23:28.000160Z

@bhauman thanks, what can I say, that you are awesome? 🙂

macroz 2016-06-21T07:23:57.000161Z

seems like there is some incompatibility between 0.5.0-2 that I used before

macroz 2016-06-21T07:24:09.000162Z

reading the release notes now 🙂

macroz 2016-06-21T07:26:37.000163Z

or maybe there are too many moving parts for me 🙂

macroz 2016-06-21T07:56:37.000164Z

apparently the upgrade is not so simple

macroz 2016-06-21T07:57:10.000165Z

just bumping the dep breaks the luno sample app (e.g. this doesn't work, while the upstream does) https://github.com/Macroz/luno-react-native

macroz 2016-06-21T07:57:36.000167Z

as far as I can see at least index.android.js disappears but restoring it does not work

jimmy 2016-06-21T08:56:30.000169Z

@bhauman: I just tried version 0.5.4-3. It's amazing 😄

macroz 2016-06-21T09:29:12.000170Z

hmm I think my problem is related to clean-targets being called now (0.5.4-3) more often than before (0.5.0-2)

macroz 2016-06-21T10:22:41.000171Z

thank you @bhauman the println works now exactly as expected

1👍
grav 2016-06-21T13:03:58.000173Z

What are the rules for re-fetching dependencies? I have an internal repo behind a firewall that I might not be able to access. How can I be sure that a dependency is fetched from my ~/.m2 repo instead?

bhauman 2016-06-21T13:26:28.000174Z

@macroz: did the cleaning problem go away?

bhauman 2016-06-21T13:27:28.000175Z

cleaning only happens when there is a dependency change (or if the directory is empty anyway, an idempotent op)

bhauman 2016-06-21T13:29:05.000176Z

@grav: I don't have an answer for that, you could look at aether http://www.eclipse.org/aether/

bhauman 2016-06-21T13:29:19.000178Z

which is what leiningen is using under the hood

bhauman 2016-06-21T13:30:15.000179Z

or ask in the #C03S1KBA2 channel

2016-06-21T14:13:27.000180Z

@grav: You can use lein -o.

1👍
grav 2016-06-21T16:12:00.000181Z

Ah, sorry - I meant to post it in #C03S1KBA2. @henriklundahl thanks!