This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-06
Channels
- # admin-announcements (2)
- # beginners (7)
- # boot (99)
- # cider (2)
- # cljs-dev (50)
- # clojure (58)
- # clojure-austin (3)
- # clojure-australia (9)
- # clojure-berlin (8)
- # clojure-china (1)
- # clojure-dev (15)
- # clojurescript (183)
- # clojutre (2)
- # clr (1)
- # cursive (106)
- # datomic (25)
- # editors (5)
- # incanter (21)
- # ldnclj (47)
- # off-topic (11)
- # om (8)
- # overtone (5)
- # re-frame (28)
- # reagent (12)
- # testing (7)
@dnolen: wondering how goog-define could/should handle metadata? declare
doesn’t allow metadata right?
@martinklepsch: yeah I would not use any bootstrapped thing yet as any source of reference
@martinklepsch: the issue is not js*
, it’s just the JS expression/statement handling logic
all we need to do is check if we’re emitting an :op
of type :js
where the content of what we’re about to emit starts with /*
we could be more general, but I really don’t see the benefit of that - no one should be using js*
anyway
@martinklepsch: this is the life of a ClojureScript compiler hacker :stuck_out_tongue:
@dnolen: probably not a now-thing but maybe its a good idea to deprecate the ^{:jsdoc “@define”}
at some point?
it's actually not too bad in the end, but the current wiki page can send people down dead ends (afaict) that consume countless hours of pain
i don't know java. i took a total stab in the dark here, and it worked: https://www.refheap.com/107799#L-25
@jackjames: if you could clean up the Windows instructions page that would be very helpful
@dnolen: any possibility of a solution that would make it possible to build from master on windows w/out modifying source (script) files?
not sure either, but possibly detecting windows there similarly to the code just above for detecting hudson?
tbh, i'd really prefer not to do the wiki-editing. apologies; it's just not something i feel comfortable doing at this point. hopefully my notes can help someone who wishes to volunteer for that...
@jackjames: I'll give it a shot if no one else is up for it, there's not too many Windows cljs developers so I'm happy you did the leg work.