cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
dnolen 2021-01-04T14:56:39.135200Z

@slipset 😯

mfikes 2021-01-04T17:26:56.135900Z

I've added a ticket to document the proleptic vs. Gregorian / Julian calendar implications for #inst https://github.com/clojure/clojurescript-site/issues/367

dnolen 2021-01-04T17:52:03.136500Z

@mhuebert https://clojure.atlassian.net/browse/CLJS-3288, couldn't apply this one

dnolen 2021-01-04T17:52:25.136700Z

https://clojurescript.org/community/patches

dnolen 2021-01-04T18:37:50.137400Z

https://clojure.atlassian.net/browse/CLJS-3286 this one had failing tests, reverted

dnolen 2021-01-04T19:41:04.138600Z

@alexmiller no rush if you're still on vacation, but I just built Google Closure Library - another release would be nice

alexmiller 2021-01-04T20:49:53.138800Z

@dnolen can do

alexmiller 2021-01-04T20:50:57.139200Z

oops, I built before realizing that you had already built

alexmiller 2021-01-04T20:51:09.139400Z

no worries I guess

alexmiller 2021-01-04T21:38:49.139600Z

@dnolen ok, available now

alexmiller 2021-01-04T21:39:34.140100Z

org.clojure/google-closure-library-third-party "0.0-20201211-3e6c510d" org.clojure/google-closure-library "0.0-20201211-3e6c510d"

scknkkrer 2021-01-04T22:09:07.140800Z

Actually, what are we calling the tag literals in the language ? #js, #inst , etc.

alexmiller 2021-01-04T22:25:29.141100Z

https://clojure.org/reference/reader#_built_in_tagged_literals - "built-in tagged literals"

scknkkrer 2021-01-05T15:53:15.141700Z

Hi, thank you Alex.

scknkkrer 2021-01-05T15:53:42.141900Z

Actually, I just wanted to make sure that they called tagged literals .