This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-14
Channels
- # admin-announcements (2)
- # beginners (8)
- # boot (75)
- # clara (2)
- # cljs-dev (3)
- # cljsjs (39)
- # cljsrn (1)
- # clojure (75)
- # clojure-brasil (3)
- # clojure-dusseldorf (13)
- # clojure-gamedev (1)
- # clojure-mexico (1)
- # clojure-quebec (5)
- # clojure-russia (30)
- # clojure-sg (3)
- # clojure-spec (25)
- # clojure-uk (65)
- # clojurescript (36)
- # core-async (1)
- # cursive (15)
- # data-science (6)
- # datomic (38)
- # devcards (29)
- # editors (1)
- # emacs (11)
- # funcool (6)
- # hoplon (43)
- # immutant (48)
- # lambdaisland (2)
- # leiningen (9)
- # mental-health (4)
- # mount (1)
- # numerical-computing (1)
- # off-topic (4)
- # om (19)
- # onyx (1)
- # pedestal (1)
- # proton (1)
- # re-frame (21)
- # reagent (1)
- # specter (8)
- # sql (3)
- # testing (14)
- # untangled (9)
- # yada (31)
@seancorfield there ^ and @micha yes
perhaps it's finally time to write that "typo highlighter" emacs minor mode I've been thinking about
VERSTION
Glad you figured it out!
if I want to add node_modules
to the fileset, how would I go about doing that?
i.e. I can add the contents of the folder using add-asset
but I want the folder there, not its contents spliced
¯\(ツ)/¯
@raywillig: shoud be, does it not?
oh so to do checkout I’ll need a session for repl server with checkout and then another one for client?
@phreed: does ClojureCLR have a thing like a classpath?
I think the basic idea around Filesets are reasonable to port but the pod/isolation features are hard if there's no such thing in your host lang
i imagine clr must have something like it, in order for clj to work. some means to load bytecode dynamically
i guess by itself dynamic loading doesn't a classpath make, to be useful it needs isolation of some kind too
[re: port to .Net] What is the 'barbarywatchservice'? Is this a backport of the watch service in java 7?
@phreed: I am available to help with this if needed, it’s been on my to-do list for a while now 😛
@phreed: i think even in java 8 the watch service polls by default, the barbary thing uses FS events when/where possible
@alandipert: from my understanding the classpath on clr is based on an env var
@raywillig: that option is new with 2.6.0 btw
@flyboarder: The fork is phreed/boot. I have started a list of issues (tasks) required. I added you as a collaborator.
EMERGENCY! I need to snatch victory from the jaws of defeat. I need to simulate a system of 3 or 4 server components. I have one day. Can I use pods to run multiple repls in one jvm? if so it would be a huge win and boot would get some good pub in the Intel Ultimate Coder Challenge.
@mobileink: https://github.com/Lambda-X/lambone/blob/master/resources/leiningen/new/lambone/common/dev/boot.clj#L146
@mobileink: also see boot.core/launch-nrepl
which accepts a :pod
option so you can fire up a repl in any pod
awesome! boot boggles. one question, though: is this going to play nice with JNI stuff? my libs are java wrappers on c libs.
nobody has any idea on how to copy a folder to the fileset?
add-asset
adds all the folder’s contents, but I actually want the folder there
also tried to add it to :resource-paths
but the result is the same
if you want to see what im up to go to http://ultimatecoder.intel.com. I'm team two. There's a bit of boot in there, but I'm going to highlight it in my next post.
@anmonteiro: the add-*
functions accept :include
and :exclude
options, which you can use to filter the files
@micha: I don’t think it’s what I’m looking for
also :mergers
which you can use to control how name conflicts are handled (default is last one wins)
I want a folder, say foo
to be copied to the fileset
but foo
has foo/bar
and foo/baz
I’m getting bar
and baz
in the fileset
not foo
and the contents
it’s being spliced
hrm, that might just work, yeah
let me try that
@micha: perfect, thanks a lot
Has anybody got a Boot project working with node_modules
modules?
I’ve succeeded in adding them to the fileset as per the slack history above but I’m getting Error: Cannot find module
my objective is to use boot-cljs-test