Fork me on GitHub
#admin-announcements
<
2015-09-18
>
breeze03:09:51

@warn4n: you could install it from the software update site, perhaps?

kacurez07:09:31

Is there a way or example of how to build an upgradable commandline tool in clojure?

christianromney10:09:58

@kacurez: tools.cli may be of help, but what do you mean by "upgradable"?

kacurez11:09:58

@christianromney: thanks, I check it. By upgradable(or better updatable) I mean that you can simply update it via a command(without touching any file) e.g something like npm update. If I understand right I can achieve this with boot-clj and having the tool “installed” as clojar

sandbags12:09:03

Should leiningen be, indiscriminately, adding my test folder to the classpath?

sandbags12:09:15

i’d kind of assumed that only test related commands would do this

sandbags12:09:32

but i’m having a problem with my test namespaces getting loaded by the ring server command

rauh12:09:08

@sandbags: IIRC, leiningen does add this automatically to the dev profile (and possibly others). Are you using a profile called dev?

martinklepsch13:09:07

@kacurez: as far as I can tell alda-lang provides such thing

kacurez13:09:24

@martinklepsch, @alandipert great! looks like alda-lang is doing it the way I want, will have a closer look. Thanks for the inspiration!

sandbags14:09:39

@rauh: Ah - I am. That’s interesting thank you (sorry, terrible internet connection here)

dave15:09:11

btw, we have an #C0AGEL9L1 channel, if alda piques anyone's interest simple_smile