This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-25
Channels
- # announcements (3)
- # asami (63)
- # babashka (5)
- # babashka-sci-dev (32)
- # beginners (56)
- # calva (2)
- # cider (28)
- # clj-commons (9)
- # clj-kondo (16)
- # cljdoc (41)
- # cljs-dev (19)
- # clojure (67)
- # clojure-europe (15)
- # clojure-nl (1)
- # clojure-poland (1)
- # clojure-uk (2)
- # clojurescript (27)
- # community-development (10)
- # data-science (2)
- # datascript (8)
- # datomic (21)
- # events (3)
- # fulcro (54)
- # graalvm (18)
- # introduce-yourself (2)
- # juxt (3)
- # lsp (6)
- # music (1)
- # nextjournal (8)
- # off-topic (44)
- # omni-trace (1)
- # reitit (13)
- # releases (3)
- # rewrite-clj (4)
- # shadow-cljs (10)
- # spacemacs (6)
- # sql (12)
- # tools-build (17)
- # tools-deps (3)
- # web-security (1)
landed :as-alias
support - probably worth poking around at both in projects and w/ REPL interactions to verify that it matches expectations
@dnolen Works here:
$ clj -Sdeps '{:deps {org.clojure/clojurescript {:git/url "" :git/sha "b3670a6d4a32dce751958ce393a16cf2e6e9c805"}}}' -M -m cljs.main -re node
Checking out: at b3670a6d4a32dce751958ce393a16cf2e6e9c805
ClojureScript 0.0.1276343656
cljs.user=> (require '[foo.bar :as-alias foo])
nil
cljs.user=> ::foo/bar
:foo.bar/bar

@quoll have you created a JIRA patch yet for the math stuff? is there anything blocking you from doing that? just the tests?
Christmas blocked me. I need to return to it. Main changes needed are to rename the namespace and clean it up in whatever ways you want to see for inclusion. I think it's generally in good condition.
@henryw374 hello - you had some reader literal PRs yes? was it just one?
hi @dnolen . it is just one PR - attached here: https://clojure.atlassian.net/browse/CLJS-3294
@henryw374 checking the tests here - https://github.com/clojure/clojurescript/pull/120
@henryw374 one question is though is that you made a functional change according to the commit notes
@henryw374 thanks, re-running tests w/ new patch
@henryw374 merged, thanks!